SAP Reports / Programs

RFFMBWB_SEARCH_HELDDOC SAP ABAP Report - Report RFFMBWB_SEARCH_HELDDOC







RFFMBWB_SEARCH_HELDDOC 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 RFFMBWB_SEARCH_HELDDOC 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 RFFMBWB_SEARCH_HELDDOC. "Basic submit
SUBMIT RFFMBWB_SEARCH_HELDDOC AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMBWB_SEARCH_HELDDOC 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_VERS = D .
Selection Text: S_TXTNAM = D .
Selection Text: S_TECH = D .
Selection Text: S_RSTAT = D .
Selection Text: S_RESP = D .
Selection Text: S_REFNR = D .
Selection Text: S_PSTDAT = D .
Selection Text: S_PROCES = D .
Selection Text: S_DYEAR = D .
Selection Text: S_DTYPE = D .
Selection Text: S_DSTAT = D .
Selection Text: S_DOCNR = D .
Selection Text: S_DOCDAT = D .
Selection Text: S_DFAM = D .
Selection Text: S_CRTUSR = D .
Selection Text: S_CRTDAT = D .
Selection Text: P_SHWSEL = Show selection list
Selection Text: P_MULTI = Multiple selection allowed
Selection Text: P_FMAREA = D .
Selection Text: P_FLGHLD = Search for held document
Selection Text: P_CRTUSR = D .
Title: Report RFFMBWB_SEARCH_HELDDOC
Text Symbol: L01 = FM Area
Text Symbol: 016 = Effective Documents
Text Symbol: 015 = Held Documents
Text Symbol: 012 = Archived
Text Symbol: 011 = Data Source
Text Symbol: 010 = Reversal Status
Text Symbol: 009 = Document Status
Text Symbol: 008 = To Be Reversed
Text Symbol: 007 = Reversal
Text Symbol: 006 = Reversed
Text Symbol: 005 = Normal
Text Symbol: 004 = Undone
Text Symbol: 003 = Preposted Posted
Text Symbol: 002 = Preposted
Text Symbol: 001 = Posted


INCLUDES used within this REPORT RFFMBWB_SEARCH_HELDDOC

INCLUDE IFMED_SEARCHDOC_PBO.




INCLUDE IFMED_SEARCHDOC_PAI.


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:

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = p_fmarea I_ACTVT = con_act_fmbu_display I_MSGTY = 'E'.



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