Symptom You can
use characteristic BELKZ (CO debit/credit flag) in the totals record
reports based on reporting tables CCSS and RWCOOM in CO. This
characteristic is not available in the line item reports.
Other terms Key words: Fields BELKZ, BEKNZ, CO line item, data inconsistency,
indirect activity allocation, totals record report, layout,
line item report, tables COSP, COSS, COEP, field selection,
Report group 1SIP, report report interface, RRI,
display variant, drilldown, field selection, filter, ABAP
list viewer, ALV
Programs: SAPLKAEP, RKAEP000, RKPEP000
Transactions: KSB1, KSB2, KOB1, KOB2, KSC5
Reason and Prerequisites This problem is caused by a missing function
Solution By means of the customer enhancement described below you can include the characteristic in the actual costs line item reports:
Extend
the line item report in accordance with note 325546 by a corresponding
user-defined field for the debit/credit flag (for example field name
ZZBELKZ).
For this field you do not have to maintain the dependent
fields in view cluster V_TKALV! You only have to add the new field to
structure CI_RKPOS and implement exit EXIT_SAPLKAEP_001. This
implementation is attached!
Afterwards you can filter by the debit/credit flag (for example field ZZBELKZ) in the result list of the line item report.