J_3GLGBN is a standard Executable ABAP Report 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 J_3GLGBN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J4GX - Hour Evaluation for PBE
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_VERWA = Administrator
Selection Text: SO_PERNR = Personnel number
Selection Text: SO_LVART = Activity type
Selection Text: SO_EQUI = Equipment
Selection Text: SO_EQART = Object Type
Selection Text: SO_EMPF = Recipient
Selection Text: SO_EMPEX = External ship-to party
Selection Text: SO_EMPD = Debtor recipient
Selection Text: PA_ALLES = All items
Selection Text: PA_BUCH = Posted items only
Selection Text: PA_OFFEN = Open items only
Selection Text: SO_BLART = Document type
Selection Text: SO_DATUM = Date of activity output
Selection Text: SO_DISPO = MRP Area
Title: Evaluation of Hours for Performance-Based Equipment
Text Symbol: 010 = CUSTOMER:
Text Symbol: 011 = ActivityType
Text Symbol: 012 = Total
Text Symbol: 013 = UM
Text Symbol: 014 = Page:
Text Symbol: 100 = Date selection
Text Symbol: 110 = Special restriction
Text Symbol: 009 = Date :
Text Symbol: 008 = TOTAL
Text Symbol: 007 = EQUI. TYPE
Text Symbol: 005 = DESCRIPTION
Text Symbol: 004 = EQUIPMENT
Text Symbol: 003 = Recipient :
Text Symbol: 002 = PERIOD:
Text Symbol: 001 = EVALUATION of HOURS for PERFORMANCE-BASED EQUIPMENT
Text Symbol: 120 = General restrictions
INCLUDE J_3GLGNS.
INCLUDE J_3GLGN1_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
J_3G_LGBELEGE_CHECK CALL FUNCTION 'J_3G_LGBELEGE_CHECK' EXPORTING i_datum_von = so_datum-low i_datum_bis = so_datum-high * I_EMPFAENGER = * I_EQUNR = ' ' * I_LVART = ' ' * I_PERNR = ' ' * I_BLART = ' ' * I_BELNRI = ' ' * I_EBELNR = ' ' * I_EMPDEB = ' ' * I_EMPEXT = ' ' * I_EMPPSP = ' ' TABLES t_belege = xbelege EXCEPTIONS kein_beleg_vorhanden = 1 datum_fehlerhaft = 2 OTHERS = 3.
J_3G_SELECTION_CRITERIA_PRINT CALL FUNCTION 'J_3G_SELECTION_CRITERIA_PRINT' EXPORTING i_report_name = 'J_3GLGBN' xfeld = space EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.