MJG0FB01 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 MJG0FB01 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_ADDRESS_PREPARE_FOR_UPDATE CALL FUNCTION 'ISM_ADDRESS_PREPARE_FOR_UPDATE' EXPORTING in_jgtsadr = jgtsadr IMPORTING OUT_JGTSADR = jgtsadr.
CONVERSION_EXIT_JYTNF_INPUT * call function 'CONVERSION_EXIT_JYTNF_INPUT' * exporting * input = jgtsadr-name1_maco * importing * output = jgtsadr-name1_maco.
CONVERSION_EXIT_JYTNF_INPUT * call function 'CONVERSION_EXIT_JYTNF_INPUT' * exporting * input = jgtsadr-name2_maco * importing * output = jgtsadr-name2_maco.
CONVERSION_EXIT_JYTNF_INPUT * call function 'CONVERSION_EXIT_JYTNF_INPUT' * exporting * input = jgtsadr-ort01_maco * importing * output = jgtsadr-ort01_maco.
CONVERSION_EXIT_JYTNF_INPUT * call function 'CONVERSION_EXIT_JYTNF_INPUT' * exporting * input = jgtsadr-stras_maco * importing * output = jgtsadr-stras_maco.
TELNUMBER_REMOVE_SPECIAL_CHAR * call function 'TELNUMBER_REMOVE_SPECIAL_CHAR' * changing telnumber = jgtsadr-ani_telnrp.
TELNUMBER_REMOVE_SPECIAL_CHAR * call function 'TELNUMBER_REMOVE_SPECIAL_CHAR' * changing telnumber = jgtsadr-ani_telnrp.
ISP_JGTSADR_INSERT call function 'ISP_JGTSADR_INSERT' exporting adresse = jgtsadr.
ISP_JGTSADR_INSERT call function 'ISP_JGTSADR_INSERT' in update task exporting adresse = jgtsadr.
ISP_JGTSADR_UPDATE call function 'ISP_JGTSADR_UPDATE' exporting adresse = jgtsadr.
ISP_JGTSADR_UPDATE call function 'ISP_JGTSADR_UPDATE' in update task exporting adresse = jgtsadr.
ISP_JGTSADR_DELETE * call function 'ISP_JGTSADR_DELETE' in update task * exporting * adresse = jgtsadr.
ISP_JGTADR_INSERT * CALL FUNCTION 'ISP_JGTADR_INSERT' IN UPDATE TASK * EXPORTING GP_ADR = JGTADR.
ISP_JGTADR_UPDATE * CALL FUNCTION 'ISP_JGTADR_UPDATE' IN UPDATE TASK * EXPORTING GP_ADR = JGTADR.
ISP_JGTADR_DELETE * CALL FUNCTION 'ISP_JGTADR_DELETE' IN UPDATE TASK * EXPORTING GP_ADR = JGTADR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.