RBDWFYY2 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 RBDWFYY2 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.
Title: Program for object type IDOCCONDA2 : IDOCCONDA2
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EDI_DOCUMENT_OPEN_FOR_READ CALL FUNCTION 'EDI_DOCUMENT_OPEN_FOR_READ' EXPORTING DOCUMENT_NUMBER = IDOC_NUMBER * DB_READ_OPTION = DB_READ * IMPORTING * IDOC_CONTROL = EXCEPTIONS DOCUMENT_FOREIGN_LOCK = 1 DOCUMENT_NOT_EXIST = 2 DOCUMENT_NUMBER_INVALID = 3 OTHERS = 4.
EDI_DOCUMENT_READ_LAST_STATUS CALL FUNCTION 'EDI_DOCUMENT_READ_LAST_STATUS' EXPORTING DOCUMENT_NUMBER = IDOC_NUMBER IMPORTING STATUS = STATUS EXCEPTIONS DOCUMENT_NOT_OPEN = 1 NO_STATUS_RECORD_FOUND = 2 OTHERS = 3.
IDOC_MANUAL_INPUT CALL FUNCTION 'IDOC_MANUAL_INPUT' EXPORTING IDOC_NUMBER = IDOC_NUMBER INPUT_EXCEPTION = INPUT_EXCEPTION NO_DIALOG = NO_DIALOG.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBDWFYY2 - Program for object type IDOCCONDA2 : IDOCCONDA2 RBDWFYY2 - Program for object type IDOCCONDA2 : IDOCCONDA2 RBDWFWSP - Program for Object Type IDPKASSMOD : IDPKASSMOD RBDWFWSP - Program for Object Type IDPKASSMOD : IDPKASSMOD RBDWFWS - Program for Object Type IDOCASSMOD : IDOC ASSMOD RBDWFWS - Program for Object Type IDOCASSMOD : IDOC ASSMOD