Question:
Dear all,
I am using 0GL_ACCOUNT infoobject. Now I have a business requerement to add a company code level attribute to the infoobject.
What would be the recommended SAP way to do it? If I want to avoid add company code as compounded object for 0GL_ACCOUNT and create a user exit to populate the new infoobject from SKB1 table...I believe there is a standard way to get this on BW...
thanks
Regards
EF
Answer:
Hi,
I have now the same problem as you. Have you found a solution?
Greetings from Switzerland.
Sheela
Answer:
It depends on how you want that attribute to be populated. If you can relate that attribute to 1 company code , you may use the exit to pull it. However, the better practice would be to add 2 infoobjects - one compounded with Company Code and the other uncompounded and in the queries use the characteristic as required.