MJG07FOB 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 MJG07FOB 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: Address Management: Edit Object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_ADDRESS_CHECK_POST_UPDATE call function 'ISP_ADDRESS_CHECK_POST_UPDATE' exporting gueltigbis = con_time_infinity tables jgtsadr_ext_tab = i_jgtsadr jgtadra_ext_tab = i_rjmg07 exceptions no_changes = 1 others = 2.
ISP_ADDRESS_SAVE_ALL * call function 'ISP_ADDRESS_SAVE_ALL' * exporting * ext_jgtgpnr = jgtgpnr * xnomessaging = xnomessaging * tables * ext_jgtsadr = i_jgtsadr * ext_jgtadra = i_rjmg07 * ext_jgtadre = i_ll_jgsadre * exceptions * others = 1.
ISM_ADDRESS_SAVE_ALL * call function 'ISP_ADDRESS_SAVE_ALL' call function 'ISM_ADDRESS_SAVE_ALL' exporting in_xnomessaging = space in_xmemory = con_angekreuzt in_xupdate_task = space * IMPORTING * OUT_ADRNR = tables ext_jgtsadr = i_jgtsadr ext_jgtadra = i_rjmg07 ext_jgtadre = i_ll_jgsadre.
ISM_SAP_GP_STATUS_GET call function 'ISM_SAP_GP_STATUS_GET' importing e_sapgp_active = lv_xsapgpactive.
DEQUEUE_EBU_PARTNR call function 'DEQUEUE_EBU_PARTNR' exporting partner = jgtgpnr-gpnr.
ISM_ADDRESS_REFRESH_SALESORDER call function 'ISM_ADDRESS_REFRESH_SALESORDER' exporting gpnr = rjmg072-gpnr xalladdr = space xprotocol = xprotocol xonly_error = jpsd_x.
ISP_ADDRESS_PRINTFORM_GET call function 'ISP_ADDRESS_PRINTFORM_GET' exporting * ADRNR_IN = ' ' * ANSCHR_TYP = ' ' * FORMAT_IN = ' ' jgtsadr_in = jgtsadr_in * ROLLE_IN = ' ' * TDFORM_IN = ' ' tables i_jgsadre = lv_jgsadre.
ISP_ADDRESS_FIELD_SORTL CALL FUNCTION 'ISP_ADDRESS_FIELD_SORTL' EXPORTING jgtsadr_in = lv_jgtsadr IMPORTING jgtsadr_out = lv_jgtsadr.
ISP_ADDRESS_ASSEMBLE_GET CALL FUNCTION 'ISP_ADDRESS_ASSEMBLE_GET' EXPORTING anrede = lv_jgtsadr-anred land = lv_jgtsadr-land1 IMPORTING function_sort = lv_fb_name EXCEPTIONS no_sort_function = 01 OTHERS = 02.
ISP_JGTADRE_UPDATE_TABLE call function 'ISP_JGTADRE_UPDATE_TABLE' tables jgsadre_in = lv_jgsadre.
ISP_JGTADRE_UPDATE_TABLE call function 'ISP_JGTADRE_UPDATE_TABLE' tables jgsadre_in = lv_jgsadre.
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 MJG07FOB or its description.
MJG07FOB - documentation and ABAP source code MJG07FNA - Address Management: Navigation MJG07FCL - documentation and ABAP source code MJG07F0C - FDÜ: Vorlageprogramm für Zentrale Geschäftspartner MJG05TOP - IS-PSD: Top Include for SAPMJG05 MJG05T04 - IS-M/SD: Global Data - Create Vendor in Background Processing