GET_ADDITIONAL_DATA SAP Method Retrieve Additional Data for Event Manager Communication









Below is documentation, parameters and attributes of ABAP Method GET_ADDITIONAL_DATA within SAP class /SCMTMS/IF_SEND_TOR_DATA. There is also a number of example ABAP code snipts to help you use the functionality of this method.

This method is available within SAP systems depending on your version and release level, you can view further information by entering the class name /SCMTMS/IF_SEND_TOR_DATA into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Instance

This is an Instance Method so needs to be instantiated first before you can access any of the methods. I.e. you need to create a local variable of TYPE ref to the class.

The following technical details of method GET_ADDITIONAL_DATA can also be found below:

  • Importing parameters
  • Exporting parameters
  • Changing parameters
  • Returning parameters
  • Exceptions
  • Coding Examples


Parameters of Method GET_ADDITIONAL_DATA

.

NameTypeData TypeDescriptionDefault Value
IT_CAPA_ROOT_BEF_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_ROOT
Table Type for BO Transportation Order Root (EM Integration)
IT_CAPA_ROOT_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_ROOT
Table Type for BO Transportation Order Root (EM Integration)
IT_EXECINFO_BEFORE_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_EXECINFO
Table Type for BO Transportation Execinfo (EM Integration)
IT_EXECINFO_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_EXECINFO
Table Type for BO Transportation Execinfo (EM Integration)
IT_ITEM_BEFORE_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_ITEM
Table Type for BO Transportation Order Item (EM Integration)
IT_ITEM_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_ITEM
Table Type for BO Transportation Order Item (EM Integration)
IT_LOCATION_ADDR_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_LOC_ROOT
Table type for BO location information (EM Integration)
IT_LOCATION_LOG_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_LOC_ROOT
Table type for BO location information (EM Integration)
IT_PARTY_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_PARTY
TableType for BO Transportation Order Party (EM Integration)
IT_REQ_ROOT_BEFORE_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_ROOT
Table Type for BO Transportation Order Root (EM Integration)
IT_REQ_ROOT_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_ROOT
Table Type for BO Transportation Order Root (EM Integration)
IT_REQ_STOP_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_STOP
Table Type for BO Transportation Order Stop (EM Integration)
IT_REQ_TU_ROOT_BEF_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_ROOT
Table Type for BO Transportation Order Root (EM Integration)
IT_REQ_TU_ROOT_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_ROOT
Table Type for BO Transportation Order Root (EM Integration)
IT_REQ_TU_STOP_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_STOP
Table Type for BO Transportation Order Stop (EM Integration)
IT_STOP_ADDR_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_LOC_ADDR
Table Type for BO Location Address (EM Integration)
IT_STOP_BEFORE_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_STOP
Table Type for BO Transportation Order Stop (EM Integration)
IT_STOP_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_STOP
Table Type for BO Transportation Order Stop (EM Integration)
IT_STOP_SUCC_BEFORE_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_STOP_SUCC
TableType for BO Transport.Order Stop Succ. (EM Integration)
IT_STOP_SUCC_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_STOP_SUCC
TableType for BO Transport.Order Stop Succ. (EM Integration)
IT_TENDERING_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_TEND
Table Type for BO TransportOrder Tendering (EM Integration)
IT_TOR_CREATED_KEYSImportingTYPE
/BOBF/T_FRW_KEY
Key Table
IT_TOR_ROOT_BEFORE_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_ROOT
Table Type for BO Transportation Order Root (EM Integration)
IT_TOR_ROOT_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TOR_ROOT
Table Type for BO Transportation Order Root (EM Integration)
IT_TRQ_ROOT_BEFORE_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TRQ_ROOT
Table Type for BO Transportation Request Root (EM Integr.)
IT_TRQ_ROOT_SSTRINGImportingTYPE
/SCMTMS/T_EM_BO_TRQ_ROOT
Table Type for BO Transportation Request Root (EM Integr.)
IV_ASYNC_DOAImportingTYPE
ABAP_BOOL
IV_ASYNC_EXTRACTIONImportingTYPE
ABAP_BOOL
CS_ADDITIONAL_DATA_ASYNCChangingTYPE
/SCMTMS/S_EM_APPEND_DATA
test
CT_ADDITIONAL_DATAChangingTYPE
/SCMTMS/T_EM_ADDITIONAL_DATA
Additional Data for Table Container for EM Integration



Exceptions of Method GET_ADDITIONAL_DATA

/SCMTMS/CX_EVENT_MANAGEMENT - Exeption Class for EM-Integration

Example ABAP coding


