Data Element list used by SAP ABAP Function Module BAPI_BUS_EVENT_LIST (Read business event dates for event type)
SAP ABAP Function Module
BAPI_BUS_EVENT_LIST (Read business event dates for event type) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | ETYID | Business event type: key | SOURCE VALUE(OBJID) LIKE BAPIEVDAT-ETYID |
|
| 2 | EVBGD | Start date of selection period for business events | SOURCE VALUE(BEGIN_DATE) LIKE BAPIDATE-BEGDA OPTIONAL |
|
| 3 | EVEND | End date of selection period for business events | SOURCE VALUE(END_DATE) LIKE BAPIDATE-ENDDA OPTIONAL |
|
| 4 | EVLNG | Key for the business event language | SOURCE VALUE(LANGUAGE) LIKE BAPIEVDAT-EVLNG OPTIONAL |
|
| 5 | LOCID | Business Event Location | SOURCE VALUE(LOCATION_ID) LIKE BAPIEVDAT-LOCID OPTIONAL |
|
| 6 | PLVAR | Plan Version | SOURCE VALUE(PLVAR) LIKE BAPIEVDAT-PLVAR |
|