SAP Reports / Programs

J_3GEMPR SAP ABAP Report - Check Recipient/Std and Dummy Recipient Settlement Relevance Etc.







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


Transaction Code(s):

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

J4G1 - Check Settlement Data for Recipient


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


Text pool values


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





Text Symbol: 121 = Standard recipient
Text Symbol: 120 = No default catalog ind. resource type
Text Symbol: 119 = Double entry (equipment and material number)
Text Symbol: 118 = Equi. number missing
Text Symbol: 117 = Acc. assgt indicator missing
Text Symbol: 116 = Billing indicator missing
Text Symbol: 115 = For
Text Symbol: 113 = Resource
Text Symbol: 112 = Equipment
Text Symbol: 111 = Type
Text Symbol: 110 = Check org. structures
Text Symbol: 102 = Doc type
Text Symbol: 101 = Acty type
Text Symbol: 099 = CO objects check
Text Symbol: 098 = Recipient check
Text Symbol: 097 = PM order - admin.
Text Symbol: 096 = PM order - owner
Text Symbol: 095 = WBS element check
Text Symbol: 094 = W/o
Text Symbol: 093 = Inclusive
Text Symbol: 031 = Doc. head. dat
Text Symbol: 029 = Sold-to
Text Symbol: 028 = Check existence of recpnt acc. to actvty type
Text Symbol: 027 = Sender
Text Symbol: 026 = Total checked
Text Symbol: 025 = Material type
Text Symbol: 024 = Billing ind. for WBS element
Text Symbol: 023 = Test date
Text Symbol: 022 = Check frame
Text Symbol: 021 = Change recipient data
Text Symbol: 020 = Cursor incorrectly placed
Text Symbol: 019 = Check active BOM for equipment
Text Symbol: 018 = Check catalog assignment material
Text Symbol: 017 = Check posting block for WBS elements
Text Symbol: 016 = Check posting block for equipment
Text Symbol: 015 = Check posting block for CO objects (without project definitions)
Text Symbol: 013 = Check incomplete settlement data for doc. category 2
Text Symbol: 012 = Check incomplete settlement data for doc. category 1
Text Symbol: 011 = Check incomplete settlement data (overview)





Text Symbol: 010 = Check missing settlement relevncy (recipient)
Text Symbol: 009 = Days/month
Text Symbol: 008 = Compl.Mths
Text Symbol: 007 = Hrs/month
Text Symbol: 006 = Hrs/day
Text Symbol: 005 = CalendarID
Text Symbol: 004 = SettlType
Text Symbol: 003 = Dummy recipient
Text Symbol: 002 = Standard recipient
Text Symbol: 001 = Recipient
Text Symbol: 063 = Status not permitted
Text Symbol: 062 = Inconsistent status
Text Symbol: 061 = Could not find object
Text Symbol: 060 = No revenue posting allowed
Text Symbol: 059 = Billing/acc. assgmt indicator missing
Text Symbol: 056 = PMOrderAdmn
Text Symbol: 054 = Valid from/to
Text Symbol: 053 = PMOrderOwnr
Text Symbol: 052 = Equipment
Text Symbol: 051 = Dummy
Text Symbol: 050 = 3.prty
Text Symbol: 049 = Error
Text Symbol: 048 = CO object
Text Symbol: 047 = Ref. type
Text Symbol: 046 = Wrhse
Text Symbol: 045 = Cost center
Text Symbol: 044 = CO order
Text Symbol: 043 = PM order
Text Symbol: 042 = Proj. def.
Text Symbol: 041 = WBS element
Text Symbol: 040 = Cust.
Text Symbol: 039 = *Blr-Message Description
Text Symbol: 038 = for material sales/repurchase
Text Symbol: 037 = for equipment activity
Text Symbol: 036 = Differentiation of check types
Text Symbol: 035 = Restriction of check data
Text Symbol: 034 = Check Period
Text Symbol: 033 = Time period for test of recipient and equi data
Text Symbol: 032 = Line item data



INCLUDES used within this REPORT J_3GEMPR

No INCLUDES are used within this REPORT code!


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:

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.



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