SAP /DSD/IF_EMSE_ME_BADI OO Class - Interface for BAdI: /DSD/EMSE_ME_BADI
/DSD/IF_EMSE_ME_BADI is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /DSD/IF_EMSE_ME_BADI including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /DSD/IF_EMSE_ME_BADI SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| DELETE_ME_QUEUE | Delete qRFC queue on the SUP or MI Server | Public |
| CALL METHOD /dsd/if_emse_me_badi=>DELETE_ME_QUEUE...more details | ||
| EXECUTE | Public | |
| CALL METHOD /dsd/if_emse_me_badi=>EXECUTE...more details | ||
| GET_REFERENCE | Public | |
| CALL METHOD /dsd/if_emse_me_badi=>GET_REFERENCE...more details | ||
| GET_REFERENCE_LIST | Public | |
| CALL METHOD /dsd/if_emse_me_badi=>GET_REFERENCE_LIST...more details | ||
| GET_STRING_VALUE | Public | |
| CALL METHOD /dsd/if_emse_me_badi=>GET_STRING_VALUE...more details | ||
| INITIALIZE | Public | |
| CALL METHOD /dsd/if_emse_me_badi=>INITIALIZE...more details | ||
|
| ||
| REPLICATION_TRIGGER | Trigger tour replication | Public |
| CALL METHOD /dsd/if_emse_me_badi=>REPLICATION_TRIGGER...more details | ||
| REPLI_RELOAD_TRIGGER | Trigger reload replication | Public |
| CALL METHOD /dsd/if_emse_me_badi=>REPLI_RELOAD_TRIGGER...more details | ||
| SET_REFERENCE | Public | |
| CALL METHOD /dsd/if_emse_me_badi=>SET_REFERENCE...more details | ||
| SET_REFERENCE_LIST | Public | |
| CALL METHOD /dsd/if_emse_me_badi=>SET_REFERENCE_LIST...more details | ||
| SET_STRING_VALUE | Public | |
| CALL METHOD /dsd/if_emse_me_badi=>SET_STRING_VALUE...more details | ||
/DSD/IF_EMSE_ME_BADI attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_ATTRIBUTE | Constant | Attributes for Get/Set Attribute | LIKE | Public | |
| GC_DDR_ACTION | Constant | DDR Refresh action | LIKE | Public | |
| GC_DDR_STAT_DATA | Constant | DDR Refresh data status | LIKE | Public | |
| GC_DDR_STAT_PRCDATA | Constant | DDR Refresh processing data status | LIKE | Public | |
| GC_DDR_STAT_TRANDATA | Constant | DDR Refresh transactional data status | LIKE | Public | |
| GC_HH_E1CTHD01_FUNC | Constant | Function in IDoc-Segment E1CTHD01 | LIKE | Public | |
| GC_RETURN_VALUE | Constant | Return value constants for Execute | LIKE | Public | |
| GC_ST_STATUS_ID | Constant | Tour status ID | LIKE | Public | |
| GC_TOUR_SHP_TYPE | Constant | ME Tour type Shipment | 'S' | LIKE CHAR1 | Public |
| GC_TOUR_VL_TYPE | Constant | ME Tour type Visit list | 'V' | LIKE CHAR1 | Public |
| GC_TYPE_DATA | Instance Attribute | LIKE | Public | ||
| GC_TYPE_OBJECT | Instance Attribute | LIKE | Public | ||
| GC_TZ_UTC | Constant | Time Zone | 'UTC' | LIKE TZNZONE | Public |
| GC_VBTYP_N_DEL | Constant | SD document category Delivery | 'J' | LIKE VBTYP_N | Public |
| GC_VBTYP_V_ORD | Constant | SD document category Delivery | 'C' | LIKE VBTYP_V | Public |
/DSD/IF_EMSE_ME_BADI types
TS_BINDING -TT_BAPIRACUST_ADDR - Table type for /DSD/BAPIRACUSTADDR
TT_BAPIRACUST_HD - Table type for /DSD/BAPIRACUSTHD
TT_BAPIRADELIVERYCOND - Table type for /DSD/BAPIRADELIVERYCOND
TT_BAPIRADELIVERYHD - Table type for /DSD/BAPIRADELIVERYHD
TT_BAPIRADELIVERYITM - Table type for /DSD/BAPIRADELIVERYITM
TT_BAPIRAORDERCOND - Table type for /DSD/BAPIRADORDERCOND
TT_BAPIRAORDERHD - Table type for /DSD/BAPIRAORDERYHD
TT_BAPIRAORDERITM - Table type for /DSD/BAPIRAORDERITM
TT_BAPIRATRANSMISSION - Table type for /DSD/BAPIRATRANSMISSION
TT_BINDING -
TT_COCKPIT_ASSIGN - Table type for /DSD/ME_COCKPIT_ASSIGN
TT_CPT_CHAN - Table type for /DSD/ME_CPT_CHAN
TT_KONV - Table type for KONV
TV_DELTA_SEQNO - Delta Sequence Number
Links to Related Class(s)
/DSD/IF_...Full list of available SAP object classes
Search for further information about these or an SAP related objects