Application Development and Automation 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: 
Read only

field from lipsd

Former Member
0 Likes
1,144

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
Read only

former_member188827
Active Contributor
0 Likes
1,015

use statement:

tables lipsd.

n den try usin it.

Read only

0 Likes
1,015

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

Please give me another solution.

Regards,

Sreeja

Read only

0 Likes
1,015

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

Read only

0 Likes
1,015

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

Read only

Former Member
0 Likes
1,015

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

Read only

0 Likes
1,015

i need the field lipsd-pikmg

Read only

Former Member
0 Likes
1,015

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

Read only

former_member188827
Active Contributor
0 Likes
1,015

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