SAP ABAP Interface /SAPHT/IF_EX_DRM_EDIS_BADI (BAdI interface /SAPHT/IF_EX_DRM_EDIS_BADI)
Hierarchy
ECC-DIMP (Software Component) DIMP
   IS-HT-DRM (Application Component) Distributor-Reseller-Management
     /SAPHT/DRM02 (Package) DRM Development
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /SAPHT/CL_EX_DRM_EDIS_BADI BAdI class /SAPHT/CL_EX_DRM_EDIS_BADI 20000119
2 Interface implementation (CLASS c. INTERFACES i_ref)  /SAPHT/CL_IM_DRM_EDXN_BADI Imp. class for BAdI imp. /SAPHT/DRM_EDXN_BADI 20000418
Properties
Interface /SAPHT/IF_EX_DRM_EDIS_BADI  
Short Description BAdI interface /SAPHT/IF_EX_DRM_EDIS_BADI    
General Data
Package /SAPHT/DRM02   DRM Development 
Created 20000118   SAP 
Last changed 20050301   SAP 
Unicode checks active    
Forward declarations
Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no forward declaration.
Interfaces
Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no interface.
Friends
Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no friend.
Attributes
Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 HANDLE_INVRPT_CONTROL_DATA Instance method Public Method Handles the control data in the inbound INVRPT 20000119
2 HANDLE_INVRPT_FINAL_CHANGES Instance method Public Method Handles final changes in the inbound INVRPT 20000119
3 HANDLE_INVRPT_GENERATED_DATA Instance method Public Method Handle generated data in the outbound INVRPT 20000120
4 HANDLE_INVRPT_SEGMENTS Instance method Public Method Handles each IDoc segment in the inbound INVRPT 20000119
5 HANDLE_SLSRPT_CONTROL_DATA Instance method Public Method Handles the control data in the inbound SLSRPT 20000119
6 HANDLE_SLSRPT_FINAL_CHANGES Instance method Public Method Handles final changes in the inbound SLSRPT 20000119
7 HANDLE_SLSRPT_GENERATED_DATA Instance method Public Method Handle generated data in the outbound SLSRPT 20000120
8 HANDLE_SLSRPT_SEGMENTS Instance method Public Method Handles each IDoc segment in the inbound SLSRPT 20000119
9 HANDLE_SSDCLM_GENERATED_DATA Instance method Public Method Handle generated data in the outbound SSDCLM 20000120
10 HANDLE_SSDRSP_CONTROL_DATA Instance method Public Method Handles the control data in the inbound SSDRSP 20000119
11 HANDLE_SSDRSP_FINAL_CHANGES Instance method Public Method Handles final changes in the inbound SSDRSP 20000119
12 HANDLE_SSDRSP_GENERATED_DATA Instance method Public Method Handle generated data in the outbound SSDRSP 20000120
13 HANDLE_SSDRSP_SEGMENTS Instance method Public Method Handles each IDoc segment in the inbound SSDRSP 20000119
Events
Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no event.
Types
Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no local type.
Method Signatures

Method HANDLE_INVRPT_CONTROL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IDOC_CONTROL Call by reference Type reference (TYPE) EDIDC Steuerung 20000119
2 Changing IDOC_DATA Call by reference Type reference (TYPE) EDIDD Datensatz 20000119
3 Importing INPUT_METHOD Call by reference Type reference (TYPE) BDWFAP_PAR-INPUTMETHD Eingangsmethode 20000119
4 Importing MASS_PROCESSING Call by reference Type reference (TYPE) BDWFAP_PAR-MASS_PROC Massenverfahren 20000119
5 Changing SERIALIZATION_INFO Call by reference Type reference (TYPE) BDI_SER Serialisierungsinformationen 20000119

Method HANDLE_INVRPT_CONTROL_DATA on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_INVRPT_FINAL_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing APPLICATION_VARIABLE Call by reference Type reference (TYPE) BDWFAP_PAR-APPL_VAR Anwendungsvariable 20000120
2 Changing IN_UPDATE_TASK Call by reference Type reference (TYPE) BDWFAP_PAR-UPDATETASK Verbuchungstask 20000120
3 Changing RETURN_VARIABLES Call by reference Type reference (TYPE) BDWFRETVAR Rückgabevariablen 20000119
4 Importing SUBRC Call by reference Type reference (TYPE) SY-SUBRC Status 20000119
5 Changing WORKFLOW_RESULT Call by reference Type reference (TYPE) BDWFAP_PAR-RESULT Workflow-Ergebnis 20000120

Method HANDLE_INVRPT_FINAL_CHANGES on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_INVRPT_GENERATED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IDOC_CONTROL_RECORD Call by reference Type reference (TYPE) EDIDC Kontrollsatz 20000120
2 Changing IDOC_DATA_RECORD Call by reference Type reference (TYPE) /SAPHT/DRMTTEDIDD Generierter Datensatz 20000120

Method HANDLE_INVRPT_GENERATED_DATA on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_INVRPT_SEGMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CURRENT_SEGMENT Call by reference Type reference (TYPE) EDIDD Aktuelles Segment 20000119
2 Exporting ERR_TAB Call by reference Type reference (TYPE) /SAPHT/DRMTTERR2 Fehler im Segment 20001221
3 Importing IDOC_CONTROL Call by reference Type reference (TYPE) EDIDC Kontrollsatz (IDoc) 20000829
4 Exporting RET_CODE Call by reference Type reference (TYPE) SYSUBRC Returncode 20001221
5 Changing STAG_RECORD Call by reference Type reference (TYPE) /SAPHT/DRMSTAG Staging-Satz 20000120

