SAP Reports / Programs | Transportation and Distribution | Industry Solution Oil | Transportation and Distribution(IS-OIL-DS-TD) SAP IS

MOIGSF31_06 SAP ABAP INCLUDE - Load and delivery confirmation D,T,G,L







MOIGSF31_06 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 MOIGSF31_06 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MOIGSF31_06. "Basic submit
SUBMIT MOIGSF31_06 AND RETURN. "Return to original report after report execution complete
SUBMIT MOIGSF31_06 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MOIGSF31_06

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

T001_SINGLE_READ call function 'T001_SINGLE_READ' exporting bukrs = t001k-bukrs importing wt001 = t001 exceptions not_found = 1.

J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING BUKRS = p_bukrs COMPONENT = 'BR' EXCEPTIONS COMPONENT_NOT_ACTIVE = 1 OTHERS = 2.

OIGS_BR_CONTROL CALL function 'OIGS_BR_CONTROL' EXPORTING PI_CODE = '0' TABLES t_OIGSE = G_OIGSE_TAB t_OIGSH = G_OIGSH_TAB t_OIGSM = G_OIGSM_TAB t_OIGSMV = G_OIGSMV_TAB t_OIGSV = G_OIGSV_TAB t_OIGSVC = G_OIGSVC_TAB t_OIGSVCC = G_OIGSVCC_TAB t_OIGSVCS = G_OIGSVCS_TAB t_OIGSVD = G_OIGSVD_TAB t_OIGSMS = G_OIGSMS_TAB t_OIGSVMQ = G_OIGSVMQ_TAB t_OIGSvmqm = G_OIGSvmqm_TAB t_OIGRMH = G_OIGRMH_TAB t_OIGCMH = G_OIGCMH_TAB t_OIGSI = G_OIGSI_TAB t_OIGSIH_J = G_OIGSIH_J_TAB t_OIGSIH_W = G_OIGSIH_W_TAB t_OIGSII_J = G_OIGSII_J_TAB t_OIGSII_W = G_OIGSII_W_TAB t_OIGSS = G_OIGSS_TAB t_OIGSVIIS = G_OIGSVIIS_TAB t_OIGSPA = G_OIGSPA_TAB t_OIGFIIQ = G_OIGFIIQ_TAB t_OIGFIIQS = G_OIGFIIQS_TAB t_XOIA12_TAB = G_XOIA12_TAB t_YOIA12_TAB = G_YOIA12_TAB t_XOIA06_TAB = G_XOIA06_TAB t_YOIA06_TAB = G_YOIA06_TAB t_OIA_SHDATA_TAB = G_OIA_SHDATA_TAB CHANGING Px_OIGS = G_OIGS Px_T180 = T180 Px_ROIGSH = ROIGSH EXCEPTIONS OTHERS = 1.

OIGS_BR_CONTROL CALL function 'OIGS_BR_CONTROL' EXPORTING PI_CODE = p_CODE TABLES t_OIGSE = G_OIGSE_TAB t_OIGSH = G_OIGSH_TAB t_OIGSM = G_OIGSM_TAB t_OIGSMV = G_OIGSMV_TAB t_OIGSV = G_OIGSV_TAB t_OIGSVC = G_OIGSVC_TAB t_OIGSVCC = G_OIGSVCC_TAB t_OIGSVCS = G_OIGSVCS_TAB t_OIGSVD = G_OIGSVD_TAB t_OIGSMS = G_OIGSMS_TAB t_OIGSVMQ = G_OIGSVMQ_TAB t_OIGSvmqm = G_OIGSvmqm_TAB t_OIGRMH = G_OIGRMH_TAB t_OIGCMH = G_OIGCMH_TAB t_OIGSI = G_OIGSI_TAB t_OIGSIH_J = G_OIGSIH_J_TAB t_OIGSIH_W = G_OIGSIH_W_TAB t_OIGSII_J = G_OIGSII_J_TAB t_OIGSII_W = G_OIGSII_W_TAB t_OIGSS = G_OIGSS_TAB t_OIGSVIIS = G_OIGSVIIS_TAB t_OIGSPA = G_OIGSPA_TAB t_OIGFIIQ = G_OIGFIIQ_TAB t_OIGFIIQS = G_OIGFIIQS_TAB t_XOIA12_TAB = G_XOIA12_TAB t_YOIA12_TAB = G_YOIA12_TAB t_XOIA06_TAB = G_XOIA06_TAB t_YOIA06_TAB = G_YOIA06_TAB t_OIA_SHDATA_TAB = G_OIA_SHDATA_TAB t_imseg = t_imseg t_msego2 = t_msego2 CHANGING Px_OIGS = G_OIGS Px_T180 = T180 Px_ROIGSH = ROIGSH px_imkpf = p_imkpf EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MOIGSF31_06 or its description.