SAP ABAP Class CL_ISM_SD_ORDER_HISTORY_GUI (IS-M: History of Orders and Returns)
Hierarchy
IS-M (Software Component) SAP MEDIA
   IS-M (Application Component) SAP Media
     JSDI (Package) IS-M/SD SD Integration
Properties
Class CL_ISM_SD_ORDER_HISTORY_GUI  
Short Description IS-M: History of Orders and Returns    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package JSDI   IS-M/SD SD Integration 
Created 20010504   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISM_SD_ORDER_HISTORY_GUI has no interface implemented.
Friends
Class CL_ISM_SD_ORDER_HISTORY_GUI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ASSIGN_MATNR Instance attribute Private Object reference (TYPE REF TO) ASSIGN_MATNR Material-Node Assignment 20010504
2 ASSIGN_MATNR_AUART Instance attribute Private Object reference (TYPE REF TO) ASSIGN_MATNR_AUART Material Order Type-Node Assignment 20010504
3 ASSIGN_MATNR_AUART_ORDER Instance attribute Private Object reference (TYPE REF TO) ASSIGN_MATNR_AUART_ORDER Material Order Type Order-Node Assignment 20010504
4 ASSIGN_MATNR_AUART_ORDER_U Instance attribute Private Object reference (TYPE REF TO) ASSIGN_MATNR_AUART_ORDER Assign Material Order Type Order to Node for Return 20010504
5 ASSIGN_MATNR_AUART_U Instance attribute Private Object reference (TYPE REF TO) ASSIGN_MATNR_AUART Assign Material Order Type to Node for Returns 20010504
6 ASSIGN_VBELN Instance attribute Private Object reference (TYPE REF TO) ASSIGN_VBELN Assign Sales Document Number to Node 20011112
7 BUILD_HISTORY_FOR Instance attribute Private Object reference (TYPE REF TO) BUILD_HISTORY_FOR Values for which History Set Up 20010504
8 CHANGES Instance attribute Private Type reference (TYPE) C Data Different from Screen? 20010601
9 CLEAR_EXPAND Instance attribute Private Type reference (TYPE) XFELD Delete Table with Nodes to Be Expanded 20071012
10 CON_ADD Constant Private Type reference (TYPE) C 'A' Function Chosen "Add" 20010504
11 CON_ADD_CONTRACT Constant Private Type reference (TYPE) C 'B' Function Chosen "Add Contract" 20010504
12 CON_FCODE_HIDE_HIST Constant Private Type reference (TYPE) SY-UCOMM 'HIDE_HIST' Hide OK Code for History 20010504
13 CON_FCODE_REFRESH Constant Private Type reference (TYPE) SY-UCOMM 'REFRESH' Hide OK Code for History 20020116
14 CON_ORDER Constant Private Type reference (TYPE) C '2' Constant for Order 20010504
15 CON_UNSOLD Constant Private Type reference (TYPE) C '1' Constant for Return 20010504
16 COUNTER Instance attribute Private Object reference (TYPE REF TO) CL_ISM_SD_COUNTER Numerator 20070705
17 DOCKING Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container 20010504
18 EXPANDLEVEL Instance attribute Private Type reference (TYPE) I Depth to which History to be Expanded 20010504
19 FIELDCATALOG Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog 20010504
20 FIRST_NODE Instance attribute Private Type reference (TYPE) LVC_NKEY Top Node in Tree 20010605
21 FUNCTION Instance attribute Private Type reference (TYPE) C Selected function 20010504
22 HISTORY Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_TREE History 20010504
23 ITEM_TAB Instance attribute Private Type reference (TYPE) RJKSDRETURN09_TAB Table for Values in History (Needs Control as Type) 20010504
24 KEY Instance attribute Private Object reference (TYPE REF TO) KEY Node in History 20010504
25 NODE_EXPAND Instance attribute Private Object reference (TYPE REF TO) NODE Node to be Expanded 20010601
26 RETURN_TAB Static Attribute Private Type reference (TYPE) T_RETURN_TAB Returns 20010726
27 ROLE_RM Instance attribute Private Type reference (TYPE) C Structure of History in Role RM 20010525
28 ROLE_WE Instance attribute Private Type reference (TYPE) C Structure of History in Role WE 20010525
29 TOP_NODE Instance attribute Private Type reference (TYPE) LVC_NKEY Top Node in Tree 20020620
30 VISIBLE Instance attribute Private Type reference (TYPE) C History Visible on Screen? 20010504
31 WORK_AT Instance attribute Private Type reference (TYPE) T_WORK_AT Object Currently Being Edited in Access Program 20010504
Methods
# Method Level Visibility Method type Description Created on
1 ADD Instance method Public Method Add Item to History 20010504
2 ADD_CONTRACTPOS Instance method Public Method Add Contract Item to History 20010504
3 ADD_UNSOLD_TO_TREE Instance method Private Method Display Returns for Material and Returning BP Unsold 20010504
4 BUILD_HISTORY_TO_ORDER Instance method Private Method Include Order in History 20010504
5 CACHE_RETURN_DATA Instance method Private Method Cache Return Data 20030320
6 CLEAR Instance method Public Method Delete Display Values in History 20010504
7 CONSTRUCTOR Instance method Public Constructor Constructor 20010504
8 CREATE_NODE_EXPAND Instance method Private Method Create Table of Nodes to Be Expanded 20040323
9 DELETE Instance method Public Method Remove Media Issue from History 20010504
10 DELETE_FROM_HISTORY Instance method Private Method Delete Values from History 20010504
11 EXISTS_UEPOSNR Instance method Private Method Determine Returns for Material and Returning BP 20021128
12 FUNCTION_SELECTED Instance method Private Event handling method Event function_selected 20010504
13 GET_HEADER Instance method Private Method Header for History 20010504
14 GET_LAYOUT_LEAF Static method Private Method Set Up Layout for Node 20010720
15 GET_LAYOUT_TREE Static method Private Method Compile Layout for a Node 20030319
16 GET_MARA Instance method Private Method Mara for Reading Material 20010504
17 GET_ORDER_RM Instance method Private Method Retrieve Orders for BP in Role RM and Material 20010525
18 GET_ORDER_WE Instance method Private Method Retrieve Orders for BP in Role WE and Material 20010525
19 GET_SIGN Instance method Private Method Specify Plus/Minus Sign 20070705
20 GET_SUB_ISSUES Instance method Private Method Determine Lower-Level Media Issues 20030210
21 GET_UNSOLD Instance method Private Method Determine Returns for Material and Returning BP 20010726
22 HIDE Instance method Public Method Hide History 20010504
23 INIT_HISTORY Instance method Private Method Initialize History Display 20010504
24 IS_VISIBLE Instance method Public Method History Visible? 20010504
25 ITEM_DOUBLE_CLICK Instance method Private Event handling method Event item_node_click 20010504
26 NODE_DOUBLE_CLICK Instance method Private Event handling method Event node_double_click 20010504
27 ORDER_HISTORY_ADD Instance method Private Method Set Up History for an Object 20010504
28 ORDER_HISTORY_ADD_CONTRACT Instance method Private Method Add Node from Contract Item 20010504
29 READ_TJD06 Instance method Private Method Read Table TJD006 20010504
30 REFRESH_HISTORY Instance method Private Method Refresh History 20020116
31 REGISTER_EVENTS Instance method Private Method Register Events for History 20010504
32 SALESUNIT_GET Instance method Private Method Specify Sales Unit 20070705
33 SET_EXPANDLEVEL Instance method Public Method Set Depth to Which History to be Expanded 20010504
34 SET_TOOLBAR Instance method Private Method Set Toolbar for History 20010504
35 SET_VISIBLE Instance method Public Method Display History 20030321
36 SET_WORK_AT Instance method Public Method Set Requirement Being Processed 20010504
37 SHOW Instance method Public Method Display History 20010504
38 SHOW_RESULTS_ON_SCREEN Instance method Private Method Display Results on Screen 20010504
39 SHOW_UNSOLD Instance method Private Method Display return 20010504
40 TREE_HISTORY_ADD_HEAD_UNSOLD Instance method Private Method Add New Node to Tree Control for Return 20010504
41 TREE_HISTORY_ADD_MATNR Instance method Private Method Add Material Number to History 20010504
42 TREE_HISTORY_ADD_ORDER_TYPE Instance method Private Method Add Sales Doc.Type for SD Order to History 20010504
43 TREE_HISTORY_ADD_POS Instance method Private Method Add Item Data from SD Order to History 20010504
44 TREE_HISTORY_ADD_POS_UNSOLD Instance method Private Method Add Item Data for Return to Tree Control 20010504
45 TREE_HISTORY_ADD_UNSOLD_TYPE Instance method Private Method Add Sales Doc.Type for Returns to History 20010504
46 TREE_HISTORY_ADD_VBELN Instance method Private Method Add Sales Doc.Number of SD Order to History 20011112
Events
Class CL_ISM_SD_ORDER_HISTORY_GUI has no event.
Types
Class CL_ISM_SD_ORDER_HISTORY_GUI has no local type.
Method Signatures

