SAP /SCMTMS/CL_CFIR_BATCH_HELPER OO Class - Batch Helper for CFIR
/SCMTMS/CL_CFIR_BATCH_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_CFIR_BATCH_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_CFIR_BATCH_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 |
| ADD_DETAILED_MSGS | Collect detailed messages | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>ADD_DETAILED_MSGS...more details | ||
| CHECK_BILLING_DUE | Private | |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>CHECK_BILLING_DUE...more details | ||
| CHECK_BILLING_DUE_1 | Private | |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>CHECK_BILLING_DUE_1...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>CLASS_CONSTRUCTOR...more details | ||
| COLLECT_SRVDT_TYPES | Collect the service date types of invoice items | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>COLLECT_SRVDT_TYPES...more details | ||
| CREATE_LOG_4_INT_CFIR | Create log for internal settlement | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>CREATE_LOG_4_INT_CFIR...more details | ||
|
| ||
| CREATE_LOG_4_INV | Create messages to log it to application log | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>CREATE_LOG_4_INV...more details | ||
| FILTER_TRQ_4_BILLING_DUE_DATE | Filter TRQs based on billing due date | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>FILTER_TRQ_4_BILLING_DUE_DATE...more details | ||
| FLUSH_APPLOG_QUEUE | Write queued messages into AppLog | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>FLUSH_APPLOG_QUEUE...more details | ||
| GET_CREATION_TYPE | Get the creation type for FWO selection during FWSD creation | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>GET_CREATION_TYPE...more details | ||
| GET_DEFAULT_SEL_CRITERIA | Get Default Selection criteria | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>GET_DEFAULT_SEL_CRITERIA...more details | ||
| GET_INV_STATUS_RANGE | Get the relevant invoicing status | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>GET_INV_STATUS_RANGE...more details | ||
| GET_MESSAGE_FLAGS | Get message related flags for batch report | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>GET_MESSAGE_FLAGS...more details | ||
| GET_SETTLEMENT_CATEGORY | Get the settlement category for the batch report run | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>GET_SETTLEMENT_CATEGORY...more details | ||
| GET_SKIP_TCC_STATUS | Get Skip TCC status flag used in GET_DEFAULT_SEL_CRITERIA | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>GET_SKIP_TCC_STATUS...more details | ||
| GET_TRQ_ATTR_REL_FOR_BATCH | Get Attributes relevant for CFIR batch report | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>GET_TRQ_ATTR_REL_FOR_BATCH...more details | ||
| INIT_APPLOG_BO | Initialise the applog BO | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>INIT_APPLOG_BO...more details | ||
| LOG_MESSAGE_2_APPL_LOG | Add message to application log | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>LOG_MESSAGE_2_APPL_LOG...more details | ||
| QUEUE_APPLOG_MESSAGES | Queue the messgaes which are to be logged | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>QUEUE_APPLOG_MESSAGES...more details | ||
| SET_CREATION_TYPE | Set the creation type for FWO selection during FWSD creation | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>SET_CREATION_TYPE...more details | ||
| SET_SETTLEMENT_CATEGORY | Set the settlement category for the batch report run | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>SET_SETTLEMENT_CATEGORY...more details | ||
| WRITE_APPLOGMSG_TO_UI | Write the application log messages to UI | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>WRITE_APPLOGMSG_TO_UI...more details | ||
| WRITE_MESSAGEOBJ_TO_APPLOG | Write message object to applog | Public |
| CALL METHOD /scmtms/cl_cfir_batch_helper=>WRITE_MESSAGEOBJ_TO_APPLOG...more details | ||
/SCMTMS/CL_CFIR_BATCH_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 |
| GO_SRVMGR_FWO | Static Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Public | |
| GO_SRVMGR_INV | Static Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Public | |
| GV_HANDLE | Static Attribute | Application Log: Log Handle | LIKE BALLOGHNDL | Public | |
| GV_QUEUE | Static Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | ABAP_FALSE | LIKE BOOLE_D | Public |
| GV_SELID | Static Attribute | Selection Profile | LIKE /SCMTMS/VSR_SEL_PROFILE_ID | Public | |
| MO_DETAILED_MESSAGES | Static Attribute | Interface of Message Object | LIKE /BOBF/IF_FRW_MESSAGE | Public | |
| MT_AIRCD | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_AIRCD | Public | ||
| MT_BASE_BTD_DATE | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_BASE_BTD_DATE | Public | ||
| MT_BL_NO | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_BL_NO | Public | ||
| MT_CAR | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_CAR | Public | ||
| MT_CHANGED_BY | Static Attribute | Changed By | LIKE /SCMTMS/IF_CFIR_C=>TT_CHANGED_BY | Public | |
| MT_CHANGED_ON | Static Attribute | Changed On | LIKE /SCMTMS/IF_CFIR_C=>TT_CHANGED_ON | Public | |
| MT_CLC_PARTY | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_SHIPPER | Public | ||
| MT_CONSIGNEE | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_CONSIGNEE | Public | ||
| MT_CREATED_BY | Static Attribute | Created By | LIKE /SCMTMS/IF_CFIR_C=>TT_CREATED_BY | Public | |
| MT_CREATED_ON | Static Attribute | Created On | LIKE /SCMTMS/IF_CFIR_C=>TT_CREATED_ON | Public | |
| MT_DELOC | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_DELOC | Public | ||
| MT_ECAR | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_ECAR | Public | ||
| MT_EXAI | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_EXAI | Public | ||
| MT_EXEC_ORG | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_EXEC_ORG | Public | ||
| MT_EXSC | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_EXSC | Public | ||
| MT_HAWB_STATUS | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_HAWB_STATUS | Public | ||
| MT_IAPOD | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_IAPOD | Public | ||
| MT_IAPOL | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_IAPOL | Public | ||
| MT_INV_STATUS | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_INV_STATUS | Public | ||
| MT_LIFECYCLE_STATUS | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_LIFECYCLE_STATUS | Public | ||
| MT_MBL | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_MBL | Public | ||
| MT_MOT | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_MOT | Public | ||
| MT_MOVEM_TYPE | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_MOVEM_TYPE | Public | ||
| MT_ORDER_DATE | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_ORDER_DATE | Public | ||
| MT_ORDPTY | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_ORDPTY | Public | ||
| MT_POD | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_POD | Public | ||
| MT_POL | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_POL | Public | ||
| MT_PUGRP_RANGE | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_PUGRP_RANGE | Public | ||
| MT_PUORG | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_PUORG | Public | ||
| MT_SCAC | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_SCAC | Public | ||
| MT_SERVICE_LEVEL | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_SERVICE_LEVEL | Public | ||
| MT_SETTL_GRPS | Static Attribute | Settlement Groups | LIKE /SCMTMS/IF_CFIR_C=>TT_GRP | Public | |
| MT_SHIPPER | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_SHIPPER | Public | ||
| MT_SHIPPING_TYPE | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_SHIPPING_TYPE | Public | ||
| MT_SLDT | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_SLDT | Public | ||
| MT_SORG | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_ORGUNIT | Public | ||
| MT_SORG_RANGE | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_SORG_RANGE | Public | ||
| MT_SRLOC | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_SRLOC | Public | ||
| MT_SRVDT_DOMAIN_TEXT | Static Attribute | Generated Table for View DD07V | LIKE TT_SRVDT_DOMAIN_TEXT | Public | |
| MT_STAGE_TYPE_DESCR | Static Attribute | Stage type description | LIKE /SCMTMS/CL_COMMON_BO_HELPER=>TT_STAGE_TYPE_DESCR | Public | |
| MT_TOR_RANGE | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_TOR_RANGE | Public | ||
| MT_TRAFFIC_DIRECTION | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_TRAFFIC_DIRECTION | Public | ||
| MT_TRQ_GRP_LINK | Static Attribute | table of trqs along with settlement groups | LIKE /SCMTMS/T_TRQ_SETTLEMENT_GRPS | Public | |
| MT_TRQ_RANGE | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_TRQ_RANGE | Public | ||
| MT_TRQ_SRVDATE | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_SRVDT_TYPE | Public | ||
| MT_TRQ_TYPE | Static Attribute | LIKE /SCMTMS/IF_CFIR_C=>TT_TRQ_TYPE | Public | ||
| MV_CALC_ERR | Static Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public | |
| MV_CREATE_LOG | Static Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public | |
| MV_CREATION_TYPE | Static Attribute | Selection for Forwarding Orders during FWSD creation | LIKE /SCMTMS/CFIR_CREATION_TYPE | Public | |
| MV_DETAILED_MSGS | Static Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public | |
| MV_SETTLEMENT_CATEGORY | Static Attribute | Forwarding Settlement Document Category | LIKE /SCMTMS/CFIR_CAT_INC_ELSP | Public | |
| MV_SETTL_HC | Static Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Public |
/SCMTMS/CL_CFIR_BATCH_HELPER types
TT_SRVDT_DOMAIN_TEXT -Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects