J_3GLGBL 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_3GLGBL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J4GQ - Document List 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_POINT = Measuring point
Selection Text: SO_PERNR = Personnel number
Selection Text: SO_MPTYP = Measuring point category
Selection Text: SO_MDOCM = Measurement document
Selection Text: SO_LVART = Activity type
Selection Text: SO_KATNR = Number in catalog
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_EMPDB = Sold-to party
Selection Text: SO_EIFR = Own/external indicator
Selection Text: SO_DISPO = MRP Area
Selection Text: SO_DATUM = Date of activity output
Selection Text: SO_BLART = Document type
Selection Text: PA_TPLKZ = Catalog
Title: List of Created PBE Documents
Text Symbol: COS =
Text Symbol: 130 = Meas. pt restrictions
Text Symbol: 120 = General restrictions
Text Symbol: 110 = Special restrictions
Text Symbol: 100 = Date restriction
Text Symbol: 009 = Doc. no.
Text Symbol: 008 = Date
Text Symbol: 007 = HR
Text Symbol: 006 = ActivityType
Text Symbol: 005 = Equipment
Text Symbol: 004 = Recipient
Text Symbol: 003 = Date
Text Symbol: 002 = Doc type
Text Symbol: 001 = PBE report
INCLUDE J_3GKKKB.
INCLUDE J_3GLGBS.
INCLUDE J_3GLGB1.
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 = ybelege exceptions kein_beleg_vorhanden = 1 datum_fehlerhaft = 2 others = 3.
DATE_GET_WEEK call function 'DATE_GET_WEEK' exporting date = ausgabe-j_3gdatlab importing week = ausgabe-kw exceptions date_invalid = 1 others = 2.
J_3G_BELEG_SHOW call function 'J_3G_BELEG_SHOW' exporting i_belnr = xbelege-j_3gbelnri i_posnr = xbelege-j_3gposnri i_uposnr = xbelege-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.