SAP Reports / Programs

J_3GLGBN SAP ABAP Report - Evaluation of Hours for Performance-Based Equipment







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


Transaction Code(s):

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

J4GX - Hour Evaluation for PBE


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_3GLGBN. "Basic submit
SUBMIT J_3GLGBN AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GLGBN 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_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


INCLUDES used within this REPORT J_3GLGBN

INCLUDE J_3GLGNS.
INCLUDE J_3GLGN1_ALV.


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:

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.



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