HSKCRZZI is a standard ABAP INCLUDE 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 HSKCRZZI 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act =
-top_line entry_from = 1 entry_to = -lines last_page_full = 'X' loops = ok_code = p_ok overlapping = 'X' IMPORTING entry_new = l_tc_new_top_line EXCEPTIONS * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 OTHERS = 0.
POPUP_TO_GET_VALUE CALL FUNCTION 'POPUP_TO_GET_VALUE' EXPORTING fieldname = 'FPPER' tabname = 'PSK01' titel = text-t02 valuein = z_obd IMPORTING answer = answ valueout = z_obd EXCEPTIONS fieldname_not_found = 1 OTHERS = 2.
DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'VWSTA' value = c10 langu = sy-langu IMPORTING dd07v_wa = l_dd07v.
POPUP_TO_INFORM * CALL FUNCTION 'POPUP_TO_INFORM' * EXPORTING * titel = text-t03 * txt1 = txt1 * txt2 = txt2 * TXT3 = txt3 * TXT4 = txt4.
HR_SK_POPUP_SHOW_INT_TABLE * CALL FUNCTION 'MD_POPUP_SHOW_INTERNAL_TABLE' "V/08 CALL FUNCTION 'HR_SK_POPUP_SHOW_INT_TABLE' "V/08 EXPORTING title = text-t03 TABLES values = value_tab columns = message_desc EXCEPTIONS * leave = 1 "V/08 OTHERS = 2.
POPUP_TO_GET_VALUE CALL FUNCTION 'POPUP_TO_GET_VALUE' EXPORTING fieldname = 'FPPER' tabname = 'PSK01' titel = text-t02 valuein = z_obd IMPORTING answer = answ valueout = z_obd EXCEPTIONS fieldname_not_found = 1 OTHERS = 2.
DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'VWSTA' value = c10 langu = sy-langu IMPORTING dd07v_wa = l_dd07v.
POPUP_TO_INFORM * CALL FUNCTION 'POPUP_TO_INFORM' * EXPORTING * titel = text-t03 * txt1 = txt1 * txt2 = txt2 * TXT3 = txt3 * TXT4 = txt4.
HR_SK_POPUP_SHOW_INT_TABLE * CALL FUNCTION 'MD_POPUP_SHOW_INTERNAL_TABLE' "V/08 CALL FUNCTION 'HR_SK_POPUP_SHOW_INT_TABLE' "V/08 EXPORTING title = text-t03 TABLES values = value_tab columns = message_desc EXCEPTIONS * leave = 1 "V/08 OTHERS = 2.
HR_SK_GET_ADR CALL FUNCTION 'HR_SK_GET_ADR' EXPORTING anart = i7sk1l-anown vargu = i7sk1l-vaown IMPORTING a_text = own_a b_text = own_b c_text = own_c d_text = own_d f_text = own_f g_text = own_g h_text = own_h i_text = own_i k_text = own_k p_text = own_p r_text = own_r adresa = own_all c1_text = xwn_c c2_text = ywn_c psc = own_psc mesto = own_mesto EXCEPTIONS no_data = 1 OTHERS = 2.
HR_SK_GET_ADR CALL FUNCTION 'HR_SK_GET_ADR' EXPORTING anart = i7sk1l-anart vargu = i7sk1l-vargu IMPORTING a_text = own_a b_text = own_b c_text = own_c d_text = own_d f_text = own_f g_text = own_g h_text = own_h i_text = own_i k_text = own_k p_text = own_p r_text = own_r adresa = own_all c1_text = xwn_c c2_text = ywn_c psc = own_psc mesto = own_mesto EXCEPTIONS no_data = 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 HSKCRZZI or its description.