SAP Reports / Programs | Materials Management | Purchasing | Basic Functions(MM-PUR-GF) SAP MM

RM06B_EXT_REL SAP ABAP Report - Purchase Requisitions for External Release







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ME_EXT_REL_PR - Requisition for External Release


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RM06B_EXT_REL. "Basic submit
SUBMIT RM06B_EXT_REL AND RETURN. "Return to original report after report execution complete
SUBMIT RM06B_EXT_REL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RM06B_EXT_REL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'ME_EXT_REL_PR' EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RM06B_EXT_REL or its description.