SAP Reports / Programs

RWWBID00 SAP ABAP Report - Batch input program for plant master data







RWWBID00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The batch input report RFBIDE00 is used for processing the following data: creating and changing customer master data creating and changing credit limit data creating bank master data Structures: information which affects the entire batch input session is defined in the session prefix...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 RWWBID00 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 RWWBID00. "Basic submit
SUBMIT RWWBID00 AND RETURN. "Return to original report after report execution complete
SUBMIT RWWBID00 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: ANZ_MODE = Display mode
Selection Text: DS_NAME = File path name
Selection Text: DUMPPROT = Issue dummy log
Selection Text: FL_CHECK = Check file only
Selection Text: UPDATE = Update mode
Selection Text: XCALL = Call transaction .. using
Title: Batch input program for plant master data
Text Symbol: 001 = WRF6 matcl(1)


INCLUDES used within this REPORT RWWBID00

INCLUDE MWFI0DYN.


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:

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = BGR00-MANDT GROUP = BGR00-GROUP HOLDDATE = BGR00-START KEEP = BGR00-XKEEP USER = BGR00-USNAM.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = BWR00-TCODE TABLES DYNPROTAB = FT.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = BWR00-TCODE TABLES DYNPROTAB = FT.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = iv_tabname * ALL_TYPES = ' ' * LFIELDNAME = ' ' * GROUP_NAMES = ' ' * UCLEN = * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES * X031L_TAB = DFIES_TAB = et_dfies_tab EXCEPTIONS NOT_FOUND = 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 RWWBID00 or its description.