MJG01FXT 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 MJG01FXT 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: Forms for Accessing Text Administration SAPscript + Screen (Pop-Up)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_TEXTS_VENDOR CALL FUNCTION 'FI_TEXTS_VENDOR' EXPORTING I_OBJECT = 'LFA1' I_AKTYP = T020-AKTYP I_DYNCL = T020-DYNCL I_LIFNR = TEXT_LIFNR I_BUKRS = ' ' I_EKORG = ' ' IMPORTING E_UPDATE = TEXT_XUPD.
FI_TEXTS_VENDOR CALL FUNCTION 'FI_TEXTS_VENDOR' EXPORTING I_OBJECT = 'LFB1' I_AKTYP = T020-AKTYP I_DYNCL = T020-DYNCL I_LIFNR = TEXT_LIFNR I_BUKRS = RJG01-BUKRS I_EKORG = ' ' IMPORTING E_UPDATE = TEXT_XUPD.
FI_TEXTS_VENDOR CALL FUNCTION 'FI_TEXTS_VENDOR' EXPORTING I_OBJECT = 'LFM1' I_AKTYP = T020-AKTYP I_DYNCL = T020-DYNCL I_LIFNR = TEXT_LIFNR I_BUKRS = ' ' I_EKORG = RJG01-EKORG IMPORTING E_UPDATE = TEXT_XUPD.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJG01FXT - Forms for Accessing Text Administration SAPscript + Screen (Pop-Up) MJG01FXI - Forms for PAI Screen 3500 SAPscript? MJG01FXD - Forms for Customer Text Processing SAPscript MJG01FWF - documentation and ABAP source code MJG01FUM - IS-M: CUA Forms (Sample PGM) MJG01FSP - IS-M: CUA Forms (Sample PGM)