SAP Reports / Programs | Materials Management | Purchasing | Purchase Orders(MM-PUR-PO) SAP MM

RMEBEIN4 SAP ABAP Report - Automatic Document Adjustment: Create Worklist







RMEBEIN4 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to generate the worklist for automatic document adjustment...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 RMEBEIN4 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

MEI4 - Compile Worklist for Document Index
WC41 - Batch worklist for doc. index


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 RMEBEIN4. "Basic submit
SUBMIT RMEBEIN4 AND RETURN. "Return to original report after report execution complete
SUBMIT RMEBEIN4 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: P_ALV = Table Display
Selection Text: P_LIST = List Display
Selection Text: S_ADAT_H = Condition change date to
Selection Text: S_ADAT_L = Condition change date from
Selection Text: S_MATCH = Worklist for document index
Selection Text: S_POSOUT = POS outbound
Selection Text: S_REORGA = Flag all CPs for reorg.
Selection Text: S_REORGB = Reorganize processed CPs only
Selection Text: S_REORGO = Also process deleted CPs
Selection Text: S_SEBELN = Purchasing documents
Selection Text: S_SEBELO = PO-based load building
Selection Text: S_SKBELN = Pricing Documents
Title: Automatic Document Adjustment: Create Worklist
Text Symbol: W43 = be flagged for reorganization!
Text Symbol: W42 = but all change pointers will
Text Symbol: W41 = You have not selected all document categories
Text Symbol: W33 = be flagged for reorganization!
Text Symbol: W32 = but processed change pointers will
Text Symbol: W31 = You have not selected all document categories
Text Symbol: W22 = that are flagged for reorganization!
Text Symbol: W21 = You are processing the change pointers
Text Symbol: W12 = for reorganization!
Text Symbol: W11 = You are flagging all change pointers
Text Symbol: 001 = Automatic document adjustment: create worklist log (created on &)
Text Symbol: 004 = Flag processed change pointers for reorganization
Text Symbol: 005 = Process change pointers flagged for reorganization
Text Symbol: 006 = Choose price determination type
Text Symbol: 007 = Flag all change pointers for reorganization
Text Symbol: 008 = Create worklist for existing document index
Text Symbol: 043 = Further document category
Text Symbol: 071 = Create worklist
Text Symbol: 072 = Delete worklist
Text Symbol: 073 = Adjust document
Text Symbol: 074 = Display worklist
Text Symbol: 075 = Missing authorization(s)
Text Symbol: 099 = to
Text Symbol: 201 = Seln of Display Variant
Text Symbol: S01 = Document categories





Text Symbol: S06 = Control data
Text Symbol: S11 = Restrictions
Text Symbol: S15 = Condition change date from
Text Symbol: W01 = Processed change pointers will not
Text Symbol: W02 = be flagged for reorganization!
Text Symbol: W04 = Run program
Text Symbol: W05 = anyway?
Text Symbol: W06 = Confirmation prompt


INCLUDES used within this REPORT RMEBEIN4

INCLUDE BEIN4TOP.
INCLUDE BEIN4E01.
INCLUDE LWIN1F00.
INCLUDE BEIN1F00.
INCLUDE BEIN4F00.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RMEBEIN4 or its description.