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)