Method HANDLE_INVRPT_SEGMENTS on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_SLSRPT_CONTROL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IDOC_CONTROL Call by reference Type reference (TYPE) EDIDC Steuerung 20000119
2 Changing IDOC_DATA Call by reference Type reference (TYPE) EDIDD Datensatz 20000119
3 Importing INPUT_METHOD Call by reference Type reference (TYPE) BDWFAP_PAR-INPUTMETHD Eingangsmethode 20000119
4 Importing MASS_PROCESSING Call by reference Type reference (TYPE) BDWFAP_PAR-MASS_PROC Massenverfahren 20000119
5 Changing SERIALIZATION_INFO Call by reference Type reference (TYPE) BDI_SER Serialisierungsinformationen 20000119

Method HANDLE_SLSRPT_CONTROL_DATA on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_SLSRPT_FINAL_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing APPLICATION_VARIABLE Call by reference Type reference (TYPE) BDWFAP_PAR-APPL_VAR Anwendungsvariable 20000120
2 Changing IN_UPDATE_TASK Call by reference Type reference (TYPE) BDWFAP_PAR-UPDATETASK Verbuchungstask 20000120
3 Changing RETURN_VARIABLES Call by reference Type reference (TYPE) BDWFRETVAR Rückgabevariablen 20000119
4 Importing SUBRC Call by reference Type reference (TYPE) SY-SUBRC Status 20000119
5 Changing WORKFLOW_RESULT Call by reference Type reference (TYPE) BDWFAP_PAR-RESULT Workflow-Ergebnis 20000120

Method HANDLE_SLSRPT_FINAL_CHANGES on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_SLSRPT_GENERATED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IDOC_CONTROL_RECORD Call by reference Type reference (TYPE) EDIDC Kontrollsatz 20000120
2 Changing IDOC_DATA_RECORD Call by reference Type reference (TYPE) /SAPHT/DRMTTEDIDD Generierter Datensatz 20000120

Method HANDLE_SLSRPT_GENERATED_DATA on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_SLSRPT_SEGMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CLM_XNCODE Call by reference Type reference (TYPE) /SAPHT/DRM_XNCODE Anspruchstransaktionscode 20000425
2 Importing CURRENT_SEGMENT Call by reference Type reference (TYPE) EDIDD Aktuelles Segment 20000119
3 Exporting ERR_TAB Call by reference Type reference (TYPE) /SAPHT/DRMTTERR2 Fehler im Segment 20001221
4 Importing IDOC_CONTROL Call by reference Type reference (TYPE) EDIDC Kontrollsatz (IDoc) 20000825
5 Exporting RET_CODE Call by reference Type reference (TYPE) SYSUBRC Returncode 20001221
6 Changing STAG_RECORD Call by reference Type reference (TYPE) /SAPHT/DRMSTAG Staging-Satz 20000120

Method HANDLE_SLSRPT_SEGMENTS on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_SSDCLM_GENERATED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IDOC_CONTROL_RECORD Call by reference Type reference (TYPE) EDIDC Kontrollsatz 20000120
2 Changing IDOC_DATA_RECORDS Call by reference Type reference (TYPE) /SAPHT/DRMTTEDIDD Datensatz 20000120

Method HANDLE_SSDCLM_GENERATED_DATA on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_SSDRSP_CONTROL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IDOC_CONTROL Call by reference Type reference (TYPE) EDIDC Steuerung 20000119
2 Changing IDOC_DATA Call by reference Type reference (TYPE) EDIDD Datensatz 20000119
3 Importing INPUT_METHOD Call by reference Type reference (TYPE) BDWFAP_PAR-INPUTMETHD Eingangsmethode 20000119
4 Importing MASS_PROCESSING Call by reference Type reference (TYPE) BDWFAP_PAR-MASS_PROC Massenverfahren 20000119
5 Changing SERIALIZATION_INFO Call by reference Type reference (TYPE) BDI_SER Serialisierungsinformationen 20000119

Method HANDLE_SSDRSP_CONTROL_DATA on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_SSDRSP_FINAL_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing APPLICATION_VARIABLE Call by reference Type reference (TYPE) BDWFAP_PAR-APPL_VAR Anwendungsvariable 20000120
2 Changing IN_UPDATE_TASK Call by reference Type reference (TYPE) BDWFAP_PAR-UPDATETASK Verbuchungstask 20000120
3 Changing RETURN_VARIABLES Call by reference Type reference (TYPE) BDWFRETVAR Rückgabevariablen 20000119
4 Importing SUBRC Call by reference Type reference (TYPE) SY-SUBRC Status 20000119
5 Changing WORKFLOW_RESULT Call by reference Type reference (TYPE) BDWFAP_PAR-RESULT Workflow-Ergebnis 20000120

Method HANDLE_SSDRSP_FINAL_CHANGES on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_SSDRSP_GENERATED_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IDOC_CONTROL_RECORD Call by reference Type reference (TYPE) EDIDC Kontrollsatz 20000120
2 Changing IDOC_DATA_RECORD Call by reference Type reference (TYPE) /SAPHT/DRMTTEDIDD Datensatz 20000120

Method HANDLE_SSDRSP_GENERATED_DATA on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.

Method HANDLE_SSDRSP_SEGMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CURRENT_SEGMENT Call by reference Type reference (TYPE) EDIDD Aktuelles Segment 20000119
2 Changing STAG_RECORD Call by reference Type reference (TYPE) /SAPHT/DRMSTAG Staging-Satz 20000120

Method HANDLE_SSDRSP_SEGMENTS on Interface /SAPHT/IF_EX_DRM_EDIS_BADI has no exception.
History
Last changed by/on SAP  20050301 
SAP Release Created in