MOIU_GRAVITY_ROUTINESF01 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 MOIU_GRAVITY_ROUTINESF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
NUMBER_GET_NEXT * CALL FUNCTION 'NUMBER_GET_NEXT' * EXPORTING * NR_RANGE_NR = '01' * OBJECT = 'OIU_SCLNUM' * IMPORTING * NUMBER = p_number.
OIU_GET_NEXT_SYS_NO CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' EXPORTING tabname = 'OIU_RV_GRSCI' IMPORTING SYS_NO = p_number.
OIU_GET_REL_POSTINGS CALL FUNCTION 'OIU_GET_REL_POSTINGS' TABLES postings = oiu_grvdef_tab out_postings = r_post.
OIU_UPDATE_POSTINGS CALL FUNCTION 'OIU_UPDATE_POSTINGS' EXPORTING PPA_RSN_CD = PPA_RSN_GRAVITY TABLES r_postings = r_post EXCEPTIONS NO_PPN = 1.
ENQUEUE_E_TABLEE call function 'ENQUEUE_E_TABLEE' exporting mode_rstable = 'E' tabname = posting_table varkey = varkey * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIU_GRAVITY_ROUTINESF01 - Include MOIU_GRAVITY_ROUTINESF01 MOIUX1_TAX_REPORTINGTOP - Include MOIUX1_TAX_REPORTINGTOP MOIUX1_TAX_REPORTINGO01 - Include MOIUX1_TAX_REPORTINGO01 MOIUX1_TAX_REPORTINGI01 - Include MOIUX1_TAX_REPORTINGI01 MOIUX1_TAX_REPORTINGF01 - Include MOIUX1_TAX_REPORTINGF01 MOIUX1_TAX_MSTR_MNTTOP - Include MOIUX1_TAX_MSTR_MNTTOP