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 NameDescriptionVisability
BP_MAP_INT_TO_EXTMap the Business Partner from Internal to ExternalPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>BP_MAP_INT_TO_EXT...more details

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

CREATE_MESSAGE_HEADERCreate the Message HeaderPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>CREATE_MESSAGE_HEADER...more details

FILL_ATTACHMENT_FOLDERFill attachment folder nodePrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_ATTACHMENT_FOLDER...more details

FILL_CHARGES_DETAILSFill the charges detailsPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_CHARGES_DETAILS...more details

FILL_COSTDISTR_DETAILSFill the cost distribution dataProtected
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_COSTDISTR_DETAILS...more details

FILL_INTERNAL_ADDDATAFill internal settlement additional data.Public
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_INTERNAL_ADDDATA...more details

FILL_ITEM_DETAILSFill the Service with FWSD Item DetailsPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_ITEM_DETAILS...more details

FILL_ITEM_DETAILS_CONSOLEFill 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_NORMALFill 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_TORFill 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_TUFill the item details for TU FWSD items.Private
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_ITEM_DETAILS_TU...more details

FILL_LOCATION_DETAILSFill Location detailsPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_LOCATION_DETAILS...more details

FILL_ORDER_EXE_DETAILSFill TransportationOrderExecution nodePrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_ORDER_EXE_DETAILS...more details

FILL_PARTY_ADDRESSFill Party AddressPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_PARTY_ADDRESS...more details

FILL_RESOURCE_DETAILSFill Resource detailsPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_RESOURCE_DETAILS...more details

FILL_STAGE_DETAILSFill Stage detailsPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_STAGE_DETAILS...more details

FILL_TAXDATA_4_BPFill the tax data for BP into the IDTPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_TAXDATA_4_BP...more details

FILL_TAXDATA_4_TC_CHELEFill the tax data for transp. chrg. ele into the IDTPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_TAXDATA_4_TC_CHELE...more details

FILL_TEXT_COLLECTIONFill text collection nodePrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>FILL_TEXT_COLLECTION...more details

GET_ATTACHMENT_FOLDERGet attachment folder dataPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_ATTACHMENT_FOLDER...more details

GET_BUPA_ADDRESSGet the address of the business partnerPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_BUPA_ADDRESS...more details

GET_COUNTRY_FROM_SALES_ORGGet the country from sales organizationPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_COUNTRY_FROM_SALES_ORG...more details

GET_DEVIATING_ADDRESSGet the deviating address from the instancePrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_DEVIATING_ADDRESS...more details

GET_TAXDATA_4_BPGet tax data for BPPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_TAXDATA_4_BP...more details

GET_TAXDATA_4_CHARGETYPEGet tax data for charge typePrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_TAXDATA_4_CHARGETYPE...more details

GET_TEXT_COLGet text collection dataPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>GET_TEXT_COL...more details

MAP_CFIR_HEADER_DATARead the Header Data for the CFIRPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>MAP_CFIR_HEADER_DATA...more details

OUTPUT_MAPPINGMapping from the BO to the XI interfacePublic
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>OUTPUT_MAPPING...more details

OUT_MAP_FWO_FWSDMapping from the BO to the XI interface for fwsd from fwoPublic
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>OUT_MAP_FWO_FWSD...more details

READ_DATARead the necessary transaction dataPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>READ_DATA...more details

RETRIEVE_PARTYRetrieve Party DetailsPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>RETRIEVE_PARTY...more details

RETRIEVE_PARTY_CONS_FWSDRetrieve Party DetailsPrivate
CALL METHOD /scmtms/cl_cfir_crt_req_assist=>RETRIEVE_PARTY_CONS_FWSD...more details

TXT_COLLECTION_FOR_KEYGet text for a keyPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
GV_TU_RELInstance AttributeData element for domain BOOLE: TRUE (='X') and FALSE (=' ')LIKE
BOOLE_D
Private
MO_SRVMGR_CFIRInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_SRVMGR_LOCInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_SRVMGR_TORInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_SRVMGR_TRQInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_SRVMGR_TU_RESInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_SRVMGR_VEH_RESInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MT_CHGITM_NOT_4_CONSIInstance AttributeCharge ItemLIKE
/SCMTMS/T_TCC_CHRGITEM_K
Private
MV_ORDINAL_NUMBER_VALUEInstance AttributeProxy Data Element (Generated)1LIKE
/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



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!