SAP Reports / Programs

J_3GKALY SAP ABAP Report - Release List Settlement Date 01.04.1998







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


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_3GKALY. "Basic submit
SUBMIT J_3GKALY AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GKALY 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 Settlement Date 01.04.1998
Text Symbol: 001 = Free From To Text
001 Free From To Text CoCo. BA Recipient Type Equipment


INCLUDES used within this REPORT J_3GKALY

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.

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.



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