RKACSHOWF01_GRID 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 RKACSHOWF01_GRID 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!
K_TABLE_AUTHORITY CALL FUNCTION 'K_TABLE_AUTHORITY' EXPORTING i_tabname = gd_satzart.
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING tabname = ld_tabname TABLES nametab = nametab.
DD_TBHD_GET call function 'DD_TBHD_GET' EXPORTING tabl_name = gd_datei withtext = 'X' IMPORTING dd02v_wa_a = dd02v.
DD_VIHD_GET call function 'DD_VIHD_GET' EXPORTING view_name = ld_view withtext = 'X' IMPORTING dd25v_wa_a = dd25v.
K_TABLE_AUTHORITY CALL FUNCTION 'K_TABLE_AUTHORITY' EXPORTING i_tabname = ld_tabname.
K_ITEM_TABLE_DETERMINE CALL FUNCTION 'K_ITEM_TABLE_DETERMINE' EXPORTING sumtb = ld_tabname vrgng = i_vrgng TABLES t_eptab = it_eptab EXCEPTIONS OTHERS = 1.
K_COSBA_READ_MULTI CALL FUNCTION 'K_COSBA_READ_MULTI' EXPORTING modus = 1 TABLES t_cosel = seltab t_cosba = gt_cosba.
K_COSLA_READ_MULTI CALL FUNCTION 'K_COSLA_READ_MULTI' EXPORTING modus = 1 TABLES t_cosel = seltab t_cosla = gt_cosla.
K_COSPA_READ_MULTI CALL FUNCTION 'K_COSPA_READ_MULTI' EXPORTING modus = 1 TABLES t_cosel = seltab t_cospa = gt_cospa.
K_COSPRA_READ_MULTI CALL FUNCTION 'K_COSPRA_READ_MULTI' EXPORTING modus = 1 TABLES t_cosel = seltab t_cospra = gt_cospra.
K_COSRA_READ_MULTI CALL FUNCTION 'K_COSRA_READ_MULTI' EXPORTING modus = 1 TABLES t_cosel = seltab t_cosra = gt_cosra.
K_COSSA_READ_MULTI CALL FUNCTION 'K_COSSA_READ_MULTI' EXPORTING modus = 1 TABLES t_cosel = seltab t_cossa = gt_cossa.
K_COSTA_READ_MULTI CALL FUNCTION 'K_COSTA_READ_MULTI' EXPORTING modus = 1 TABLES t_cosel = seltab t_costa = gt_costa.
K_COVJA_READ_MULTI CALL FUNCTION 'K_COVJA_READ_MULTI' EXPORTING modus = 1 TABLES t_cosel = seltab t_covja = gt_covja.
K_COVJLA_READ_MULTI CALL FUNCTION 'K_COVJLA_READ_MULTI' EXPORTING modus = 1 TABLES t_cosel = seltab t_covjla = gt_covjla.
K_COVJRA_READ_MULTI CALL FUNCTION 'K_COVJRA_READ_MULTI' EXPORTING modus = 1 TABLES t_cosel = seltab t_covjra = gt_covjra.
K_COVJTA_READ_MULTI CALL FUNCTION 'K_COVJTA_READ_MULTI' EXPORTING modus = 1 TABLES t_cosel = seltab t_covjta = gt_covjta.
RKE_TIMESTAMP_CONVERT_OUTPUT CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_OUTPUT' EXPORTING i_timestmp =
i_dayst = sy-dayst i_tzone = sy-tzone IMPORTING e_date = ld_date e_time = ld_time.
CALL FUNCTION 'RKE_TIMESTAMP_CONVERT_OUTPUT' EXPORTING i_timestmp =i_dayst = sy-dayst i_tzone = sy-tzone IMPORTING e_date = ld_date e_time = ld_time.
OBJECT_KEY_GET CALL FUNCTION 'OBJECT_KEY_GET' EXPORTING i_objnr = objnr IMPORTING e_ionra = obdat.
K_RECONCILIATION_OBJECT CALL FUNCTION 'K_RECONCILIATION_OBJECT' EXPORTING i_ionrao = ionrao IMPORTING owaer = owtab-owaer EXCEPTIONS error_message = 0 OTHERS = 0.
K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING kokrs = obdat-kokrs IMPORTING e_tka01 = tka01.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = ld_datum i_periv = tka01-lmona IMPORTING e_gjahr = owtab-bisgj EXCEPTIONS OTHERS = 1.
RKE_BUSINESS_SEGMENT_EVALUATE CALL FUNCTION 'RKE_BUSINESS_SEGMENT_EVALUATE' EXPORTING i_paobjnr = obdat-paobjnr i_erkrs = obdat-erkrs IMPORTING e_owaer = owtab-owaer e_ionrao = ionrao EXCEPTIONS error_message = 0 OTHERS = 0.
K_CKPH_GET_SINGLE CALL FUNCTION 'K_CKPH_GET_SINGLE' EXPORTING kstrg = obdat-kstrg IMPORTING ckph_i = ckph EXCEPTIONS error_message = 1 OTHERS = 1.
K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING kokrs = obdat-kokrs IMPORTING e_tka01 = tka01.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = ld_datum i_periv = tka01-lmona IMPORTING e_gjahr = owtab-bisgj EXCEPTIONS OTHERS = 1.
KA01_DATA_TO_COMPONENT CALL FUNCTION 'KA01_DATA_TO_COMPONENT' EXPORTING i_rsnum = obdat-rsnum i_rspos = obdat-rspos i_rsart = obdat-rsart IMPORTING e_kokrs = kokrs e_owaer = owtab-owaer EXCEPTIONS error_message = 0 OTHERS = 0.
K_ORDER_READ CALL FUNCTION 'K_ORDER_READ' EXPORTING aufnr = obdat-aufnr IMPORTING owaer = owtab-owaer kokrs = kokrs EXCEPTIONS error_message = 0 OTHERS = 0.
CO_SF_AFVG_OBJECT_GET CALL FUNCTION 'CO_SF_AFVG_OBJECT_GET' EXPORTING aplzl = obdat-aplzl aufpl = obdat-aufpl exp_only_aufkv = 'X' IMPORTING aufkv_exp = aufkv EXCEPTIONS error_message = 1 OTHERS = 1.
SD_DOCUMENT_ACCOUNT_ASSIGNMENT CALL FUNCTION 'SD_DOCUMENT_ACCOUNT_ASSIGNMENT' EXPORTING i_change_status = ' ' i_document_number = obdat-vbeln i_item_number = obdat-posnr IMPORTING e_waerk = owtab-owaer e_kokrs = kokrs EXCEPTIONS error_message = 0 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 RKACSHOWF01_GRID or its description.