Error in ABAP code
Hi experts..
There is one one routine in BI which is written in ABAP..
When I try to compile that code.. it gives me following error :
E:Field "/BI0/APP_O0100" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement. "DATA" statement.
Can you please tell me what is the reason of this error.
Regards
Swati Phadtare
Tags:
Pramod Manjunath replied
Hi,
You need to activate 0PP_O01 because you are using this ODS as reference. When you say /BI0/APP_O0100 it refers to the ODS 0PP_O01's Active table. By doing this you are taking some data from this ODS. This is called Lookup.
Tell me one thing. Are you using someother system as a reference and doing it in a new system. If so please check in that system this ODS will be active.
Regards,
Pramod