SAP /SCMTMS/CL_ACS_HELPER OO Class - Helper class for Air Cargo Security









/SCMTMS/CL_ACS_HELPER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /SCMTMS/CL_ACS_HELPER including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of /SCMTMS/CL_ACS_HELPER SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
AGGREGATE_GSSAggregate Generic Security statusPublic
CALL METHOD /scmtms/cl_acs_helper=>AGGREGATE_GSS...more details

CHECK_ACS_WITH_DATABO is changed: Check GSS of BO against GSS of asigned FU'sPublic
CALL METHOD /scmtms/cl_acs_helper=>CHECK_ACS_WITH_DATA...more details

CHECK_ASSIGNED_FU_SECUREBO is changed: Check GSS of BO against GSS of asigned FU'sPublic
CALL METHOD /scmtms/cl_acs_helper=>CHECK_ASSIGNED_FU_SECURE...more details

CHECK_BO_CSS_FITS_GSSBO is changed: Check BO CSS fits to GSSPublic
CALL METHOD /scmtms/cl_acs_helper=>CHECK_BO_CSS_FITS_GSS...more details

CHECK_BO_WITH_FUBO is changed: Check GSS of BO against GSS of asigned FU'sPublic
CALL METHOD /scmtms/cl_acs_helper=>CHECK_BO_WITH_FU...more details

CHECK_FU_WITH_BOFU is changed: Check GSS of FU against GSS of asigned BOPublic
CALL METHOD /scmtms/cl_acs_helper=>CHECK_FU_WITH_BO...more details

CHECK_ROOT_SCR_METHFU is changed: Check FU against Screening MethodsPublic
CALL METHOD /scmtms/cl_acs_helper=>CHECK_ROOT_SCR_METH...more details

CHECK_SHIPPER_KNOWNBO is changed: Check GSS of BO against GSS of asigned FU'sPrivate
CALL METHOD /scmtms/cl_acs_helper=>CHECK_SHIPPER_KNOWN...more details

CHECK_USER_BO_AUTHORITYCheck authorisation of user according to customizingPrivate
CALL METHOD /scmtms/cl_acs_helper=>CHECK_USER_BO_AUTHORITY...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /scmtms/cl_acs_helper=>CLASS_CONSTRUCTOR...more details

DETERMINE_KNOWN_SHIPPER_STATUSCalculate whether shipper is known long enoughPublic
CALL METHOD /scmtms/cl_acs_helper=>DETERMINE_KNOWN_SHIPPER_STATUS...more details

DETERMINE_OFFSETCalculate the offsetPublic
CALL METHOD /scmtms/cl_acs_helper=>DETERMINE_OFFSET...more details

DETERMINE_SHIPPER_KNOWN_DATECalculate the shipper known datePublic
CALL METHOD /scmtms/cl_acs_helper=>DETERMINE_SHIPPER_KNOWN_DATE...more details

GET_CARGO_HANDO_DATA_FOR_TRQRead ACS Masterdata for SourceLoc or ShipperPublic
CALL METHOD /scmtms/cl_acs_helper=>GET_CARGO_HANDO_DATA_FOR_TRQ...more details

GET_FU_BO_INCOMPATIBILITYGet Incompatibility regard. Assigning FU to Freight BookingPublic
CALL METHOD /scmtms/cl_acs_helper=>GET_FU_BO_INCOMPATIBILITY...more details

PREPARE_FB_BLOCK_UPDATEPrepare blocking/unblocking Freight BookingsPublic
CALL METHOD /scmtms/cl_acs_helper=>PREPARE_FB_BLOCK_UPDATE...more details

SET_ASSIGNED_FU_TO_NOT_SECUREPropagate 'Not Secure' from FO to asigned FU'sPublic
CALL METHOD /scmtms/cl_acs_helper=>SET_ASSIGNED_FU_TO_NOT_SECURE...more details

SHIPPER_KNOWN_LONG_ENOUGHValidate GSS of FU with GSS of BookingPrivate
CALL METHOD /scmtms/cl_acs_helper=>SHIPPER_KNOWN_LONG_ENOUGH...more details

VALIDATE_FU_BO_ASSIGNMENTValidate GSS of FU with GSS of BookingPrivate
CALL METHOD /scmtms/cl_acs_helper=>VALIDATE_FU_BO_ASSIGNMENT...more details



/SCMTMS/CL_ACS_HELPER attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
MO_CUST_ACSStatic AttributeAir Cargo Security customizing accessor interfaceLIKE
/SCMTMS/IF_CUST_ACS
Private
MO_ORG_MGRStatic AttributeUse class /SCMB/CL_ORG_UNIT_MGRLIKE
/SCMTMS/CL_ORG_UNIT_MGR
Private
MO_SRVMGR_BPStatic AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_SRVMGR_LOCStatic AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_SRVMGR_TORStatic AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_SRVMGR_TRQStatic AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private


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!