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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFDIOBK0 - Direct Input Objects and Object Relationships RFDIOBK0 - Direct Input Objects and Object Relationships RFDIFF00 - Difference Check Between RDIFF and BDIFF per Clearing Transaction RFDIFF00 - Difference Check Between RDIFF and BDIFF per Clearing Transaction RFDIAN_XRUN - DIAN Extraction Run Report RFDIAN_XRUN - DIAN Extraction Run Report