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 or Function module for Delivery details

Former Member
0 Likes
6,070

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.

4 REPLIES 4
Read only

Former Member
0 Likes
1,828

YOu can directly get the header infor from LIKP table and Item data from LIPS table.

Regards,

Ravi

Read only

former_member181966
Active Contributor
1,828

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 this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

Former Member
0 Likes
1,828

Hi,

you can get the Header data from LIKP, and Item data from LIPS table. why you want the FM for this..

Regards

vijay

Read only

0 Likes
1,828

Hi,

you can check these FM's

<b>

LIKP_READ

DG56_LIPS_READ</b>

Regards

vijay