Method ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BY_PASSING_BUFFER Call by reference Type reference (TYPE) C Puffer neu aufbauen? 20020116
2 Importing GPNR Call by reference Type reference (TYPE) VBPA-KUNNR Geschäftspartner 20010504
3 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Material 20010504
4 Importing SPART Call by reference Type reference (TYPE) JKSDUNSOLD-SPART Sparte 20010504
5 Importing VKBUR Call by reference Type reference (TYPE) JKSDUNSOLD-VKBUR Verkaufsbüro 20010820
6 Importing VKGRP Call by reference Type reference (TYPE) JKSDUNSOLD-VKGRP Verkäufergruppe 20010820
7 Importing VKORG Call by reference Type reference (TYPE) JKSDUNSOLD-VKORG Verkaufsorganisation 20010504
8 Importing VTWEG Call by reference Type reference (TYPE) JKSDUNSOLD-VTWEG Vertriebsweg 20010504
# Exception Resumable Description Created on
1 TOO_MANY_ENTRIES Zu viele Einträge 20010504

Method ADD_CONTRACTPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BY_PASSING_BUFFER Call by reference Type reference (TYPE) C Puffer neu aufbauen? 20020116
2 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Medienausgabe 20010504
3 Importing POSNR Call by reference Type reference (TYPE) VBAP-POSNR Kontraktposition 20010504
4 Importing VBELN Call by reference Type reference (TYPE) VBAK-VBELN Kontrakt 20010504
# Exception Resumable Description Created on
1 NOT_FOUND Kontraktposition nicht gefunden 20010710

