J_3GEMPR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for It is recommended to run this program before you create SD orders...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 J_3GEMPR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J4G1 - Check Settlement Data for Recipient
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.
Selection Text: SO_MTART = Material type:
Selection Text: SO_DATUM = Document date:
Selection Text: SO_BELNR = Document number:
Selection Text: PA_PMV = PM order - administrator
Selection Text: PA_PME = PM order - owner
Selection Text: PA_ORM = Org. structure comparison
Selection Text: PA_ORE = Org. structure comparison
Selection Text: PA_MAT = Catalog assignmnt for material
Selection Text: PA_KON = Acc. assgnmnt ind. WBS element
Selection Text: PA_FAK = Billing ind. for WBS element
Selection Text: PA_ASL = Active BOM for equipment
Title: Check Recipient/Std and Dummy Recipient Settlement Relevance Etc.
Text Symbol: 092 = Material check
Text Symbol: 091 = Equipment check
Text Symbol: 090 = Docs:
Text Symbol: 083 = SUBRC
Text Symbol: 082 = Error
Text Symbol: 081 = Mat. type
Text Symbol: 080 = Material
Text Symbol: 079 = No active BOM
Text Symbol: 078 = Catalog assignment incorrect
Text Symbol: 077 = Item
Text Symbol: 076 = Doc.
Text Symbol: 075 = No bill. element
Text Symbol: 074 = No acc. element
Text Symbol: 073 = Posting block
Text Symbol: 072 = Unknown
Text Symbol: 071 = Acc. assgt indicator missing
Text Symbol: 070 = Billing indicator missing
Text Symbol: 069 = PM order admin. missing
Text Symbol: 068 = Date of activity output is initial
Text Symbol: 067 = PM order owner missing
Text Symbol: 066 = Equi entry missing in EQUZ
Text Symbol: 065 = Prim. actl bookings block
Text Symbol: 064 = Error - posting block check
Text Symbol: 124 = Details
Text Symbol: 123 = Check Category
Text Symbol: 122 = Dummy recipient
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = GV_REPID is_layout = gs_layout it_fieldcat = gt_fieldcat I_CALLBACK_PF_STATUS_SET = 'STANDARD' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' it_events = gt_events i_tabname_header = 'GT_MASTER' i_tabname_item = 'GT_SLAVE' is_keyinfo = ls_key is_print = gs_print TABLES t_outtab_header = Gt_master t_outtab_item = Gt_slave EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = GV_REPID I_INTERNAL_TABNAME = IC_TABLE I_STRUCTURE_NAME = IC_SNAME I_INCLNAME = GV_REPID CHANGING CT_FIELDCAT = GT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = XT_EVENTS EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = gv_repid IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_IABRKEN EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_STRUCTURE_NAME = IV_STRUCTURE IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT is_print = gs_print IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_IABRDATEN1 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_STRUCTURE_NAME = IV_STRUCTURE IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT is_print = gs_print IT_EVENTS = GT_EVENTS TABLES T_OUTTAB = GT_IABRDATEN2 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_STRUCTURE_NAME = IV_STRUCTURE IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_IABRDATEN3 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_STRUCTURE_NAME = IV_STRUCTURE IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_TFAKDAT EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_STRUCTURE_NAME = IV_STRUCTURE IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_ICOOBJ EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_STRUCTURE_NAME = IV_STRUCTURE IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_IPSP EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_STRUCTURE_NAME = IV_STRUCTURE IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_XEQUI1 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_STRUCTURE_NAME = IV_STRUCTURE IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_XEQUI2 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_STRUCTURE_NAME = IV_STRUCTURE IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_XMARA EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_STRUCTURE_NAME = IV_STRUCTURE IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_XVBFS EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_STRUCTURE_NAME = IV_STRUCTURE IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS is_print = gs_print TABLES T_OUTTAB = GT_ISDAPOS20 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
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 J_3GEMPR or its description.