2007 Aug 24 8:04 AM
Hi,
I want to take the field pikmg from lipsd into my program.But while executing it is showing the message that "LIPSD" is not defined in the ABAP Dictionary as a table, projection view or database view.
Please solve my problem.
Regards,
Sreeja.
2007 Aug 24 8:08 AM
2007 Aug 24 8:15 AM
i already tried as tables : lipsd. but then also it is not working.
Please give me another solution.
Regards,
Sreeja
2007 Aug 24 8:17 AM
Hi !
Please have a look at my post...
LIPSD is not a database table... it's only a structure.
The data have to come from "elsewhere"....
2007 Aug 24 10:30 AM
Hi Rainer,
I need th field pikmg from lipsd.But it is not in lips or lipsdg as you told.I declared an internal table and work area for the same.But it showing the same error.Please solve this.
Regards,
Sreeja
2007 Aug 24 8:09 AM
Hi !
Ceck the table LIPS or LIPSDG maybe it's one of these what you're looking for.
LIPSD itself is only a data type. So if you'd like
to use it you must create a variable like this:
data wa_lipsd type lipsd.
Regards
rainer
Some points would be nice if that helped
2007 Aug 24 8:16 AM
2007 Aug 24 10:38 AM
Hi Sreeja,
As LIPSD is a structure, so you are getting this error. Check for a right table to get PIKMG value for your requirement.
Thanks,
Vinay
2007 Aug 24 11:05 AM
i think u shud fetch data from field lfimg in table lips coz the short text of pkimg shows that it can be the field lfimg of lips