Method ADD_UNSOLD_TO_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ENTRIES Call by reference Type reference (TYPE) I Anzahl der Einträge 20010504
2 Importing ISSUETYPE Call by reference Type reference (TYPE) MARA-ISMISSUETYPEAC Ausgabenvariantentyp - tatsächlich 20010504
3 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
4 Changing NODE_EXPAND Call by reference Object reference (TYPE REF TO) NODE zu expandierende Knoten 20010504
5 Changing ROOT Call by reference Type reference (TYPE) LVC_NKEY Wurzelknoten 20010504
6 Importing SPART Call by reference Type reference (TYPE) JKSDUNSOLD-SPART Sparte 20020218
7 Importing UNSOLD Call by reference Type reference (TYPE) VBPA-KUNNR Debitorennummer 20010504
8 Importing VKBUR Call by reference Type reference (TYPE) JKSDUNSOLD-VKBUR Verkaufsbüro 20020218
9 Importing VKGRP Call by reference Type reference (TYPE) JKSDUNSOLD-VKGRP Verkäufergruppe 20020218
10 Importing VKORG Call by reference Type reference (TYPE) JKSDUNSOLD-VKORG Verkaufsorganisation 20020218
11 Importing VTWEG Call by reference Type reference (TYPE) JKSDUNSOLD-VTWEG Vertriebsweg 20020218

