MJG01F0C 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 MJG01F0C 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!
ISM_LAYOUT_CHANGE CALL FUNCTION 'ISM_LAYOUT_CHANGE' EXPORTING AGIDV = 'SAPLJG01' DYNNR = '0100' IMPORTING LAND = GV_LAYOUT_COUNTRY.
FI_WT_READ_T059P CALL FUNCTION 'FI_WT_READ_T059P' EXPORTING I_BUKRS = T001-BUKRS I_TYPE = KNBW-WITHT TABLES T_T059P = H_T059P EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
FI_WT_READ_T059Z CALL FUNCTION 'FI_WT_READ_T059Z' EXPORTING I_BUKRS = T001-BUKRS I_TYPE = KNBW-WITHT I_WT_WITHCD = KNBW-WT_WITHCD TABLES T_T059Z = H_T059Z EXCEPTIONS NOT_FOUND = 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.
MJG01F0C - FDÜ: Vorlageprogramm für Zentrale Geschäftspartner MJG01F0B - Forms for business partners beginning with B MJG01F03 - Forms for template control MJG00TVW - Data and Number Range Declaration for Address MJG00TVO - Tables for Presettings for Business Partners MJG00TSL - Declarations for Step Loop Screens