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

bapi to retrieve data from lipsd

Former Member
0 Likes
634

I need the value of lipsd-g_lfimg , is there any bapi or function module for that .

2 REPLIES 2
Read only

Former Member
0 Likes
477

You can either use FM 'SD_DELIVERY_ITEMS_RECEIVE' to get the delivery item and get the Actual quantity delivered(LFMNG) from it.

Or get the value from logic below:

SELECT LFIMG from LIPS

WHERE VBELN = <Delivery number>

AND POSNR = <item number>

Read only

0 Likes
477

This function module does not populate lipsd structure ,

and the logic that you have specified retrieves data from lips ,

will it display the same value of lfmng as retrieved from the structure. I mean is it ok to use lips instead of lipsd.