Hi Gurus,
I am looking for the detailed ABAP code for the following problem.
I have data in business content DSO that I am loading into business content Infocube.
DSO: 0FIAR_O06
Key Field: 0DEBITOR, 0COMP_CODE, 0FISCPER, 0FISCVARNT
Data Field: 0DEBIT, 0CREDIT, 0BALANCE, 0SALES, 0CURRENCY, 0CURTYPE
Infocube: 0FIAR_C02
Dimensions: 0DEBITOR, 0COMP_CODE, 0CURTYPE
Key Figures: 0SALES, 0DEBIT, 0BALANCE, 0CREDIT
I need a Start Routine code where in if a record has the amount 0 (zero) in 0SALES, 0DEBIT, 0BALANCE & 0CREDIT (all the 4 fields) fields in the DSO then when the record is carried over to the Infocube the amounts in 0SALES, 0DEBIT & 0CREDIT fields should be changed to 1. Can someone please help me with the code? Points will be awardedu2026..