SAP /SCMTMS/CL_CFIR_PRNTSIM_HELPER OO Class - CFIR print Simulation Helper









/SCMTMS/CL_CFIR_PRNTSIM_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_PRNTSIM_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_PRNTSIM_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
CONVERT_DATA_FOR_SIM_PRINTConvert BO data to sim print proxy structurePublic
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>CONVERT_DATA_FOR_SIM_PRINT...more details

FILL_CHARGES_DETAILSFill the Charge related details to be serializedPrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_CHARGES_DETAILS...more details

FILL_ITEM_DETAILSFill the Order-Item related details to be serializedPrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_ITEM_DETAILS...more details

FILL_ORDER_DETAILSFill Order related details to be serializedPrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_ORDER_DETAILS...more details

FILL_STAGE_DETAILSFill Stage Related Details to be serializedPrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_STAGE_DETAILS...more details

FILL_TOR_DETAILSFill the TOR related detailsPrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_TOR_DETAILS...more details

FILL_TRQ_DETAILSFill the TRQ related detailsPrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>FILL_TRQ_DETAILS...more details

GET_BOR_DETAILSGet Booking Order DetailsPrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>GET_BOR_DETAILS...more details

GET_CFIR_PRINT_DATAGet CFIR Data for SimulationPrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>GET_CFIR_PRINT_DATA...more details

GET_COMMUNICATION_LANGUAGEGet language of communicationPrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>GET_COMMUNICATION_LANGUAGE...more details

GET_DATA_FOR_BADIBADi Helper method to provide already fetched dataPublic
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>GET_DATA_FOR_BADI...more details

GET_TRQ_KEYS_CONSOLEGet TRQ Keys in Case of Buyers ConsolePrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>GET_TRQ_KEYS_CONSOLE...more details

SERIALIZE_DATA_FOR_PRINTSerialize the TM Logistical data to XMLPublic
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>SERIALIZE_DATA_FOR_PRINT...more details

SIMULATE_PRINT_FROM_ERPSimulate Print Preview from ERP systemPublic
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>SIMULATE_PRINT_FROM_ERP...more details

UPDATE_HAWBUpdate House Airway Bill of LadingPrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>UPDATE_HAWB...more details

UPDATE_MBLFill MBL to BOL in print structurePrivate
CALL METHOD /scmtms/cl_cfir_prntsim_helper=>UPDATE_MBL...more details



/SCMTMS/CL_CFIR_PRNTSIM_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
GO_CFIR_PRINT_BADIStatic AttributeBAdI to get TM related data to be serialisedLIKE
/SCMTMS/BADI_FWSD_PRINT_SIM
Private
GT_CFIR_CHARGE_ITEMStatic AttributeCharge ItemLIKE
/SCMTMS/T_TCC_CHRGITEM_K
Private
GT_CFIR_CHARGE_ROOTStatic AttributeRootLIKE
/SCMTMS/T_TCC_ROOT_K
Private
GT_CFIR_ITEM_DATAStatic AttributeItem NodeLIKE
/SCMTMS/T_CFIR_ITEM_NODE_K
Private
GT_CFIR_ROOT_DATAStatic AttributeRoot NodeLIKE
/SCMTMS/T_CFIR_ROOT_NODE_K
Private
GT_LANGStatic AttributeLanguage KeyLIKE
TT_LANG
Private
GT_STAGE_KEYSStatic AttributeKey TableLIKE
TT_ORDER_STAGE_KEY
Private
GT_TOR_ITEM_DATAStatic AttributeTransient node for itemsLIKE
/SCMTMS/T_TOR_ITEM_TR_K
Private
GT_TOR_ROOT_DATAStatic AttributeRoot NodeLIKE
/SCMTMS/T_TOR_ROOT_K
Private
GT_TRQ_ITEM_DATAStatic AttributeItemLIKE
/SCMTMS/T_TRQ_ITEM_K
Private
GT_TRQ_ROOT_DATAStatic AttributeTransportation Request RootLIKE
/SCMTMS/T_TRQ_ROOT_K
Private
MX_BADIStatic AttributeBase Class of BAdI Runtime ExceptionsLIKE
CX_BADI
Private




/SCMTMS/CL_CFIR_PRNTSIM_HELPER types

TS_ORDER_STAGE_KEY -
TT_LANG - Table of Languages
TT_ORDER_STAGE_KEY -

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!