BUILD_ATF_CHG_TAB SAP Method Build attachement folder change table









Below is documentation, parameters and attributes of ABAP Method BUILD_ATF_CHG_TAB within SAP class /SCMTMS/CL_ATF_HELPER. 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/CL_ATF_HELPER into the relevant SAP transactions such as SE24 or SE80, and then selecting the method you are interested in.


Method Type - Static

This is a Static Method so you can call it directly

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

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


Parameters of Method BUILD_ATF_CHG_TAB

.

NameTypeData TypeDescriptionDefault Value
IS_ATF_PRXImportingTYPE
/SCMTMS/CPX_ATTACHMENT_FOLDER2
Proxy Structure (generated)
IV_ASSOCIATIONImportingTYPE
/BOBF/OBM_ASSOC_KEY
Association
IV_ATF_ROOT_UPD_KEYImportingTYPE
/BOBF/CONF_KEY
IV_BO_KEYImportingTYPE
/BOBF/OBM_NODE_KEY
Node
IV_CHANGE_MODEImportingTYPE
/BOBF/CONF_CHANGE_MODE
Change category
IV_NODEImportingTYPE
/BOBF/OBM_NODE_KEY
Node
IV_PARENT_KEYImportingTYPE
/BOBF/CONF_KEY
NodeID
IV_SOURCE_NODEImportingTYPE
/BOBF/OBM_NODE_KEY
Node
ET_MODExportingTYPE
/BOBF/T_FRW_MODIFICATION
Changes
CO_LOGChangingTYPE REF TO
/SCMTMS/CL_LOG_NONBOPF
BOPF independent/parallel Log



Exceptions of Method BUILD_ATF_CHG_TAB

/SCMTMS/CX_CMN_SERVICE - TOR functional layer exceptions

Example ABAP coding


DATA: lv_CO_LOG TYPE /SCMTMS/CL_LOG_NONBOPF,
lv_ET_MOD TYPE /BOBF/T_FRW_MODIFICATION,
lv_IS_ATF_PRX TYPE /SCMTMS/CPX_ATTACHMENT_FOLDER2,
lv_IV_ASSOCIATION TYPE /BOBF/OBM_ASSOC_KEY,
lv_IV_ATF_ROOT_UPD_KEY TYPE /BOBF/CONF_KEY,
lv_IV_BO_KEY TYPE /BOBF/OBM_NODE_KEY,
lv_IV_CHANGE_MODE TYPE /BOBF/CONF_CHANGE_MODE,
lv_IV_NODE TYPE /BOBF/OBM_NODE_KEY,
lv_IV_PARENT_KEY TYPE /BOBF/CONF_KEY,
lv_IV_SOURCE_NODE TYPE /BOBF/OBM_NODE_KEY,
lv_other TYPE c.

CALL METHOD /SCMTMS/CL_ATF_HELPER=>BUILD_ATF_CHG_TAB(
EXPORTING
IS_ATF_PRX = lv_IS_ATF_PRX
IV_ASSOCIATION = lv_IV_ASSOCIATION
IV_ATF_ROOT_UPD_KEY = lv_IV_ATF_ROOT_UPD_KEY
IV_BO_KEY = lv_IV_BO_KEY
IV_CHANGE_MODE = lv_IV_CHANGE_MODE
IV_NODE = lv_IV_NODE
IV_PARENT_KEY = lv_IV_PARENT_KEY
IV_SOURCE_NODE = lv_IV_SOURCE_NODE
IMPORTING
ET_MOD = lv_ET_MOD
CHANGING
CO_LOG = lv_CO_LOG ).

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!