CHECK_CODE_VALUE_FIELDS SAP Method Check Code Value Fields









Below is documentation, parameters and attributes of ABAP Method CHECK_CODE_VALUE_FIELDS 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_CODE_VALUE_FIELDS can also be found below:

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


Parameters of Method CHECK_CODE_VALUE_FIELDS

.

NameTypeData TypeDescriptionDefault Value
IS_CTXImportingTYPE
/BOBF/S_FRW_CTX_VAL
Context Information for Validations
IT_ATTRIBUTE_DETAILSImportingTYPE
/SCMTMS/T_ATTRIBUTE_DETAILS
IT_NODEImportingTYPE
SORTED TABLE
IT_NODE_BIImportingTYPE
SORTED TABLE
CO_MESSAGEChangingTYPE REF TO
/BOBF/IF_FRW_MESSAGE
Interface of Message Object
CT_FAILED_KEYChangingTYPE
/BOBF/T_FRW_KEY
Key Table



Exceptions of Method CHECK_CODE_VALUE_FIELDS

/BOBF/CX_FRW - BOPF Exception Class

Example ABAP coding


DATA: lv_CO_MESSAGE TYPE /BOBF/IF_FRW_MESSAGE,
lv_CT_FAILED_KEY TYPE /BOBF/T_FRW_KEY,
lv_IS_CTX TYPE /BOBF/S_FRW_CTX_VAL,
lv_IT_ATTRIBUTE_DETAILS TYPE /SCMTMS/T_ATTRIBUTE_DETAILS,
lv_IT_NODE TYPE SORTED TABLE,
lv_IT_NODE_BI TYPE SORTED TABLE,
lv_other TYPE c.

CALL METHOD /SCMTMS/CL_COMMON_BO_HELPER=>CHECK_CODE_VALUE_FIELDS(
EXPORTING
IS_CTX = lv_IS_CTX
IT_ATTRIBUTE_DETAILS = lv_IT_ATTRIBUTE_DETAILS
IT_NODE = lv_IT_NODE
IT_NODE_BI = lv_IT_NODE_BI
CHANGING
CO_MESSAGE = lv_CO_MESSAGE
CT_FAILED_KEY = lv_CT_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!