‎2006 Jun 08 3:39 PM
Hi ABAPers,
Can Some one provide me the function modules for getting the Delivery details(Header and Item wise) for a given delivery number.Is there any BAPI available for this.
‎2006 Jun 08 3:41 PM
YOu can directly get the header infor from LIKP table and Item data from LIPS table.
Regards,
Ravi
‎2006 Jun 08 3:56 PM
As Ravi suggests you, you can read it from LIKP & LIPS.
Moreover, standard program is using following
BBP_INB_DELIVERY_GETDETAIL
C1CF_LIKP_READ
C1CF_LIPS_READ
Hope thisll give you idea!!
<b>P.S award the points.</b>
Good luck
Thanks
Saquib Khan
"Some are wise and some are otherwise"
‎2006 Jun 08 4:05 PM
Hi,
you can get the Header data from LIKP, and Item data from LIPS table. why you want the FM for this..
Regards
vijay
‎2006 Jun 08 4:13 PM
Hi,
you can check these FM's
<b>
LIKP_READ
DG56_LIPS_READ</b>
Regards
vijay