SAP Note 21120 - Drill-down reporting: header / footer / title page

Component : Report Portfolio - Information SystemCO-PC Product Cost ControllingCO-PC-IS Inf

Solution : https://service.sap.com/sap/support/notes/21120 (SAP Service marketplace login required)

Summary :
This SAP Note addresses multiple issues identified in report generation and field handling, specifically in KE30 and KCR0 reporting functions. Corrections are made in various releases: 1) Truncated field contents with conversion exit errors are fixed in Release 2.2E. 2) Misuse of field indicators from global selections and missing 'until-characteristic' values are corrected in Releases 2.2F and 22F respectively. 3) 'Page number' variable not incrementing and non-replacement of variables in headers/footers during printing are resolved in Release 3.0F. The note also detailed program updates within the function module RKE_VARIABLES_EXTRACT and Routine INDIVIDUAL_TEXT_SYMBOLS to adequately refresh and clear necessary parameters, ensuring correct initialization and data selection.

Key words :
call function 'rkd_keyid_concatenate'         exporting              applclass = its_rkb1d-appl              fnam      = its_fnam              i_rkb1f   = its_rkb1f              i_rkb1x   = its_rkb1x              keyid     = its_form_tab-low         importing              c_keyid   = its_ckeyidl              dpfie     = its_dpfie         tables              fdep_tab  = its_fdep_tab              field_tab = its_fieldtab              form_tab  = its_form_tab              seig      = its_seig, line 4330 =====================================================================form individual_text_symbols tables its_text_symbols structure rwtxsym                                    its_seig         structure cfbse01                                    its_form_tab     structure cfbfo01                                    its_var_tab      structure cfbvp01                                    its_texte_tab    structure rkb1w                                    its_fdep_tab     structure cdidep                                    its_fieldtab     structure cdifie, <--insert p22k005918  call function 'common_text_symbols_get'       exporting            application         = i_rkb1d-appl, its_rkb1d        structure rkb1d                                    its_rkb1f        structure rkb1f                                    its_rkb1x        structure rkb1x, <--ins p22k007690              applclass = its_rkb1d-appl, k11k098454    read table its_texte_tab index its_form_tab-txtin, <--ins p22k007690              dpfie     = its_dpfie, <--ins p22k007690              keyid     = its_form_tab-high, call function 'rkd_keyid_concatenate', <--ins p22k007690              fdep_tab  = its_fdep_tab

Related Notes :

52777Drill-down rep.: header problems upgrade to 3.0
33308Drill-down reporting: Report printout not O.K.