Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

field from lipsd

Former Member
0 Kudos
230

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.

8 REPLIES 8

former_member188827
Active Contributor
0 Kudos
101

use statement:

tables lipsd.

n den try usin it.

0 Kudos
101

i already tried as tables : lipsd. but then also it is not working.

Please give me another solution.

Regards,

Sreeja

0 Kudos
101

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"....

0 Kudos
101

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

Former Member
0 Kudos
101

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

0 Kudos
101

i need the field lipsd-pikmg

Former Member
0 Kudos
101

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

former_member188827
Active Contributor
0 Kudos
101

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