MOIUCW_BANK_DATAO01 is a standard ABAP INCLUDE 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 MOIUCW_BANK_DATAO01 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: Include MOIUCW_BANK_DATAO01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VRM_DELETE_VALUES CALL FUNCTION 'VRM_DELETE_VALUES' EXPORTING ID = VALUESET_ID EXCEPTIONS ID_NOT_FOUND = 0 OTHERS = 0.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING ID = VALUESET_ID VALUES = W_COMPANY[] EXCEPTIONS ID_ILLEGAL_NAME = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIUCW_BANK_DATAO01 - Include MOIUCW_BANK_DATAO01 MOIUCW_BANK_DATAI01 - Include MOIUCW_BANK_DATAI01 MOIUCW_BANK_DATAF01 - Include MOIUCW_BANK_DATAF01 MOIUCM_MAINTAIN_CM_SN_NRTOP - Include MOIUCM_MAINTAIN_SYSTEM_NRIVTOP MOIUCM_MAINTAIN_CM_SN_NRO01 - Include MOIUCM_MAINTAIN_SYSTEM_NRIVO01 MOIUCM_MAINTAIN_CM_SN_NRI01 - Include MOIUCM_MAINTAIN_SYSTEM_NRIVI01