J_3GKALL 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_3GKALL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J4GP - Enter Settlement Calendar
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.
Title: Release List & &
Text Symbol: 001 = Created on
Text Symbol: 002 = Release date
Text Symbol: 003 = Free From To Text
Text Symbol: 004 = CC BA Rcpnt
Text Symbol: 005 = Type Equipment
001 Free From To Text CoCo. BA Recipient Type Equipment
INCLUDE J_3GKAL6.
No SAP DATABASE tables are accessed within this REPORT code!
RV_DYNPRO_READ call function 'RV_DYNPRO_READ' exporting model_prog = hlp_prog model_dnum = hlp_dnum importing dynp_header = xdynp_header tables dynp_fields = xdynp_fields dynp_logic = xdynp_logic_in dynp_matchc = xdynp_matchc exceptions dynpro_not_found = 1.
J_3G_PRL_DETERMINATION call function 'J_3G_PRL_DETERMINATION' exporting application = 'V' date = datum header_communication = xheader item_communication = xitem scheme = 'FREI ' importing kondt_data = xprlhd exceptions not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.