MV45AF0S_SRULE_DEFAULT_APROF_G is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter MV45AF0S_SRULE_DEFAULT_APROF_G into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OBJECT_KEY_GET_VB CALL FUNCTION 'OBJECT_KEY_GET_VB' EXPORTING OBJNR = US_OBJNR IMPORTING POSNR = DA_POSNR VBELN = DA_VBELN EXCEPTIONS NOT_FOUND = 1 WRONG_OBART = 2 OTHERS = 3.
SD_VBAP_SELECT CALL FUNCTION 'SD_VBAP_SELECT' EXPORTING I_DOCUMENT_NUMBER = DA_VBELN I_ITEM_NUMBER = DA_POSNR IMPORTING E_VBAP = VBAP E_VBAPVB = XVBAP EXCEPTIONS ITEM_NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV45AF0S_SRULE_DEFAULT_APROF_G - MV45AF0SSRULEDEFAULTAPROFG MV45AF0S_SLL_DOCUMENT_TRANSFER - MV45AF0SSLLDOCUMENTTRANSFER MV45AF0S_SHIPMENT_VSART_CHECK - MV45AF0SSHIPMENTVSARTCHECK MV45AF0S_SET_FCODE_TO_PAEN - Set function code to PAEN (next screen control-Cmodule) MV45AF0S_SET_FCODE_TO_PAEF - Set function code to PAEF (next screen control-Cmodule) MV45AF0S_SET_FCODE_TO_PAED - Set function code to PAED (next screen processing-Cmodule)