RM06B_EXT_REL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to analyze purchase requisitions for external release and manually send release requests to the external system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RM06B_EXT_REL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ME_EXT_REL_PR - Requisition for External Release
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.
Selection Text: S_FRGST = D .
Selection Text: S_FRGGR = D .
Selection Text: S_ERNAM = D .
Selection Text: S_ERDAT = D .
Selection Text: S_BSART = D .
Selection Text: S_BNFPO = D .
Selection Text: S_BANFN = D .
Selection Text: EXE2DATE = Current Date
Title: Purchase Requisitions for External Release
Text Symbol: S02 = Status External Release
Text Symbol: S01 = Release Request Sent (Date and Time)
Text Symbol: C09 = In Internal Release and Release Request Sent
Text Symbol: C08 = In External Release and Release Request Not Sent
Text Symbol: C07 = All Purchase Requisitions
Text Symbol: C06 = Waiting for Result from External System
Text Symbol: C05 = Waiting for Confirmation from External System
Text Symbol: C04 = To Time
Text Symbol: C03 = To Date
Text Symbol: C02 = From Time
Text Symbol: C01 = From Date
Text Symbol: 053 = Do you want to send the selected purchase requisitions?
Text Symbol: 052 = Send to External System
Text Symbol: 051 = Send Release Request
Text Symbol: 050 = Send
Text Symbol: 015 = Time of External Release Request
Text Symbol: 014 = Ext. Release Time
Text Symbol: 013 = Time
Text Symbol: 012 = Date of External Release Request
Text Symbol: 011 = Ext. Release Date
Text Symbol: 010 = Date
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'ME_EXT_REL_PR' EXCEPTIONS ok = 0 not_ok = 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.
RM06B_EXT_REL - Purchase Requisitions for External Release RM06B_EXT_REL - Purchase Requisitions for External Release RM06BZ10 - Assign Purchase Requisitions RM06BZ10 - Assign Purchase Requisitions RM06BZ0M - Modules for Dynpro Processing from Requisition Lists RM06BZ00 - Assign Purchase Requisitions