SAP Reports / Programs

RM06EKEK SAP ABAP Report - Removal/Relocation of Scheduling Agreement Releases







RM06EKEK is a standard Executable ABAP Report 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 RM06EKEK 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

ME83 - Remove Scheduling Agreement Releases


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 RM06EKEK. "Basic submit
SUBMIT RM06EKEK AND RETURN. "Return to original report after report execution complete
SUBMIT RM06EKEK 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_WERKS = D .
Selection Text: S_MATNR = D .
Selection Text: S_LIFNR = D .
Selection Text: S_EKORG = D .
Selection Text: S_EBELP = D .
Selection Text: S_EBELN = D .
Selection Text: S_DISPO = D .
Selection Text: P_ABRDT = D .
Selection Text: P_TEST = Test Run
Selection Text: P_DETAIL = Detailed Log
Selection Text: P_ANZ = No. Remaining SA Releases
Title: Removal/Relocation of Scheduling Agreement Releases
Text Symbol: SE2 = Other Parameters
Text Symbol: SE1 = Selection Criteria
Text Symbol: 701 = Test Run
Text Symbol: 102 = Faulty Removals Only
Text Symbol: 101 = All Messages
Text Symbol: 100 = No Details
Text Symbol: 010 = Log
Text Symbol: 009 = Test Run Faulty
Text Symbol: 008 = Test Run Successful
Text Symbol: 007 = Det. Off
Text Symbol: 006 = Det. On
Text Symbol: 005 = Warning
Text Symbol: 004 = Successful
Text Symbol: 003 = Error
Text Symbol: 002 = Removal faulty
Text Symbol: 001 = Removal successful


INCLUDES used within this REPORT RM06EKEK

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:

ME_REMOVE_EKEK CALL FUNCTION 'ME_REMOVE_EKEK' EXPORTING iv_anz = p_anz iv_abrdt = p_abrdt iv_test = p_test CHANGING ct_todo = gt_item_todo EXCEPTIONS no_entries = 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 RM06EKEK or its description.