CHECK_CONTAINER_DETAILS SAP Method Check container details









Below is documentation, parameters and attributes of ABAP Method CHECK_CONTAINER_DETAILS within SAP class /SCMTMS/CL_COMMON_BO_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_COMMON_BO_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 CHECK_CONTAINER_DETAILS can also be found below:

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


Parameters of Method CHECK_CONTAINER_DETAILS

.

NameTypeData TypeDescriptionDefault Value
IS_CONTAINER_DETImportingTYPE
/SCMTMS/S_ITEM_TURESOURCE
Item structure for transportation unit resource information
IS_TEMPERATUREImportingTYPE
/SCMTMS/S_TEMPERATURE_ATTR
Temperature and humidity attributes
IV_CHECK_FIELDImportingTYPE
STRING
IV_ITEM_KEYImportingTYPE
/BOBF/CONF_KEY
NodeID
IV_MOT_CATImportingTYPE
/SCMTMS/TRMODCAT
Transportation Mode Category
IV_MSG_VAR_ITEM_IDImportingTYPE
SYMSGV
Message Variable
IV_NODE_KEYImportingTYPE
/BOBF/OBM_NODE_KEY
NodeID
IV_RAILCAR_DETAILSImportingTYPE
XFELD
Check Railcar details (not container)
IV_PLATENUMBERImportingTYPE
/SCMTMS/RESPLATENR
Resource
EV_NONVALID_CUSTExportingTYPE
XFELD
Customizing entries not valid
CO_MESSAGEChangingTYPE REF TO
/BOBF/IF_FRW_MESSAGE
Interface of Message Object
CV_FAILED_KEYChangingTYPE
/BOBF/CONF_KEY
NodeID



Exceptions of Method CHECK_CONTAINER_DETAILS

This method does not have any exceptions

Example ABAP coding


DATA: lv_CO_MESSAGE TYPE /BOBF/IF_FRW_MESSAGE,
lv_CV_FAILED_KEY TYPE /BOBF/CONF_KEY,
lv_EV_NONVALID_CUST TYPE XFELD,
lv_IS_CONTAINER_DET TYPE /SCMTMS/S_ITEM_TURESOURCE,
lv_IS_TEMPERATURE TYPE /SCMTMS/S_TEMPERATURE_ATTR,
lv_IV_CHECK_FIELD TYPE STRING,
lv_IV_ITEM_KEY TYPE /BOBF/CONF_KEY,
lv_IV_MOT_CAT TYPE /SCMTMS/TRMODCAT,
lv_IV_MSG_VAR_ITEM_ID TYPE SYMSGV,
lv_IV_NODE_KEY TYPE /BOBF/OBM_NODE_KEY,
lv_IV_RAILCAR_DETAILS TYPE XFELD,
lv_IV_PLATENUMBER TYPE /SCMTMS/RESPLATENR,
lv_other TYPE c.

CALL METHOD /SCMTMS/CL_COMMON_BO_HELPER=>CHECK_CONTAINER_DETAILS(
EXPORTING
IS_CONTAINER_DET = lv_IS_CONTAINER_DET
IS_TEMPERATURE = lv_IS_TEMPERATURE
IV_CHECK_FIELD = lv_IV_CHECK_FIELD
IV_ITEM_KEY = lv_IV_ITEM_KEY
IV_MOT_CAT = lv_IV_MOT_CAT
IV_MSG_VAR_ITEM_ID = lv_IV_MSG_VAR_ITEM_ID
IV_NODE_KEY = lv_IV_NODE_KEY
IV_RAILCAR_DETAILS = lv_IV_RAILCAR_DETAILS
IV_PLATENUMBER = lv_IV_PLATENUMBER
IMPORTING
EV_NONVALID_CUST = lv_EV_NONVALID_CUST
CHANGING
CO_MESSAGE = lv_CO_MESSAGE
CV_FAILED_KEY = lv_CV_FAILED_KEY ).

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!