SAP /SCMTMS/CL_CFIR_CRT_REQ_ASSIST OO Class - Helper Class for CFIR Create Request Outbound Service
/SCMTMS/CL_CFIR_CRT_REQ_ASSIST 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_CRT_REQ_ASSIST 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_CRT_REQ_ASSIST 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 |
| BP_MAP_INT_TO_EXT | Map the Business Partner from Internal to External | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>BP_MAP_INT_TO_EXT...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>CLASS_CONSTRUCTOR...more details | ||
| CREATE_MESSAGE_HEADER | Create the Message Header | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>CREATE_MESSAGE_HEADER...more details | ||
| FILL_ATTACHMENT_FOLDER | Fill attachment folder node | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_ATTACHMENT_FOLDER...more details | ||
| FILL_CHARGES_DETAILS | Fill the charges details | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_CHARGES_DETAILS...more details | ||
| FILL_COSTDISTR_DETAILS | Fill the cost distribution data | Protected |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_COSTDISTR_DETAILS...more details | ||
|
| ||
| FILL_INTERNAL_ADDDATA | Fill internal settlement additional data. | Public |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_INTERNAL_ADDDATA...more details | ||
| FILL_ITEM_DETAILS | Fill the Service with FWSD Item Details | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_ITEM_DETAILS...more details | ||
| FILL_ITEM_DETAILS_CONSOLE | Fill the item details for console FWSD items. | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_ITEM_DETAILS_CONSOLE...more details | ||
| FILL_ITEM_DETAILS_NORMAL | Fill the item details for normal FWSD items. | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_ITEM_DETAILS_NORMAL...more details | ||
| FILL_ITEM_DETAILS_TOR | Fill the item details for FO FWSD items. | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_ITEM_DETAILS_TOR...more details | ||
| FILL_ITEM_DETAILS_TU | Fill the item details for TU FWSD items. | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_ITEM_DETAILS_TU...more details | ||
| FILL_LOCATION_DETAILS | Fill Location details | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_LOCATION_DETAILS...more details | ||
| FILL_ORDER_EXE_DETAILS | Fill TransportationOrderExecution node | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_ORDER_EXE_DETAILS...more details | ||
| FILL_PARTY_ADDRESS | Fill Party Address | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_PARTY_ADDRESS...more details | ||
| FILL_RESOURCE_DETAILS | Fill Resource details | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_RESOURCE_DETAILS...more details | ||
| FILL_STAGE_DETAILS | Fill Stage details | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_STAGE_DETAILS...more details | ||
| FILL_TAXDATA_4_BP | Fill the tax data for BP into the IDT | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_TAXDATA_4_BP...more details | ||
| FILL_TAXDATA_4_TC_CHELE | Fill the tax data for transp. chrg. ele into the IDT | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_TAXDATA_4_TC_CHELE...more details | ||
| FILL_TEXT_COLLECTION | Fill text collection node | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_TEXT_COLLECTION...more details | ||
| GET_ATTACHMENT_FOLDER | Get attachment folder data | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_ATTACHMENT_FOLDER...more details | ||
| GET_BUPA_ADDRESS | Get the address of the business partner | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_BUPA_ADDRESS...more details | ||
| GET_COUNTRY_FROM_SALES_ORG | Get the country from sales organization | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_COUNTRY_FROM_SALES_ORG...more details | ||
| GET_DEVIATING_ADDRESS | Get the deviating address from the instance | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_DEVIATING_ADDRESS...more details | ||
| GET_TAXDATA_4_BP | Get tax data for BP | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_TAXDATA_4_BP...more details | ||
| GET_TAXDATA_4_CHARGETYPE | Get tax data for charge type | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_TAXDATA_4_CHARGETYPE...more details | ||
| GET_TEXT_COL | Get text collection data | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_TEXT_COL...more details | ||
| MAP_CFIR_HEADER_DATA | Read the Header Data for the CFIR | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>MAP_CFIR_HEADER_DATA...more details | ||
| OUTPUT_MAPPING | Mapping from the BO to the XI interface | Public |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>OUTPUT_MAPPING...more details | ||
| OUT_MAP_FWO_FWSD | Mapping from the BO to the XI interface for fwsd from fwo | Public |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>OUT_MAP_FWO_FWSD...more details | ||
| READ_DATA | Read the necessary transaction data | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>READ_DATA...more details | ||
| RETRIEVE_PARTY | Retrieve Party Details | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>RETRIEVE_PARTY...more details | ||
| RETRIEVE_PARTY_CONS_FWSD | Retrieve Party Details | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>RETRIEVE_PARTY_CONS_FWSD...more details | ||
| TXT_COLLECTION_FOR_KEY | Get text for a key | Private |
| CALL METHOD /scmtms/cl_cfir_crt_req_assist=>TXT_COLLECTION_FOR_KEY...more details | ||
/SCMTMS/CL_CFIR_CRT_REQ_ASSIST 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 |
| GV_TU_REL | Instance Attribute | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | LIKE BOOLE_D | Private | |
| MO_SRVMGR_CFIR | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_SRVMGR_LOC | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_SRVMGR_TOR | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_SRVMGR_TRQ | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_SRVMGR_TU_RES | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_SRVMGR_VEH_RES | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MT_CHGITM_NOT_4_CONSI | Instance Attribute | Charge Item | LIKE /SCMTMS/T_TCC_CHRGITEM_K | Private | |
| MV_ORDINAL_NUMBER_VALUE | Instance Attribute | Proxy Data Element (Generated) | 1 | LIKE /SCMTMS/CPX_ORDINAL_NUM_VAL | Private |
/SCMTMS/CL_CFIR_CRT_REQ_ASSIST types
LTY_S_PTY_ADDRS -LTY_T_PTY_ADDRS -
TTY_STG_LOC -
TT_CHRGITMKEY_ORDNUM_LINK -
TT_LOCATION_DETAILS -
TT_STAGE_PLN -
TY_CHRGITMKEY_ORDNUM_LINK -
TY_LOCATION_DETAILS -
TY_STG_LOC -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects