J_3GKALK 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_3GKALK into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J4GG - Records Released from Settlmnt Cal.
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: 003 = Release calendar
Text Symbol: 004 = Released
Text Symbol: 005 = Not released
Text Symbol: 006 = Locked
Text Symbol: 007 = In process
Text Symbol: 008 = Release
Text Symbol: 011 = Rejected
Text Symbol: 012 = Created
Text Symbol: 013 = Change item
001 Free From To Text CoCo. BA Recipient Type Equipment
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = hlp_tabname UCLEN = '01' TABLES DFIES_TAB = xdfies EXCEPTIONS OTHERS = 1.
J_3G_GET_DATE_DAYNAME CALL FUNCTION 'J_3G_GET_DATE_DAYNAME' EXPORTING LANGU = sy-langu DATE = scond-datab
* CALID = IMPORTING * DAYNR = DAYTXT = hlp_daytxt
* DAYFREE = EXCEPTIONS NO_LANGU = 1 NO_DATE = 2 NO_DAYTXT_FOR_LANGU = 3 INVALID_DATE = 4 OTHERS = 5 .
RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' tables nodetab = xnodetab exceptions others = 0.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = 1 all = 'X' exceptions others = 0.
RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'J_3GKALK' callback_user_command = 'USER_COMMAND' exceptions others = 0.
J_3G_POPUP_VORBEREITEN call function 'J_3G_POPUP_VORBEREITEN' exporting actvt = sy-ucomm importing sav_answer = sav_answer.
J_3G_POPUP_VORBEREITEN call function 'J_3G_POPUP_VORBEREITEN' exporting actvt = 'CNCL' importing sav_answer = sav_answer.
NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = '01' object = 'J_3GPRLHD' importing number = hlp_knumh.
J_3G_SAVE_PRLHD call function 'J_3G_SAVE_PRLHD' in update task tables x_prlhd = xprlhdv y_prlhd = xdllhdv.
J_3G_SAVE_PRLIST call function 'J_3G_SAVE_PRLIST' in update task tables x_prlist = xprlisv y_prlist = xdllisv.
RV_KONDITION_SICHERN CALL FUNCTION 'RV_KONDITION_SICHERN' in update task TABLES VAKEDB_TAB = xvakedb.
VIEW_MAINTENANCE_CALL call function 'VIEW_MAINTENANCE_CALL' exporting action = 'S' view_name = h_tabname tables excl_cua_funct = xexclvfunc exceptions others = 0.
MASTER_DATA call function 'MASTER_DATA' exporting datenfeld = xitab-feld fieldvalue = hlp_value exceptions others = 0.
RS_TREE_GET_MARKED_NODES call function 'RS_TREE_GET_MARKED_NODES' exporting with_subtree = 'X' tables marktab = xmarktab.
RS_TREE_GET_MARKED_NODES call function 'RS_TREE_GET_MARKED_NODES' exporting with_subtree = 'X' tables marktab = xmarktab.
RS_TREE_GET_MARKED_NODES call function 'RS_TREE_GET_MARKED_NODES' exporting with_subtree = 'X' tables marktab = xmarktab.
RS_TREE_GET_MARKED_NODES call function 'RS_TREE_GET_MARKED_NODES' exporting with_subtree = 'X' tables marktab = xmarktab.
MASTER_DATA call function 'MASTER_DATA' exporting datenfeld = hlp_field fieldvalue = hlp_value exceptions others = 0.
call function 'SO_ADDRESS_SHOW' exporting user = user exceptions others = 0.
HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' importing select_value = h_lfdnr tables fields = xhelpstruct valuetab = xhelpvalue exceptions others = 0.
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_3GKALK or its description.