Method ADD_UNSOLD_TO_TREE on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method BUILD_HISTORY_TO_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ENTRIES Call by reference Type reference (TYPE) I Anzahl der Einträge für das Material im Baum 20010504
2 Importing ISSUETYPE Call by reference Type reference (TYPE) MARA-ISMISSUETYPEAC Ausgabenvariantentyp - tatsächlich 20010504
3 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
4 Changing NODE_EXPAND Call by reference Object reference (TYPE REF TO) NODE Zu expandierende Knoten 20010504
5 Importing POSNR Call by reference Type reference (TYPE) VBAP-POSNR Positionsnummer 20020620
6 Changing ROOT Call by reference Type reference (TYPE) LVC_NKEY Wurzelknoten 20010504
7 Importing SPART Call by reference Type reference (TYPE) VBAK-SPART Sparte 20070705
8 Importing VBELN Call by reference Type reference (TYPE) VBAP-VBELN Verkaufsbeleg 20020620
9 Importing VKORG Call by reference Type reference (TYPE) VBAK-VKORG Verkaufsorganisation 20070705
10 Importing VTWEG Call by reference Type reference (TYPE) VBAK-VTWEG Vertriebsweg 20070705

Method BUILD_HISTORY_TO_ORDER on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method CACHE_RETURN_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RETURN_TAB Value transfer Type reference (TYPE) T_RETURN_TAB 20030320

Method CACHE_RETURN_DATA on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method CLEAR Signature

Method CLEAR on class CL_ISM_SD_ORDER_HISTORY_GUI has no parameter.
Method CLEAR on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHANGE_OF_ORDER_ALLOWED Call by reference Type reference (TYPE) C '' Ändern der Aufträge erlaubt? 20010504
2 Importing DESCRIPTION Call by reference Type reference (TYPE) C Beschreibung 20010507
3 Importing DOCKING Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Docking Control Container 20010504
4 Importing EXPANDLEVEL Call by reference Type reference (TYPE) C Tiefe bis zu der der Baum expandiert werden soll 20010504
5 Importing EXTENSION Call by reference Type reference (TYPE) I '210' Extension of the history 20010504
6 Importing HIDE_BUTTON Call by reference Type reference (TYPE) C '' Button Historie verstecken anzeigen? 20010507
7 Importing MAX_ENTRIES Call by reference Type reference (TYPE) I '9999' Maximale erlaubte Einträge in der Historie 20010504
8 Importing PROGRAM Call by reference Type reference (TYPE) SY-CPROG SY-CPROG ABAP-Programm, Aufrufer in externen Prozeduren 20011126
9 Importing ROLE_RM Call by reference Type reference (TYPE) C Historie in Rolle RM darstellen 20010525
10 Importing ROLE_WE Call by reference Type reference (TYPE) C Historie in Rolle WE darstellen 20010525

Method CONSTRUCTOR on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method CREATE_NODE_EXPAND Signature

Method CREATE_NODE_EXPAND on class CL_ISM_SD_ORDER_HISTORY_GUI has no parameter.
Method CREATE_NODE_EXPAND on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GPNR Call by reference Type reference (TYPE) VBPA-KUNNR Debitorennummer 20010504
2 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
3 Importing SPART Call by reference Type reference (TYPE) JKSDUNSOLD-SPART Sparte 20010504
4 Importing VKBUR Call by reference Type reference (TYPE) JKSDUNSOLD-VKBUR Verkaufsbüro 20010820
5 Importing VKGRP Call by reference Type reference (TYPE) JKSDUNSOLD-VKGRP Verkäufergruppe 20010820
6 Importing VKORG Call by reference Type reference (TYPE) JKSDUNSOLD-VKORG Verkaufsorganisation 20010504
7 Importing VTWEG Call by reference Type reference (TYPE) JKSDUNSOLD-VTWEG Vertriebsweg 20010504

Method DELETE on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method DELETE_FROM_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GPNR Call by reference Type reference (TYPE) VBPA-KUNNR Debitorennummer 20010504
2 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
3 Importing SPART Call by reference Type reference (TYPE) JKSDUNSOLD-SPART Sparte 20010504
4 Importing VKBUR Call by reference Type reference (TYPE) JKSDUNSOLD-VKBUR Verkaufsbüro 20010820
5 Importing VKGRP Call by reference Type reference (TYPE) JKSDUNSOLD-VKGRP Verkäufergruppe 20010820
6 Importing VKORG Call by reference Type reference (TYPE) JKSDUNSOLD-VKORG Verkaufsorganisation 20010504
7 Importing VTWEG Call by reference Type reference (TYPE) JKSDUNSOLD-VTWEG Vertriebsweg 20010504

