SAPMJG01 is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Module pool for maintenance transactions for the various business partner roles in Media Sales and Distribution...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SAPMJG01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JG21 - IS-M/SD: Display Retailer
JG34 - IS-M/SD: Create Commission Recipient
JG35 - IS-M/SD: Change Commission Recipient
JG36 - IS-M/SD: Display Commission Recipt
JG40 - IS-M/SD: Create Field Collector
JG41 - IS-M/SD: Change Field Collector
JG42 - IS-M/SD: Display Field Collector
JG43 - IS-M/SD: Create Researcher
JG44 - IS-M/SD: Change Researcher
JG45 - IS-M/SD: Display Researcher
JG49 - IS-M/SD: Create Forwarding Agent
JG50 - IS-M/SD: Change Forwarding Agent
JG51 - IS-M/SD: Display Forwarding Agent
JG55 - IS-M/SD: Create Postal Data
JG20 - IS-M/SD: Change Retailer
JG19 - IS-M/SD: Create Retailer
JG18 - IS-M/SD: Display Sales Customer
JG17 - IS-M/SD: Change Sales Customer
JG16 - IS-M/SD: Create Sales Customer
JG12 - IS-M/SD: Display Service Company
JG02 - IS-M: Change General Bus.Partner
JG01 - IS-M: Create General Bus.Partner
JG11 - IS-M/SD: Change Service Company
JG10 - IS-M/SD: Create Service Company
JG09 - IS-M/SD: Display Carrier
JG08 - IS-M/SD: Change Carrier
JG07 - IS-M/SD: Create Carrier
JG03 - IS-M: Display General Bus.Partner
JJGC - Display Media Sales Agent
JJGB - Change Media Sales Agent
JJGA - Create Media Sales Agent
JJG3 - IS-M/AM: Display Media Customer
JJG2 - IS-M/AM: Change Media Customer
JJG1 - IS-M/AM: Create Media Customer
JG95 - IS-M: Display BP Deletion Flags
JG94 - IS-M: Change BP Deletion Flags
JG93 - IS-M: Block Roles - Display
JG92 - IS-M: Block Roles - Change
JG56 - IS-M/SD: Change Postal Data
JG57 - IS-M/SD: Display Postal Data
JG58 - IS-M/SD: Create Sales Cust.(Central)
JG59 - IS-M/SD: Change Sales Cust.(Central)
JG60 - IS-M/SD: Display Sales Cust.(Cent.)
JG61 - IS-M/SD: Create Retailer (Central)
JG62 - IS-M/SD: Change Retailer (Central)
JG63 - IS-M/SD: Display Retailer (Central)
JG90 - IS-M: Block Order/Bill.Doc. - Change
JG91 - IS-M: Block Order/Bill.Doc.-Display
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: IS-M: Central Module Pool for Business Partner Management
Text Symbol: 602 = details from R/2?
Text Symbol: 601 = Do you want to copy the main bank
Text Symbol: 600 = R/2 main bank
Text Symbol: 532 = ISPC indicator deleted
Text Symbol: 531 = No ISPC indic.will be reset
Text Symbol: 530 = Yes ISPC data will be deleted
Text Symbol: 522 = Publisher indicator deleted
Text Symbol: 521 = No Publisher indic.will be reset
Text Symbol: 520 = Yes Publisher data will be deleted
Text Symbol: 514 = and records on note to payee.
Text Symbol: 513 = will delete recs on note to payee.
Text Symbol: 512 = will delete add.data on coll.auth.
Text Symbol: 511 = Along with the bank details, you
Text Symbol: 510 = Delete bank data
Text Symbol: 508 = the bank details?
Text Symbol: 507 = Do you still want to delete
Text Symbol: 504 = Old: AK BTy. CA Reference MB
Text Symbol: 503 = You changed the bank data:
Text Symbol: 502 = Existing bank data
Text Symbol: 501 = new data?
Text Symbol: 500 = Do you want to copy the
Text Symbol: 425 = CCode Data 2
Text Symbol: 424 = Business Partner
Text Symbol: Z01 = fr.
Text Symbol: VTX = Sales Texts ;;
Text Symbol: T05 = Mark for deletion
Text Symbol: T04 = Block/Unblock
Text Symbol: T03 = Display
Text Symbol: T02 = Change
Text Symbol: T01 = Create
Text Symbol: SIE = There are
Text Symbol: M01 = Auth. to Deduct
Text Symbol: INT = INTERNAL
Text Symbol: EZU = Carrier Created By
Text Symbol: EZG = SC Created By
Text Symbol: EPV = Sales Agent Created By
Text Symbol: EMK = Media Customer Created By
INCLUDE MJG01TOP.
INCLUDE MJ000ONA . " NAGIGATION ISP
INCLUDE MJG01OOI . " INITIALISIERUNGEN OBJEKT
INCLUDE MJG01OBZ . " BEZEICHNUNGSFELDER FÜLLEN
INCLUDE MJG00OCU .
INCLUDE MJG01IOP .
INCLUDE MJG01IOB .
INCLUDE MJG01IVR .
INCLUDE MJG01FAD . " ADRESS-HANDLING
INCLUDE MJG01FOI . " INITIALISIERUNGEN OBJEKT
INCLUDE MJG01FDI . " INITIALISIERUNGEN DYNPROS
INCLUDE MJ000FDF.
INCLUDE MJG01FOP .
INCLUDE MJG01FOB . " BEARBEITUNG OBJEKT
INCLUDE MJG01FNA . " NAVIGATION GP-SPEZIELL.
INCLUDE MJ000FNA . " NAGIGATION ISP
INCLUDE MJG00FBZ . " BEZEICHNUNGSFELDER FÜLLEN
INCLUDE MJY00FAT . " PROGRAMMPARAMETER
INCLUDE MJY00F03 . " FEHLERMELDUNG AUSGEBEN
INCLUDE MJY00F10 . " AUTHORITY-CHECK ALLG.
INCLUDE MJY00F11 . " AUTHORITY-CHECK ALLG. TRTYP
INCLUDE MJS00F30.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 SAPMJG01 or its description.
SAPMJG01 - IS-M: Central Module Pool for Business Partner Management SAPMJG01 - IS-M: Central Module Pool for Business Partner Management SAPMJDM0 - IS-M: Media Product Master Data SAPMJDM0 - IS-M: Media Product Master Data SAPMJD61 - IS-M: Main Program for Service Type Management SAPMJD61 - IS-M: Main Program for Service Type Management