SAP /SCMTMS/CL_A_RFQ_PUBLISH OO Class - Create Individual FA RFQ from FA RFQ Master









/SCMTMS/CL_A_RFQ_PUBLISH 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_A_RFQ_PUBLISH including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_FRW_ACTION

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /SCMTMS/CL_A_RFQ_PUBLISH is /SCMTMS/CL_FRAGRMNT_BOPF_BASE

Method list of /SCMTMS/CL_A_RFQ_PUBLISH 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
ADD_CARRIERS_TO_SCALEAdds carriers to carrier dimension of RFQ rate tablePrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>ADD_CARRIERS_TO_SCALE...more details

AWAITING_AGR_CREATION_RFQSet Awaiting Agreement Creation status in RFQPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>AWAITING_AGR_CREATION_RFQ...more details

AWAITING_PUBLISH_RFQPublish RFQsPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>AWAITING_PUBLISH_RFQ...more details

CHECK_RFQ_SUPER_USER_AUTHCheck RFQ Super User AuthorizationPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>CHECK_RFQ_SUPER_USER_AUTH...more details

COPY_ITEMS(Obsolete): code moved to new publish classPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>COPY_ITEMS...more details

COPY_ROOT(Obsolete): code moved to new publish classPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>COPY_ROOT...more details

CREATE_ATTACHMENTSCreate attachmentsPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>CREATE_ATTACHMENTS...more details

CREATE_CARRIER_RFQCreate individual RFQs for CarriersPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>CREATE_CARRIER_RFQ...more details

PREPARE_AWAITING_APPROVALSet Awaiting Approval for RFQ Publicatoin and Agreement creaPublic
CALL METHOD /scmtms/cl_a_rfq_publish=>PREPARE_AWAITING_APPROVAL...more details

PUBLISH_RATE_CHANGErequest rate change processPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>PUBLISH_RATE_CHANGE...more details

PUBLISH_RFQPublish RFQsPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>PUBLISH_RFQ...more details

READY_FOR_AGREEMENT_CREATIONSet Ready for Agreement creation status in RFQPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>READY_FOR_AGREEMENT_CREATION...more details

REJECT_RFQ_PARTICIPATIONReject RFQ ParticipationPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>REJECT_RFQ_PARTICIPATION...more details

REQUEST_RATE_CHANGErequest rate change processPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>REQUEST_RATE_CHANGE...more details

RESET_RFQ_STATUSSwitches to last state of documentPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>RESET_RFQ_STATUS...more details

RE_PUBLISH_RFQRe-Publish changed RFQ after publishPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>RE_PUBLISH_RFQ...more details

SET_RT_CH_STSrequest rate change processPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>SET_RT_CH_STS...more details

SET_STATUS_IN_RFQPublish RFQsPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>SET_STATUS_IN_RFQ...more details

SUBMIT_AWARD_CONFIRMATIONSubmit award confirmationPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>SUBMIT_AWARD_CONFIRMATION...more details

SUBMIT_FWAQSubmit FWAQ to shipperPrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>SUBMIT_FWAQ...more details

SUBMIT_RFQ_RESPONSESubmit ResponsePrivate
CALL METHOD /scmtms/cl_a_rfq_publish=>SUBMIT_RFQ_RESPONSE...more details






/SCMTMS/CL_A_RFQ_PUBLISH types

TT_MAP -
TT_ROOT_DATA_MAP -
TY_MAP -
TY_ROOT_DATA_MAP -

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!