Method DELETE_FROM_HISTORY on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method EXISTS_UEPOSNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXISTS Value transfer Type reference (TYPE) CHAR01 Ja/nein 20021128
2 Importing POSNR Call by reference Type reference (TYPE) JKSDUNSOLDITEM-POSNR 20021128
3 Importing VBELN Call by reference Type reference (TYPE) JKSDUNSOLD-VBELN 20021128

Method EXISTS_UEPOSNR on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20010504

Method FUNCTION_SELECTED on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting HEADER Value transfer Type reference (TYPE) TREEV_HHDR Header für Historie 20010504

Method GET_HEADER on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method GET_LAYOUT_LEAF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LAYOUT Value transfer Type reference (TYPE) LVC_S_LAYN Knotenlayout ALV-Tree Control 20010720

Method GET_LAYOUT_LEAF on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method GET_LAYOUT_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LAYOUT Value transfer Type reference (TYPE) LVC_S_LAYN Knotenlayout ALV-Tree Control 20030319

Method GET_LAYOUT_TREE on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method GET_MARA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MARA Value transfer Type reference (TYPE) MARA Allgemeine Materialdaten 20010504
2 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
# Exception Resumable Description Created on
1 ERROR Fehler aufgetreten 20010504

Method GET_ORDER_RM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BP Call by reference Type reference (TYPE) VBPA-KUNNR Geschäftspartner 20010525
2 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010525
3 Exporting ORDER_LIST Value transfer Type reference (TYPE) RJKSDORDER2_TAB IS-M: Tabellentyp für Aufträge 20010525
4 Importing SPART Call by reference Type reference (TYPE) JKSDUNSOLD-SPART Sparte 20010525
5 Importing VKBUR Call by reference Type reference (TYPE) JKSDUNSOLD-VKBUR Verkaufsbüro 20010820
6 Importing VKGRP Call by reference Type reference (TYPE) JKSDUNSOLD-VKGRP Verkäufergruppe 20010820
7 Importing VKORG Call by reference Type reference (TYPE) JKSDUNSOLD-VKORG Verkaufsorganisation 20010525
8 Importing VTWEG Call by reference Type reference (TYPE) JKSDUNSOLD-VTWEG Vertriebsweg 20010525

Method GET_ORDER_RM on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method GET_ORDER_WE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BP Call by reference Type reference (TYPE) VBPA-KUNNR Geschäftspartner 20010525
2 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010525
3 Exporting ORDER_LIST Value transfer Type reference (TYPE) RJKSDORDER2_TAB IS-M: Tabellentyp für Aufträge 20010525
4 Importing SPART Call by reference Type reference (TYPE) JKSDUNSOLD-SPART Sparte 20010525
5 Importing VKBUR Call by reference Type reference (TYPE) JKSDUNSOLD-VKBUR Verkaufsbüro 20010820
6 Importing VKGRP Call by reference Type reference (TYPE) JKSDUNSOLD-VKGRP Verkäufergruppe 20010820
7 Importing VKORG Call by reference Type reference (TYPE) JKSDUNSOLD-VKORG Verkaufsorganisation 20010525
8 Importing VTWEG Call by reference Type reference (TYPE) JKSDUNSOLD-VTWEG Vertriebsweg 20010525

Method GET_ORDER_WE on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method GET_SIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing QUANTITY Call by reference Type reference (TYPE) RJKSDRETURN09-QUANTITY IS-M: Menge 20070705
2 Importing VBTYP Call by reference Type reference (TYPE) TVAK-VBTYP Vertriebsbelegtyp 20070705