DATA: lo_class TYPE REF TO /SCMTMS/IF_SEND_TOR_DATA.
DATA: lv_CS_ADDITIONAL_DATA_ASYNC TYPE /SCMTMS/S_EM_APPEND_DATA,
lv_CT_ADDITIONAL_DATA TYPE /SCMTMS/T_EM_ADDITIONAL_DATA,
lv_IT_CAPA_ROOT_BEF_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_ROOT,
lv_IT_CAPA_ROOT_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_ROOT,
lv_IT_EXECINFO_BEFORE_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_EXECINFO,
lv_IT_EXECINFO_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_EXECINFO,
lv_IT_ITEM_BEFORE_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_ITEM,
lv_IT_ITEM_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_ITEM,
lv_IT_LOCATION_ADDR_SSTRING TYPE /SCMTMS/T_EM_BO_LOC_ROOT,
lv_IT_LOCATION_LOG_SSTRING TYPE /SCMTMS/T_EM_BO_LOC_ROOT,
lv_IT_PARTY_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_PARTY,
lv_IT_REQ_ROOT_BEFORE_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_ROOT,
lv_IT_REQ_ROOT_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_ROOT,
lv_IT_REQ_STOP_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_STOP,
lv_IT_REQ_TU_ROOT_BEF_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_ROOT,
lv_IT_REQ_TU_ROOT_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_ROOT,
lv_IT_REQ_TU_STOP_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_STOP,
lv_IT_STOP_ADDR_SSTRING TYPE /SCMTMS/T_EM_BO_LOC_ADDR,
lv_IT_STOP_BEFORE_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_STOP,
lv_IT_STOP_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_STOP,
lv_IT_STOP_SUCC_BEFORE_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_STOP_SUCC,
lv_IT_STOP_SUCC_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_STOP_SUCC,
lv_IT_TENDERING_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_TEND,
lv_IT_TOR_CREATED_KEYS TYPE /BOBF/T_FRW_KEY,
lv_IT_TOR_ROOT_BEFORE_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_ROOT,
lv_IT_TOR_ROOT_SSTRING TYPE /SCMTMS/T_EM_BO_TOR_ROOT,
lv_IT_TRQ_ROOT_BEFORE_SSTRING TYPE /SCMTMS/T_EM_BO_TRQ_ROOT,
lv_IT_TRQ_ROOT_SSTRING TYPE /SCMTMS/T_EM_BO_TRQ_ROOT,
lv_IV_ASYNC_DOA TYPE ABAP_BOOL,
lv_IV_ASYNC_EXTRACTION TYPE ABAP_BOOL,
lv_other TYPE c.

CALL METHOD lo_class=>GET_ADDITIONAL_DATA(
EXPORTING
IT_CAPA_ROOT_BEF_SSTRING = lv_IT_CAPA_ROOT_BEF_SSTRING
IT_CAPA_ROOT_SSTRING = lv_IT_CAPA_ROOT_SSTRING
IT_EXECINFO_BEFORE_SSTRING = lv_IT_EXECINFO_BEFORE_SSTRING
IT_EXECINFO_SSTRING = lv_IT_EXECINFO_SSTRING
IT_ITEM_BEFORE_SSTRING = lv_IT_ITEM_BEFORE_SSTRING
IT_ITEM_SSTRING = lv_IT_ITEM_SSTRING
IT_LOCATION_ADDR_SSTRING = lv_IT_LOCATION_ADDR_SSTRING
IT_LOCATION_LOG_SSTRING = lv_IT_LOCATION_LOG_SSTRING
IT_PARTY_SSTRING = lv_IT_PARTY_SSTRING
IT_REQ_ROOT_BEFORE_SSTRING = lv_IT_REQ_ROOT_BEFORE_SSTRING
IT_REQ_ROOT_SSTRING = lv_IT_REQ_ROOT_SSTRING
IT_REQ_STOP_SSTRING = lv_IT_REQ_STOP_SSTRING
IT_REQ_TU_ROOT_BEF_SSTRING = lv_IT_REQ_TU_ROOT_BEF_SSTRING
IT_REQ_TU_ROOT_SSTRING = lv_IT_REQ_TU_ROOT_SSTRING
IT_REQ_TU_STOP_SSTRING = lv_IT_REQ_TU_STOP_SSTRING
IT_STOP_ADDR_SSTRING = lv_IT_STOP_ADDR_SSTRING
IT_STOP_BEFORE_SSTRING = lv_IT_STOP_BEFORE_SSTRING
IT_STOP_SSTRING = lv_IT_STOP_SSTRING
IT_STOP_SUCC_BEFORE_SSTRING = lv_IT_STOP_SUCC_BEFORE_SSTRING
IT_STOP_SUCC_SSTRING = lv_IT_STOP_SUCC_SSTRING
IT_TENDERING_SSTRING = lv_IT_TENDERING_SSTRING
IT_TOR_CREATED_KEYS = lv_IT_TOR_CREATED_KEYS
IT_TOR_ROOT_BEFORE_SSTRING = lv_IT_TOR_ROOT_BEFORE_SSTRING
IT_TOR_ROOT_SSTRING = lv_IT_TOR_ROOT_SSTRING
IT_TRQ_ROOT_BEFORE_SSTRING = lv_IT_TRQ_ROOT_BEFORE_SSTRING
IT_TRQ_ROOT_SSTRING = lv_IT_TRQ_ROOT_SSTRING
IV_ASYNC_DOA = lv_IV_ASYNC_DOA
IV_ASYNC_EXTRACTION = lv_IV_ASYNC_EXTRACTION
CHANGING
CS_ADDITIONAL_DATA_ASYNC = lv_CS_ADDITIONAL_DATA_ASYNC
CT_ADDITIONAL_DATA = lv_CT_ADDITIONAL_DATA ).

Links to Related Class(s)

/SCMTMS/...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!