RINVREMADVDOC 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 RINVREMADVDOC 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 INVRADVDOC: Bill Document
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
INV_S_INVREMADV_DOC_CHANGE call function 'INV_S_INVREMADV_DOC_CHANGE' exporting x_inv_doc_no = object-key-docnumber x_release_id = i_release_id * IMPORTING * Y_DB_UPDATE = * Y_EXIT_TYPE = exceptions object_not_found = 1 general_fault = 2 not_authorized = 3 others = 4.
INV_S_INVREMADV_DOC_DISPLAY call function 'INV_S_INVREMADV_DOC_DISPLAY' exporting x_inv_doc_no = object-key-docnumber x_release_id = i_release_id exceptions others = 1.
BAPI_INVRADVDOC_CREATE call function 'BAPI_INVRADVDOC_CREATE' exporting controldata = controldata invremadvhead = invremadvhead * importing tables invremadvdocs = invremadvdocs[] invremadvlines = invremadvlines[] return = return[] exceptions others = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RINVREMADVDOC - Program for Object Type INVRADVDOC: Bill Document RINVREMADVDOC - Program for Object Type INVRADVDOC: Bill Document RINV - Program for object type INV : Invoice RINV - Program for object type INV : Invoice RINTCON_P - Create personal addresses for Internet customers RINTCON_P - Create personal addresses for Internet customers