SAP Reports / Programs

J_3GKALS SAP ABAP Report - ETM - Start Report for Calendar Visualizations







J_3GKALS 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_3GKALS 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

J4GH - Enter Settlement Calendar
J4GI - Release Settlement Calendar
J4GJ - Create PBE 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_3GKALS. "Basic submit
SUBMIT J_3GKALS AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GKALS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ETM - Start Report for Calendar Visualizations
Text Symbol: 001 = ETM calendar functions
Text Symbol: 002 = Settlement calendar
Text Symbol: 003 = Filler calendar PBE equi.
Text Symbol: 010 = Data selection for conditions


INCLUDES used within this REPORT J_3GKALS

No INCLUDES are used within this REPORT code!


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:

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

RV_GET_CONDITION_TABLES call function 'RV_GET_CONDITION_TABLES' exporting application = 'V' condition_table = v_kotab condition_type = v_konditio condition_use = KVEWE_4 importing table_t681 = x_t681 * TABLE_TEXT = X_DD02V-DDTEXT "T160200 exceptions invalid_condition_type = 1 missing_parameter = 2 no_selection_done = 3 no_table_found = 4 table_not_valid = 5 others = 6.

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.

J3GC_CALENDAR_GET_FORM call function 'J3GC_CALENDAR_GET_FORM' exporting i_kschl = v_konditio i_aktion = 'GETC' i_repid = 'J_3GKALS' importing e_repid = hlp_repid e_form = hlp_form exceptions no_form_found = 1 others = 2.

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_GET_MATCHCODE_ID call function 'J_3G_GET_MATCHCODE_ID' exporting i_tabname = hlp_tabname i_fieldname = hlp_fieldname importing e_mconame = hlp_mconame exceptions no_mc_object = 1 others = 2.

J3GC_CALENDAR_GET_FORM call function 'J3GC_CALENDAR_GET_FORM' exporting i_kschl = v_kalss-j_3gkschl i_aktion = 'LOCK' i_repid = 'J_3GKALS' importing e_repid = hlp_repid e_form = hlp_form exceptions no_form_found = 1 others = 2.

ENQUEUE_EJ_3GKAL0 call function 'ENQUEUE_EJ_3GKAL0' exporting * MODE_J_3GKAL0 = 'E' mandt = sy-mandt j_3gkschl = v_kalss-j_3gkschl j_3gtcode = 'J4GK' * X_J_3GKSCHL = ' ' * X_J_3GTCODE = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

ENQUEUE_EJ_3GKAL0 call function 'ENQUEUE_EJ_3GKAL0' exporting * MODE_J_3GKAL0 = 'E' mandt = sy-mandt j_3gkschl = v_kalss-j_3gkschl j_3gtcode = sy-tcode * X_J_3GKSCHL = ' ' * X_J_3GTCODE = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

ENQUEUE_EJ_3GKAL0 call function 'ENQUEUE_EJ_3GKAL0' exporting * MODE_J_3GKAL0 = 'E' mandt = sy-mandt j_3gkschl = v_kalss-j_3gkschl j_3gtcode = 'J4GK' * X_J_3GKSCHL = ' ' * X_J_3GTCODE = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' exceptions foreign_lock = 1 system_failure = 2 others = 3.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = hlp_tabname importing header = header_info tables nametab = idntab exceptions table_has_no_fields = 1 table_not_activ = 1 no_texts_found = 2.

NAMETAB_GET call function 'NAMETAB_GET' exporting langu = sy-langu tabname = hlp_tabname only = 'H' importing header = header_info tables nametab = idntab exceptions table_has_no_fields = 1 table_not_activ = 1 no_texts_found = 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_3GKALS or its description.