‎2008 Jun 20 8:32 AM
I need the value of lipsd-g_lfimg , is there any bapi or function module for that .
‎2008 Jun 20 8:57 AM
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>
‎2008 Jun 20 9:45 AM
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.