J_3GLGBB 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_3GLGBB into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J4GN - Post PBE Reports
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: PA_BLART = Document type
Selection Text: PA_BLNRI = Internal
Selection Text: PA_DATB = To date
Selection Text: PA_DATV = From date
Selection Text: PA_EBLNR = External
Selection Text: PA_EMPF = Recipient
Selection Text: PA_EQUI = Equipment number
Selection Text: PA_LVART = Activity Type
Selection Text: PA_PERNR = Personnel number
Title: List of PBE Documents
Text Symbol: 001 = PBE report
Text Symbol: 002 = Doc type
Text Symbol: 003 = Date
Text Symbol: 004 = Recipient
Text Symbol: 005 = Equipment
Text Symbol: 006 = ActivityType
Text Symbol: 007 = HR
Text Symbol: 008 = Date
Text Symbol: 009 = Document no
Text Symbol: 010 = General data
Text Symbol: COS =
INCLUDE J_3GKKKB.
INCLUDE J_3GLGB1.
No SAP DATABASE tables are accessed within this REPORT code!
/SAPCEM/READ_LGBELEGE call function '/SAPCEM/READ_LGBELEGE' exporting i_blart = pa_blart i_belnri = pa_blnri i_ebelnr = pa_eblnr i_datvon = so_datum-low i_datbis = so_datum-high i_equnr = pa_equi i_empfae = pa_empf * I_EMPDEB = * I_EMPEXT = * I_EMPPSP = i_pernr = pa_pernr i_lvart = pa_lvart tables et_lgbelege_read = ybelege exceptions kein_beleg_vorhanden = 1 "T300700 datum_fehlerhaft = 2 "T300700 others = 3. "T300700
J_3G_LGBELEGE_CHECK * call function 'J_3G_LGBELEGE_CHECK' * exporting * i_datum_von = so_datum-low * i_datum_bis = so_datum-high * tables * t_belege = ybelege * exceptions * kein_beleg_vorhanden = 1 * datum_fehlerhaft = 2 * others = 3.
J_3G_REFTYP_AUSWERTEN * call function 'J_3G_REFTYP_AUSWERTEN' * exporting ** I_ETYP = * i_reftyp = kna1-j_3greftyp * i_psp = kna1-pspnr * i_pro = kna1-pspnr * i_aco = kna1-coaufnr * i_apm = kna1-coaufnr * i_kok = kna1-kokrs * i_kos = kna1-kostl * i_wrk = kna1-werks * i_lag = kna1-lgort ** I_SPART = * i_datum = ybelege-j_3gdatlab * i_npl = kna1-coaufnr * importing * e_bukrs = hlp_bukrs * exceptions * kein_psp = 1 * kein_proj = 2 * kein_auftrag = 3 * keine_kosl = 4 * kosl_aenderung = 5 * kein_werk = 6 * dummy = 7 * kein_lager = 8 * kein_npl = 9 * others = 10.
J_3G_BELEG_SHOW * call function 'J_3G_BELEG_SHOW' * exporting * i_belnr = ausgabe-j_3gbelnri * i_posnr = ausgabe-j_3gposnri * i_uposnr = ausgabe-j_3guposnr.
J_3G_BELEG_SHOW call function 'J_3G_BELEG_SHOW' exporting i_belnr = ausgabe-j_3gbelnri i_posnr = ausgabe-j_3gposnri i_uposnr = ausgabe-j_3guposnr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.