J_3GKALY 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_3GKALY into the relevant SAP transactions such as SE38 or SE80
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 Settlement Date 01.04.1998
Text Symbol: 001 = Free From To Text
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.
VIEW_MAINTENANCE_CALL call function 'VIEW_MAINTENANCE_CALL' exporting action = 'S' view_name = dd02v-tabname.
MASTER_DATA call function 'MASTER_DATA' exporting datenfeld = dynfield fieldvalue = fieldvalue exceptions others = 1.
LIST_SCROLL_FOLLOWING_CURSOR call function 'LIST_SCROLL_FOLLOWING_CURSOR' exporting list_index = 1 cursor_line = lil * CURSOR_OFFSET = 0 * IMPORTING * SCROLL_LINE = * SCROLL_COLUMN = exceptions list_index_invalid = 1 list_line_not_found = 2 no_list_active = 3 window_too_small = 4 cursor_offset_invalid = 5 others = 6.
NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' exporting nr_range_nr = '01' object = 'J_3GPRLHD' importing number =
.
J_3G_SAVE_PRLIST call function 'J_3G_SAVE_PRLIST' in update task tables x_prlist = prlist y_prlist = dllist exceptions others = 1.
J_3G_SAVE_PRLHD call function 'J_3G_SAVE_PRLHD' in update task tables x_prlhd = prlhd y_prlhd = dllhd exceptions others = 1.
MASTER_DATA * CALL FUNCTION 'MASTER_DATA' * EXPORTING * DATENFELD = DYNFIELD * FIELDVALUE = FIELDVALUE * EXCEPTIONS * OTHERS = 1.
SO_ADDRESS_SHOW call function 'SO_ADDRESS_SHOW' exporting * DLI_OWNER = ' ' * OWNER = ' ' user = user exceptions parameter_error = 1 user_not_exist = 2 x_error = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_3GKALY - Release List Settlement Date 01.04.1998 J_3GKALY - Release List Settlement Date 01.04.1998 J_3GKALX - Display for Calendar Visualization from Conditions J_3GKALX - Display for Calendar Visualization from Conditions J_3GKALS - ETM - Start Report for Calendar Visualizations J_3GKALS - ETM - Start Report for Calendar Visualizations