SAP Reports / Programs

J_3GKALL SAP ABAP Report - Release List & &







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


Transaction Code(s):

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

J4GP - Enter Settlement Calendar


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_3GKALL. "Basic submit
SUBMIT J_3GKALL AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GKALL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT J_3GKALL

INCLUDE J_3GKAL6.


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:

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.



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