SAP Reports / Programs

RFDIOBK0 SAP ABAP Report - Direct Input Objects and Object Relationships







RFDIOBK0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use program RFDIOBK0 to maintain objects and object assignments with the help of the direct input procedure...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 RFDIOBK0 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 RFDIOBK0. "Basic submit
SUBMIT RFDIOBK0 AND RETURN. "Return to original report after report execution complete
SUBMIT RFDIOBK0 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: CALLMODE = Data transfer type
Selection Text: DS_NAME = File path name
Selection Text: FL_CHECK = Check file only
Selection Text: MAX_COMM = No. of docs per commit work
Selection Text: PA_XPROT = Extended log
Selection Text: UPDATE = Update session
Title: Direct Input Objects and Object Relationships


INCLUDES used within this REPORT RFDIOBK0

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:

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = g_con_ux_file_name * any parameters defined for that logical file name including_dir = 'X' IMPORTING file_name = DS_NAME EXCEPTIONS others = 1.

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING LANGU = SY-LANGU TABNAME = TABLE TABLES NAMETAB = NAMETAB EXCEPTIONS NO_TEXTS_FOUND = 1.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = g_con_ux_file_name CHANGING physical_filename = DS_NAME EXCEPTIONS OTHERS = 1.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

BI_GET_STARTING_NUMBER CALL FUNCTION 'BI_GET_STARTING_NUMBER' IMPORTING JOBID = JOBID ACTUAL_NUMBER = STARTNUM ACTION = ACTION LASTERRNUM = LASTERRNUM EXCEPTIONS WRONG_STATUS_FOUND = 02 NOT_FOUND = 03.

BI_END_AKT_NUMBER CALL FUNCTION 'BI_END_AKT_NUMBER' EXPORTING JOBNAME = JOBID ACTUAL_NUMBER = AKTNUM NUMBER_OF_ERRORS = NUMERROR * EXTERNAL_NUMBER = 'interne Nummernvergabe' EXCEPTIONS INTERNAL_ERROR = 01 NOT_FOUND = 02.

BI_CLOSE_ENTRY CALL FUNCTION 'BI_CLOSE_ENTRY' EXPORTING JOBNAME = JOBID EXCEPTIONS INTERNAL_ERROR = 01 NOT_FOUND = 02.

FI_PSO_OBJECT_DIRECT_POST CALL FUNCTION 'FI_PSO_OBJECT_DIRECT_POST' EXPORTING I_BBPSOOB = BBPSOOB I_XMODE = XMODE I_XBUCH = SPACE EXCEPTIONS ERROR_MESSAGE = 1.

FI_PSO_OBJ_DEB_DIRECT_POST CALL FUNCTION 'FI_PSO_OBJ_DEB_DIRECT_POST' EXPORTING I_BBPSOOBBK = BBPSOOBBK I_XMODE = XMODE I_XBUCH = SPACE EXCEPTIONS ERROR_MESSAGE = 1.



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