GET_FU_BO_INCOMPATIBILITY SAP Method Get Incompatibility regard. Assigning FU to Freight Booking









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

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


Parameters of Method GET_FU_BO_INCOMPATIBILITY

.

NameTypeData TypeDescriptionDefault Value
IT_TORImportingTYPE
/SCMTMS/T_TOR_ROOT_K
Root Node
CO_MESSAGEChangingTYPE REF TO
/BOBF/IF_FRW_MESSAGE
Interface of Message Object
CT_INCOMP_DATAChangingTYPE
/SCMTMS/T_INCOMPAT_K
Root node of incompatibility maintenance
CT_INCOMP_DEFChangingTYPE
/SCMTMS/T_INC_DEFINITION
Definition of Incompatibilities
CT_REL_BOINSTChangingTYPE
/SCMTMS/T_BOKEY_VALUE
Link between the BO-Key and the value per condition



Exceptions of Method GET_FU_BO_INCOMPATIBILITY

This method does not have any exceptions

Example ABAP coding


DATA: lv_CO_MESSAGE TYPE /BOBF/IF_FRW_MESSAGE,
lv_CT_INCOMP_DATA TYPE /SCMTMS/T_INCOMPAT_K,
lv_CT_INCOMP_DEF TYPE /SCMTMS/T_INC_DEFINITION,
lv_CT_REL_BOINST TYPE /SCMTMS/T_BOKEY_VALUE,
lv_IT_TOR TYPE /SCMTMS/T_TOR_ROOT_K,
lv_other TYPE c.

CALL METHOD /SCMTMS/CL_ACS_HELPER=>GET_FU_BO_INCOMPATIBILITY(
EXPORTING
IT_TOR = lv_IT_TOR
CHANGING
CO_MESSAGE = lv_CO_MESSAGE
CT_INCOMP_DATA = lv_CT_INCOMP_DATA
CT_INCOMP_DEF = lv_CT_INCOMP_DEF
CT_REL_BOINST = lv_CT_REL_BOINST ).

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!