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_ACTIONInheritance
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_BASEMethod 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 Name | Description | Visability |
| ADD_CARRIERS_TO_SCALE | Adds carriers to carrier dimension of RFQ rate table | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>ADD_CARRIERS_TO_SCALE...more details | ||
| AWAITING_AGR_CREATION_RFQ | Set Awaiting Agreement Creation status in RFQ | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>AWAITING_AGR_CREATION_RFQ...more details | ||
| AWAITING_PUBLISH_RFQ | Publish RFQs | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>AWAITING_PUBLISH_RFQ...more details | ||
| CHECK_RFQ_SUPER_USER_AUTH | Check RFQ Super User Authorization | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>CHECK_RFQ_SUPER_USER_AUTH...more details | ||
| COPY_ITEMS | (Obsolete): code moved to new publish class | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>COPY_ITEMS...more details | ||
| COPY_ROOT | (Obsolete): code moved to new publish class | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>COPY_ROOT...more details | ||
|
| ||
| CREATE_ATTACHMENTS | Create attachments | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>CREATE_ATTACHMENTS...more details | ||
| CREATE_CARRIER_RFQ | Create individual RFQs for Carriers | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>CREATE_CARRIER_RFQ...more details | ||
| PREPARE_AWAITING_APPROVAL | Set Awaiting Approval for RFQ Publicatoin and Agreement crea | Public |
| CALL METHOD /scmtms/cl_a_rfq_publish=>PREPARE_AWAITING_APPROVAL...more details | ||
| PUBLISH_RATE_CHANGE | request rate change process | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>PUBLISH_RATE_CHANGE...more details | ||
| PUBLISH_RFQ | Publish RFQs | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>PUBLISH_RFQ...more details | ||
| READY_FOR_AGREEMENT_CREATION | Set Ready for Agreement creation status in RFQ | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>READY_FOR_AGREEMENT_CREATION...more details | ||
| REJECT_RFQ_PARTICIPATION | Reject RFQ Participation | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>REJECT_RFQ_PARTICIPATION...more details | ||
| REQUEST_RATE_CHANGE | request rate change process | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>REQUEST_RATE_CHANGE...more details | ||
| RESET_RFQ_STATUS | Switches to last state of document | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>RESET_RFQ_STATUS...more details | ||
| RE_PUBLISH_RFQ | Re-Publish changed RFQ after publish | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>RE_PUBLISH_RFQ...more details | ||
| SET_RT_CH_STS | request rate change process | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>SET_RT_CH_STS...more details | ||
| SET_STATUS_IN_RFQ | Publish RFQs | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>SET_STATUS_IN_RFQ...more details | ||
| SUBMIT_AWARD_CONFIRMATION | Submit award confirmation | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>SUBMIT_AWARD_CONFIRMATION...more details | ||
| SUBMIT_FWAQ | Submit FWAQ to shipper | Private |
| CALL METHOD /scmtms/cl_a_rfq_publish=>SUBMIT_FWAQ...more details | ||
| SUBMIT_RFQ_RESPONSE | Submit Response | Private |
| 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