SAP Reports / Programs

RWB2BMASD SAP ABAP Report - Dispatcher: Mass Processing (Release and Status update)







RWB2BMASD 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 RWB2BMASD into the relevant SAP transactions such as SE38 or SE80


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 RWB2BMASD. "Basic submit
SUBMIT RWB2BMASD AND RETURN. "Return to original report after report execution complete
SUBMIT RWB2BMASD 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: D_UNAME = D .
Selection Text: D_VAR = D .
Selection Text: D_XJOBS = D .
Selection Text: D_XJOBSZ = D .
Selection Text: P_BTBSTA = Collective Status Change
Selection Text: P_FISTAT = FI Set Clearance Check Status
Selection Text: P_RELEAS = Release functions
Selection Text: P_TC_REL = Mass Release Processing
Selection Text: P_VARI = D .
Selection Text: S_BSTNK = D .
Selection Text: S_BTBSTA = D .
Selection Text: S_BUDAT = D .
Selection Text: S_COMC = D .
Selection Text: S_COMP = Only Incomplete Documents
Selection Text: S_CPSTAT = Check and set item status
Selection Text: S_EKGRP = D .
Selection Text: S_EKORG = D .
Selection Text: S_ELIFN = D .
Selection Text: S_ERDAT = D .
Selection Text: S_ERNAM = D .
Selection Text: S_FUTURE = D .
Selection Text: S_KUNNR = D .
Selection Text: S_MATKL = D .
Selection Text: S_MATNR = D .
Selection Text: S_MAXL = Maximum Number of Hits (Item)
Selection Text: S_NO_DEL = Only active items
Selection Text: S_PURP = D .
Selection Text: S_QTY_CP = Only Docs with Qty Difference
Selection Text: S_REF = D .
Selection Text: S_RESWK = D .
Selection Text: S_SPART = D .
Selection Text: S_TCTYP = D .
Selection Text: S_TC_REL = D .
Selection Text: S_TKONN = D .
Selection Text: S_TKSACH = D .
Selection Text: S_TK_EX = D .
Selection Text: S_VKORG = D .
Selection Text: S_VTWEG = D .





Selection Text: S_WERKS = D .
Selection Text: D_TIME = D .
Selection Text: D_BTBSTA = D .
Selection Text: D_CHECK = D .
Selection Text: D_DOC = D .
Selection Text: D_DOCPJ = D .
Selection Text: D_ERNODO = D .
Selection Text: D_EVENT = D .
Selection Text: D_EVTID = D .
Selection Text: D_EVTPA = D .
Selection Text: D_INSTNZ = D .
Selection Text: D_INTER = D .
Selection Text: D_JOBMON = D .
Selection Text: D_JOBPRE = D .
Selection Text: D_MAXJOB = D .
Selection Text: D_NOJOB = D .
Selection Text: D_OUTERR = D .
Selection Text: D_PRBER = D .
Selection Text: D_PROZ = D .
Selection Text: D_SIMUL = D .
Selection Text: D_STRTDT = D .
Selection Text: D_STRTIM = D .
Selection Text: D_STRTTM = D .
Selection Text: D_TARGRP = D .
Title: Dispatcher: Mass Processing (Release and Status update)
Text Symbol: B00 = Automatic Processing Parameter
Text Symbol: B01 = Trading contract data
Text Symbol: B02 = Partner Data
Text Symbol: B03 = Organizational data
Text Symbol: B04 = Material data
Text Symbol: B05 = Administrative Data
Text Symbol: B06 = Additional Data
Text Symbol: B07 = Commodity Items
Text Symbol: S07 = Job Start
Text Symbol: S08 = Job Creation
Text Symbol: S10 = Job Monitoring
Text Symbol: S11 = Job Control
Text Symbol: S12 = Others
Text Symbol: ST1 = Check Consistency (WBHK)





Text Symbol: ST2 = Check Consistency follow docs (WBHK)
Text Symbol: STA = Status Check o. Processed Docs


INCLUDES used within this REPORT RWB2BMASD

INCLUDE RWB2MASSDTOP.
INCLUDE WB2_DISPATCHER_TOP.
INCLUDE RWB2MASSS01.
INCLUDE WB2_DISPATCHER_S01.
INCLUDE RWB2MASSF02.
INCLUDE WB2_DISPATCHER_FORMS.
INCLUDE RWB2MASSDE01.


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