Method GET_SIGN on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method GET_SUB_ISSUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ISSUE Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20030210
2 Exporting ISSUE_SUB_LIST Call by reference Type reference (TYPE) RJKSDMEDIAISSUE_TAB IS-M: Tabellentyp für Medienausgaben 20030210
3 Importing ROLE Call by reference Type reference (TYPE) VBPA-PARVW Partnerrolle 20030210
4 Importing SPART Call by reference Type reference (TYPE) VBAK-SPART Sparte 20030210
5 Importing VKORG Call by reference Type reference (TYPE) VBAK-VKORG Verkaufsorganisation 20030210
6 Importing VTWEG Call by reference Type reference (TYPE) VBAK-VTWEG Vertriebsweg 20030210

Method GET_SUB_ISSUES on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method GET_UNSOLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010726
2 Exporting RESULT_TAB Value transfer Type reference (TYPE) T_RETURN_TAB Liste mit den Remissionen 20010726
3 Importing SPART Call by reference Type reference (TYPE) JKSDUNSOLD-SPART Sparte 20020218
4 Importing UNSOLD Call by reference Type reference (TYPE) VBPA-KUNNR Debitorennummer 20010726
5 Importing VKBUR Call by reference Type reference (TYPE) JKSDUNSOLD-VKBUR Verkaufsbüro 20020218
6 Importing VKGRP Call by reference Type reference (TYPE) JKSDUNSOLD-VKGRP Verkäufergruppe 20020218
7 Importing VKORG Call by reference Type reference (TYPE) JKSDUNSOLD-VKORG Verkaufsorganisation 20020218
8 Importing VTWEG Call by reference Type reference (TYPE) JKSDUNSOLD-VTWEG Vertriebsweg 20020218

Method GET_UNSOLD on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method HIDE Signature

Method HIDE on class CL_ISM_SD_ORDER_HISTORY_GUI has no parameter.
Method HIDE on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method INIT_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCRIPTION Call by reference Type reference (TYPE) C Beschreibung der Historie 20010507
2 Importing HIDE_BUTTON Call by reference Type reference (TYPE) C Button "Historie verstekcen" anzeigen? 20010507
3 Importing PROGRAM Call by reference Type reference (TYPE) SY-CPROG ABAP-Programm, Aufrufer in externen Prozeduren 20011126

Method INIT_HISTORY on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method IS_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting VISIBLE Value transfer Type reference (TYPE) C sichtbar => 'X', unsichtbar => ' ' 20010504

Method IS_VISIBLE on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method ITEM_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20010504

Method ITEM_DOUBLE_CLICK on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method NODE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20010504

Method NODE_DOUBLE_CLICK on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method ORDER_HISTORY_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ERROR Call by reference Type reference (TYPE) C 20070705
2 Importing HISTORY_OBJECT Call by reference Object reference (TYPE REF TO) HISTORY_OBJECT Objekt, für welches Historie aufgebaut werden soll 20010504
# Exception Resumable Description Created on
1 TOO_MANY_ENTRIES 20070705

Method ORDER_HISTORY_ADD_CONTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HISTORY_OBJECT Call by reference Object reference (TYPE REF TO) HISTORY_OBJECT Historienobjekt 20010504
2 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
3 Importing POSNR Call by reference Type reference (TYPE) VBAP-POSNR Verkaufsbelegposition 20010504
4 Importing VBELN Call by reference Type reference (TYPE) VBAK-VBELN Verkaufsbeleg 20010504
# Exception Resumable Description Created on
1 NOT_FOUND Keine Daten gefunden 20010710

Method READ_TJD06 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ISSUETYPE Call by reference Type reference (TYPE) MARA-ISMISSUETYPEAC Ausgabenvariantentyp - tatsächlich 20010504
2 Exporting TJD06 Value transfer Type reference (TYPE) TJD06 IS-M/SD: Texttabelle Vertriebsausgabenvariantentypen 20010504

Method READ_TJD06 on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method REFRESH_HISTORY Signature

Method REFRESH_HISTORY on class CL_ISM_SD_ORDER_HISTORY_GUI has no parameter.
Method REFRESH_HISTORY on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_ISM_SD_ORDER_HISTORY_GUI has no parameter.
Method REGISTER_EVENTS on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method SALESUNIT_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20070705
2 Exporting UNIT Call by reference Type reference (TYPE) VBAP-VRKME Verkaufsmengeneinheit 20070705
3 Importing VKORG Call by reference Type reference (TYPE) VBAK-VKORG Verkaufsorganisation 20070705
4 Importing VTWEG Call by reference Type reference (TYPE) VBAK-VTWEG Vertriebsweg 20070705

