SAP ABAP Interface /DSD/IF_EMSE_GENERIC_BADI (Common Interface for BAdI)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LE-DSD (Application Component) Direct Store Delivery
     /DSD/EMSE (Package) Direct Store Delivery: Add-on Development for FBS SAP DSD
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_DE_BADI Interface for BAdI: /DSD/EMSE_DE_BADI 20130826
2 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_EHP3_BADI Interface for BAdI: /DSD/EMSE_EHP3_BADI 20130826
3 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_ES_BADI Interface for BAdI: /DSD/EMSE_ES_BADI 20130826
4 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_HH_BADI Interface for BAdI: /DSD/EMSE_HH_BADI 20130826
5 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_ME_BADI Interface for BAdI: /DSD/EMSE_ME_BADI 20130826
6 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_RP_BADI Interface for BAdI: /DSD/EMSE_RP_BADI 20130826
7 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_RS_BADI Interface for BAdI: /DSD/EMSE_RS_BADI 20130826
8 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_SL_BADI Interface for BAdI: /DSD/EMSE_SL_BADI 20130826
9 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_ST_BADI Interface for BAdI: /DSD/EMSE_ST_BADI 20130826
10 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_SV_BADI Interface for BAdI: /DSD/EMSE_SV_BADI 20130826
... Click here to see Used By full list (11 items)
Properties
Interface /DSD/IF_EMSE_GENERIC_BADI  
Short Description Common Interface for BAdI    
General Data
Package /DSD/EMSE   Direct Store Delivery: Add-on Development for FBS SAP DSD 
Created 20130425   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /DSD/IF_EMSE_GENERIC_BADI has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20130826
Friends
Interface /DSD/IF_EMSE_GENERIC_BADI has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_TYPE_DATA Constant Public Type reference (TYPE) /DSD/ME_TA_STATUS '0' Data type 20130826
2 GC_TYPE_OBJECT Constant Public Type reference (TYPE) /DSD/ME_TA_STATUS '1' Object type 20130826
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE Instance method Public Method Execute command 20130826
2 GET_REFERENCE Instance method Public Method Get reference 20130826
3 GET_REFERENCE_LIST Instance method Public Method Get reference list 20130826
4 GET_STRING_VALUE Instance method Public Method Get string attribute value 20130826
5 INITIALIZE Instance method Public Method Initialization 20130826
6 SET_REFERENCE Instance method Public Method Set reference 20130826
7 SET_REFERENCE_LIST Instance method Public Method Set reference list 20130826
8 SET_STRING_VALUE Instance method Public Method Set string attribute value 20130826
Events
Interface /DSD/IF_EMSE_GENERIC_BADI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_BINDING Public See coding 20130826 BEGIN OF ts_binding, name TYPE string, type TYPE /dsd/me_ta_status, dref TYPE REF TO data, oref TYPE REF TO object, END OF ts_binding
2 TT_BINDING Public See coding 20130826 tt_binding TYPE STANDARD TABLE OF ts_binding WITH KEY name
Method Signatures

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMMAND Call by reference Type reference (TYPE) UI_FUNC SPACE Function Code 20130826
2 Returning RV_RETURN Value transfer Type reference (TYPE) STRING Return value 20130826

Method EXECUTE on Interface /DSD/IF_EMSE_GENERIC_BADI has no exception.

Method GET_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARAMETER_NAME Call by reference Type reference (TYPE) STRING 20130826
2 Returning RS_PARAMETER Value transfer Type reference (TYPE) /DSD/IF_EMSE_GENERIC_BADI=>TS_BINDING 20130826

Method GET_REFERENCE on Interface /DSD/IF_EMSE_GENERIC_BADI has no exception.

Method GET_REFERENCE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ATTRIBUTES Value transfer Type reference (TYPE) /DSD/IF_EMSE_GENERIC_BADI=>TT_BINDING Parameter table 20130826

Method GET_REFERENCE_LIST on Interface /DSD/IF_EMSE_GENERIC_BADI has no exception.

Method GET_STRING_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING Attribute name 20130826
2 Returning RV_VALUE Value transfer Type reference (TYPE) STRING Value of named attribute as string 20130826

Method GET_STRING_VALUE on Interface /DSD/IF_EMSE_GENERIC_BADI has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLT_VAL Call by reference Type reference (TYPE) STRING Filter value 20130826

Method INITIALIZE on Interface /DSD/IF_EMSE_GENERIC_BADI has no exception.

Method SET_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAMETER Call by reference Type reference (TYPE) /DSD/IF_EMSE_GENERIC_BADI=>TS_BINDING 20130826

Method SET_REFERENCE on Interface /DSD/IF_EMSE_GENERIC_BADI has no exception.

Method SET_REFERENCE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ATTRIBUTES Call by reference Type reference (TYPE) /DSD/IF_EMSE_GENERIC_BADI=>TT_BINDING Parameter list 20130826

Method SET_REFERENCE_LIST on Interface /DSD/IF_EMSE_GENERIC_BADI has no exception.

Method SET_STRING_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 'EMSE' Attribute name 20130826
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING Value of named attribute as string 20130826

Method SET_STRING_VALUE on Interface /DSD/IF_EMSE_GENERIC_BADI has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_DE_BADI Interface for BAdI: /DSD/EMSE_DE_BADI 20130826
2 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_EHP3_BADI Interface for BAdI: /DSD/EMSE_EHP3_BADI 20130826
3 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_ES_BADI Interface for BAdI: /DSD/EMSE_ES_BADI 20130826
4 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_HH_BADI Interface for BAdI: /DSD/EMSE_HH_BADI 20130826
5 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_ME_BADI Interface for BAdI: /DSD/EMSE_ME_BADI 20130826
6 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_RP_BADI Interface for BAdI: /DSD/EMSE_RP_BADI 20130826
7 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_RS_BADI Interface for BAdI: /DSD/EMSE_RS_BADI 20130826
8 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_SL_BADI Interface for BAdI: /DSD/EMSE_SL_BADI 20130826
9 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_ST_BADI Interface for BAdI: /DSD/EMSE_ST_BADI 20130826
10 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_SV_BADI Interface for BAdI: /DSD/EMSE_SV_BADI 20130826
11 Interface composition (i COMPRISING i_ref)  /DSD/IF_EMSE_VC_BADI Interface for BAdI: /DSD/EMSE_VC_BADI 20130826
History
Last changed by/on SAP  20131127 
SAP Release Created in