Application Development 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: 

hi help in relationship bet shipment and deliveries

Former Member
0 Kudos

Hiii

could anyone clear my advise me on the following subject:

as per my understanding shipment number can contain several deliveries

But what about deliveries ? can same deliveries be assign to different shhipment?

i have an internal table ITAB with among the field is VBELN

i am doing a

SELECT TKNUM VBELN

FROM VTTP

INTO it_VTTP

FOR ALL ENTRIES IN ITAB

WHERE VBELN = ITAB-VBELN

since in TABLE VTTP the primary key is TKNUM and TPNUM won't this select statement retrive several TKNUM(shippment) per delivery (VBELN)

1 ACCEPTED SOLUTION

Former Member
0 Kudos

The query is correct ,one delivery will have many shippment records,but many case's delivery will have one shippment.

Thanks

Seshu

1 REPLY 1

Former Member
0 Kudos

The query is correct ,one delivery will have many shippment records,but many case's delivery will have one shippment.

Thanks

Seshu