Method SALESUNIT_GET on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method SET_EXPANDLEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPANDLEVEL Call by reference Type reference (TYPE) C Tiefe bis zu der Historie expandiert werden soll 20010504

Method SET_EXPANDLEVEL on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method SET_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HIDE_BUTTON Call by reference Type reference (TYPE) C Button "Historie verstecken" anzeigen? 20010507

Method SET_TOOLBAR on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method SET_VISIBLE Signature

Method SET_VISIBLE on class CL_ISM_SD_ORDER_HISTORY_GUI has no parameter.
Method SET_VISIBLE on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method SET_WORK_AT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_VBELN Call by reference Type reference (TYPE) JKSDUNSOLD-VBELN IS-M: Anforderung 20010504

Method SET_WORK_AT on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method SHOW Signature

Method SHOW on class CL_ISM_SD_ORDER_HISTORY_GUI has no parameter.
Method SHOW on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method SHOW_RESULTS_ON_SCREEN Signature

Method SHOW_RESULTS_ON_SCREEN on class CL_ISM_SD_ORDER_HISTORY_GUI has no parameter.
# Exception Resumable Description Created on
1 TOO_MANY_ENTRIES 20070705

Method SHOW_UNSOLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VBELN Call by reference Type reference (TYPE) JKSDUNSOLD-VBELN IS-M: Anforderung 20010504

Method SHOW_UNSOLD on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method TREE_HISTORY_ADD_HEAD_UNSOLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUART Call by reference Type reference (TYPE) TJKSDUNSOLD-UNSOLD_TYPE Vorgang 20010504
2 Changing ENTRIES Call by reference Type reference (TYPE) I Anzahl der Einträge 20010504
3 Importing IDENTIFIER Call by reference Type reference (TYPE) LVC_NKEY Identifier 20010504
4 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
5 Exporting NODE Value transfer Type reference (TYPE) LVC_NKEY Erzeugter Knoten 20010504
6 Importing PARENT Call by reference Type reference (TYPE) LVC_NKEY Vaterknoten 20010504

Method TREE_HISTORY_ADD_HEAD_UNSOLD on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method TREE_HISTORY_ADD_MATNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ENTRIES Call by reference Type reference (TYPE) I Anzahl der Einträge 20010504
2 Importing ISSUETYPE Call by reference Type reference (TYPE) MARA-ISMISSUETYPEAC Ausgabenvariantentyp - tatsächlich 20010504
3 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
4 Changing NODE Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20010504
5 Importing SPART Call by reference Type reference (TYPE) VBAK-SPART Sparte 20070705
6 Importing VKORG Call by reference Type reference (TYPE) VBAK-VKORG Verkaufsorganisation 20070705
7 Importing VTWEG Call by reference Type reference (TYPE) VBAK-VTWEG Vertriebsweg 20070705

Method TREE_HISTORY_ADD_MATNR on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method TREE_HISTORY_ADD_ORDER_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AUART Value transfer Type reference (TYPE) VBAK-AUART Auftragsart zur vbeln 20010504
2 Changing ENTRIES Call by reference Type reference (TYPE) I Anzahl der Einträge 20010504
3 Importing IDENTIFIER Call by reference Type reference (TYPE) LVC_NKEY Identifier 20010504
4 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
5 Exporting NODE Value transfer Type reference (TYPE) LVC_NKEY Knoten zur vbeln 20010504
6 Importing PARENT Call by reference Type reference (TYPE) LVC_NKEY Vaterknoten 20010504
7 Importing VBELN Call by reference Type reference (TYPE) VBAK-VBELN Verkaufsbeleg 20010504

