RIXPRA_ILOA_PROCESS_IBDU 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 RIXPRA_ILOA_PROCESS_IBDU 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: PERDAT1 = ILOA for creation date
Selection Text: PERDAT2 = ILOA for today's date
Title: Change Notification/Order When Changing Equipment InstallLocation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CO_IH_UPDATE_OBJECTDATA CALL FUNCTION 'CO_IH_UPDATE_OBJECTDATA' EXPORTING order_number = aufnr i_erdat = perdat IMPORTING flag_ok = okflag EXCEPTIONS OTHERS = 1.
ILOA_UPD_DELETE_MARKER CALL FUNCTION 'ILOA_UPD_DELETE_MARKER' IN UPDATE TASK EXPORTING i_objnr = iibdu-objnr.
IQS0_UPDATE_REFERENCE_OBJECT CALL FUNCTION 'IQS0_UPDATE_REFERENCE_OBJECT' EXPORTING i_qmnum = qmnum i_erdat = perdat EXCEPTIONS OTHERS = 1.
ILOA_UPD_DELETE_MARKER CALL FUNCTION 'ILOA_UPD_DELETE_MARKER' IN UPDATE TASK EXPORTING i_objnr = iibdu-objnr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RIXPRA_ILOA_PROCESS_IBDU - Change Notification/Order When Changing Equipment InstallLocation RIXPRA_ILOA_PROCESS_IBDU - Change Notification/Order When Changing Equipment InstallLocation RIXPRA_ILOA_FILL_IBDU - Fill Table IBDU for Newly-Developed ILOA Functionality RIXPRA_ILOA_FILL_IBDU - Fill Table IBDU for Newly-Developed ILOA Functionality RIXPRA31 - Program for Adjusting Vehicle Data (FLEET) to SI Units RIXPRA31 - Program for Adjusting Vehicle Data (FLEET) to SI Units