SAP Reports / Programs

SAPMJG07 SAP ABAP dialog Program - Address Management







SAPMJG07 is a standard Module pool for a dialog screen ABAP Program 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 SAPMJG07 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JGA1 - IS-MP: Display Address Management
JGA0 - IS-M: Maintain Address Management


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 SAPMJG07. "Basic submit
SUBMIT SAPMJG07 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMJG07 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Address Management
Text Symbol: CN3 = Name2
Text Symbol: CN4 = Name3
Text Symbol: CN5 = Name4
Text Symbol: CO1 = Address
Text Symbol: CT2 = Telephone (Home)
Text Symbol: CT3 = Telephone (Work)
Text Symbol: CT4 = Cell Phone Number
Text Symbol: CT5 = Fax
Text Symbol: HCU = Create
Text Symbol: M01 = Manual Address
Text Symbol: P01 = Position
Text Symbol: TA2 = Address
Text Symbol: TA3 = Manual Print Screen
Text Symbol: TA4 = Customer Pickup Point
Text Symbol: TA5 = Address Is Unloading Point
Text Symbol: TA6 = No Output Determination
Text Symbol: TA7 = No Carrier Change Notification
Text Symbol: TC2 = Change Names
Text Symbol: TC3 = Change Address
Text Symbol: TC4 = Change Telcommunications Data
Text Symbol: TN2 = Name1 / LastName
Text Symbol: TN3 = Name2 / FName
Text Symbol: TN4 = Name3
Text Symbol: TN5 = Name4
Text Symbol: TO1 = Address
Text Symbol: TT2 = Home Telephone Number
Text Symbol: TT3 = Work Telephone Number
Text Symbol: TT4 = Cell Phone Number
Text Symbol: TT5 = Fax Number
Text Symbol: VCU = Change
Text Symbol: 002 = ------------------------------------- Valid to: &V1& -------------------------------------------------------------------
Text Symbol: 004 = Internal Error at I RJMG07 CHANGE Entry not found:
Text Symbol: 005 = Display Address
Text Symbol: 006 = Internal Error at I RJMG07 CHANGE Entry not found:
Text Symbol: 011 = No. Role From Name Data BPartner
Text Symbol: 012 = Address Data PS PP UP NO NH
Text Symbol: 021 = No. Role From Tel.(Home) Tel.(Office)





Text Symbol: 022 = Mobile Fax
Text Symbol: 031 = No. Role From Name1 Name2(First Name)
Text Symbol: 032 = Name3 Name4
Text Symbol: 041 = No. Role From Change Cust.Pickup Point
Text Symbol: 042 = Name Address Telecommunications
Text Symbol: 100 = Change in Address Management
Text Symbol: 101 = Name change for all dependent and
Text Symbol: 102 = secondary addresses for BP from:
Text Symbol: 111 = Execute
Text Symbol: 112 = No
Text Symbol: 200 = Address Created By
Text Symbol: 900 = PO Box
Text Symbol: 901 = Major Cust.PCode
Text Symbol: ACU = Display
Text Symbol: CA2 = Address
Text Symbol: CA3 = PS
Text Symbol: CA4 = PP
Text Symbol: CA5 = UP
Text Symbol: CA6 = NO
Text Symbol: CA7 = NH
Text Symbol: CC2 = Names
Text Symbol: CC3 = Address
Text Symbol: CC4 = Telecommunication
Text Symbol: CN2 = Name1


INCLUDES used within this REPORT SAPMJG07

INCLUDE MJG07I0J. "REL.2.21/21
INCLUDE MJG00F00. "REL.2.21/21
INCLUDE LJG01FNA.
INCLUDE MJG07F0C.
INCLUDE MJG07IOO.
INCLUDE FV61BF00.
INCLUDE MJG07FOO.
INCLUDE MJG07FTR.
INCLUDE MJG07FCL.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 SAPMJG07 or its description.