Method TREE_HISTORY_ADD_ORDER_TYPE on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method TREE_HISTORY_ADD_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASSIGN_TAB Call by reference Object reference (TYPE REF TO) ASSIGN_MATNR_AUART_ORDER Zuordnung Material, Auftragsart,Auftrag zu Knoten 20010504
2 Importing AUART Call by reference Type reference (TYPE) VBAK-AUART Verkaufsbelegart 20010504
3 Changing ENTRIES Call by reference Type reference (TYPE) I Anzahl der Einträge 20010504
4 Importing IDENTIFIER Call by reference Type reference (TYPE) LVC_NKEY Identifier 20010504
5 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
6 Exporting NODE Value transfer Type reference (TYPE) LVC_NKEY Erzeugter Knoten 20010504
7 Importing PARENT Call by reference Type reference (TYPE) LVC_NKEY Vaterknoten 20010504
8 Importing POSNR Call by reference Type reference (TYPE) VBAP-POSNR Verkaufsbelegposition 20020620
9 Importing RJKSDRETURN09 Call by reference Type reference (TYPE) RJKSDRETURN09 IS-M: Auftrag/Aufträge zur Remission (Dynprodarstellung) 20010504
10 Importing VBELN Call by reference Type reference (TYPE) VBAP-VBELN Verkaufsbeleg 20020620

Method TREE_HISTORY_ADD_POS on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method TREE_HISTORY_ADD_POS_UNSOLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUART Call by reference Type reference (TYPE) VBAK-AUART Verkaufsbelegart 20010504
2 Importing CREDITNUMBER Call by reference Type reference (TYPE) JKSDUNSOLDITEM-CREDIT_NUMBER Verkaufsbeleg 20030319
3 Changing ENTRIES Call by reference Type reference (TYPE) I Anzahl der Einträge 20010504
4 Importing IDENTIFIER Call by reference Type reference (TYPE) LVC_NKEY Identifier 20010504
5 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
6 Exporting NODE Value transfer Type reference (TYPE) LVC_NKEY Erezugter Knoten 20010504
7 Importing PARENT Call by reference Type reference (TYPE) LVC_NKEY Vaterknoten 20010504
8 Importing POSNR Call by reference Type reference (TYPE) JKSDUNSOLDITEM-POSNR IS-M: Positionsnummer Anforderung 20010504
9 Importing RJKSDRETURN09 Call by reference Type reference (TYPE) RJKSDRETURN09 IS-M: Auftrag/Aufträge zur Remission (Dynprodarstellung) 20010504
10 Importing UNSOLDNUMBER Call by reference Type reference (TYPE) JKSDUNSOLD-UNSOLDNUMBER IS-M: Anforderungsnummer 20010504
11 Importing VBELN Call by reference Type reference (TYPE) JKSDUNSOLD-VBELN IS-M: Anforderung 20010504

Method TREE_HISTORY_ADD_POS_UNSOLD on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method TREE_HISTORY_ADD_UNSOLD_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting AUART Value transfer Type reference (TYPE) VBAK-AUART Verkaufsbelegart 20010504
2 Changing ENTRIES Call by reference Type reference (TYPE) I Einträge in der Historie 20010504
3 Importing IDENTIFIER Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20010504
4 Importing MATNR Call by reference Type reference (TYPE) MARA-MATNR Materialnummer 20010504
5 Exporting NODE Value transfer Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20010504
6 Importing PARENT Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20010504
7 Importing VBELN Call by reference Type reference (TYPE) VBAK-VBELN Verkaufsbeleg 20010504

Method TREE_HISTORY_ADD_UNSOLD_TYPE on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.

Method TREE_HISTORY_ADD_VBELN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ENTRIES Call by reference Type reference (TYPE) I Anzahl der Einträge 20011112
2 Importing IDENTIFIER Call by reference Type reference (TYPE) LVC_NKEY Identifier 20011112
3 Exporting NODE Value transfer Type reference (TYPE) LVC_NKEY Knoten zur vbeln 20011112
4 Importing PARENT Call by reference Type reference (TYPE) LVC_NKEY Vaterknoten 20011112
5 Importing VBELN Call by reference Type reference (TYPE) VBAK-VBELN Verkaufsbeleg 20011112

Method TREE_HISTORY_ADD_VBELN on class CL_ISM_SD_ORDER_HISTORY_GUI has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 464