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 Name | Description | Visability |
| AGGREGATE_GSS | Aggregate Generic Security status | Public |
| CALL METHOD /scmtms/cl_acs_helper=>AGGREGATE_GSS...more details | ||
| CHECK_ACS_WITH_DATA | BO is changed: Check GSS of BO against GSS of asigned FU's | Public |
| CALL METHOD /scmtms/cl_acs_helper=>CHECK_ACS_WITH_DATA...more details | ||
| CHECK_ASSIGNED_FU_SECURE | BO is changed: Check GSS of BO against GSS of asigned FU's | Public |
| CALL METHOD /scmtms/cl_acs_helper=>CHECK_ASSIGNED_FU_SECURE...more details | ||
| CHECK_BO_CSS_FITS_GSS | BO is changed: Check BO CSS fits to GSS | Public |
| CALL METHOD /scmtms/cl_acs_helper=>CHECK_BO_CSS_FITS_GSS...more details | ||
| CHECK_BO_WITH_FU | BO is changed: Check GSS of BO against GSS of asigned FU's | Public |
| CALL METHOD /scmtms/cl_acs_helper=>CHECK_BO_WITH_FU...more details | ||
| CHECK_FU_WITH_BO | FU is changed: Check GSS of FU against GSS of asigned BO | Public |
| CALL METHOD /scmtms/cl_acs_helper=>CHECK_FU_WITH_BO...more details | ||
|
| ||
| CHECK_ROOT_SCR_METH | FU is changed: Check FU against Screening Methods | Public |
| CALL METHOD /scmtms/cl_acs_helper=>CHECK_ROOT_SCR_METH...more details | ||
| CHECK_SHIPPER_KNOWN | BO is changed: Check GSS of BO against GSS of asigned FU's | Private |
| CALL METHOD /scmtms/cl_acs_helper=>CHECK_SHIPPER_KNOWN...more details | ||
| CHECK_USER_BO_AUTHORITY | Check authorisation of user according to customizing | Private |
| CALL METHOD /scmtms/cl_acs_helper=>CHECK_USER_BO_AUTHORITY...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /scmtms/cl_acs_helper=>CLASS_CONSTRUCTOR...more details | ||
| DETERMINE_KNOWN_SHIPPER_STATUS | Calculate whether shipper is known long enough | Public |
| CALL METHOD /scmtms/cl_acs_helper=>DETERMINE_KNOWN_SHIPPER_STATUS...more details | ||
| DETERMINE_OFFSET | Calculate the offset | Public |
| CALL METHOD /scmtms/cl_acs_helper=>DETERMINE_OFFSET...more details | ||
| DETERMINE_SHIPPER_KNOWN_DATE | Calculate the shipper known date | Public |
| CALL METHOD /scmtms/cl_acs_helper=>DETERMINE_SHIPPER_KNOWN_DATE...more details | ||
| GET_CARGO_HANDO_DATA_FOR_TRQ | Read ACS Masterdata for SourceLoc or Shipper | Public |
| CALL METHOD /scmtms/cl_acs_helper=>GET_CARGO_HANDO_DATA_FOR_TRQ...more details | ||
| GET_FU_BO_INCOMPATIBILITY | Get Incompatibility regard. Assigning FU to Freight Booking | Public |
| CALL METHOD /scmtms/cl_acs_helper=>GET_FU_BO_INCOMPATIBILITY...more details | ||
| PREPARE_FB_BLOCK_UPDATE | Prepare blocking/unblocking Freight Bookings | Public |
| CALL METHOD /scmtms/cl_acs_helper=>PREPARE_FB_BLOCK_UPDATE...more details | ||
| SET_ASSIGNED_FU_TO_NOT_SECURE | Propagate 'Not Secure' from FO to asigned FU's | Public |
| CALL METHOD /scmtms/cl_acs_helper=>SET_ASSIGNED_FU_TO_NOT_SECURE...more details | ||
| SHIPPER_KNOWN_LONG_ENOUGH | Validate GSS of FU with GSS of Booking | Private |
| CALL METHOD /scmtms/cl_acs_helper=>SHIPPER_KNOWN_LONG_ENOUGH...more details | ||
| VALIDATE_FU_BO_ASSIGNMENT | Validate GSS of FU with GSS of Booking | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MO_CUST_ACS | Static Attribute | Air Cargo Security customizing accessor interface | LIKE /SCMTMS/IF_CUST_ACS | Private | |
| MO_ORG_MGR | Static Attribute | Use class /SCMB/CL_ORG_UNIT_MGR | LIKE /SCMTMS/CL_ORG_UNIT_MGR | Private | |
| MO_SRVMGR_BP | Static Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_SRVMGR_LOC | Static Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_SRVMGR_TOR | Static Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_SRVMGR_TRQ | Static Attribute | Containing the public service methods of a service manager | LIKE /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