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

KDAUF is empty???

Former Member
0 Likes
1,377

Hi everybody,

I am having a problem and I don't know how to solve it. I need to get data from the table VBKD but I only have LTAK-VBELN so I go to the LIPS with that key and I try to get the KDAUF to acces to the VBKD to get the BSTKD but the KDAUF is empty and I don't know how to access to the VBKD table with the data I have.

Does anybody know the solution??

Thanks

1 ACCEPTED SOLUTION
Read only

anilnal
Explorer
0 Likes
1,051

Hi,

LTAK contains the delivery doc number, so you need to fetch the sales order number for the delivery and then pick the data you need from VBKD.

With VBELN in LTAK, goto VBFA and fetch VBELV, giving VBELN as the sales doc number VBELN in LTAK and VBTYP_N as J.

This would give you the sales order number and you can pick the data you need from VBKD

Hope this helps,

Anil.

Message was edited by:

Anil

Hi everybody,

I am having a problem and I don't know how to solve it. I need to get data from the table VBKD but I only have LTAK-VBELN so I go to the LIPS with that key and I try to get the KDAUF to acces to the VBKD to get the BSTKD but the KDAUF is empty and I don't know how to access to the VBKD table with the data I have.

Does anybody know the solution??

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
1,051

Can't you use LTAK-VBELN = VBKD-VBELN?

Regards,

Ravi

Read only

Former Member
0 Likes
1,051

Why LIPS i think u can use the same key to get details from VBKD

santhosh

Message was edited by:

Kaluvala Santhosh

Read only

Former Member
0 Likes
1,051

Hi ,

You can link VBKD and LIPS tabled though keys -

VBKD-VBELN = LIPS-VBELN

VBKD-POSNR = LIPS-POSNR

Read only

anilnal
Explorer
0 Likes
1,052

Hi,

LTAK contains the delivery doc number, so you need to fetch the sales order number for the delivery and then pick the data you need from VBKD.

With VBELN in LTAK, goto VBFA and fetch VBELV, giving VBELN as the sales doc number VBELN in LTAK and VBTYP_N as J.

This would give you the sales order number and you can pick the data you need from VBKD

Hope this helps,

Anil.

Message was edited by:

Anil