2020 Oct 18 5:38 PM
SELECT deliv_numb deliv_item doc_number s_ord_item /bic/zsdkonnr /bic/zsdkonit
act_gi_dte material sales_unit base_uom doc_currcy
dlv_qty /bic/zdlvqty /bic/zdlvval item_del
* &0001 > F5645557 CHG0015956
ship_date
* &0001 > F5645557 CHG0015956
FROM (l_tabname)
INTO CORRESPONDING FIELDS OF TABLE l_t_deliveries
FOR ALL ENTRIES IN l_t_deliveries_keys
WHERE doc_number = l_t_deliveries_keys-doc_number
AND s_ord_item = l_t_deliveries_keys-s_ord_item.
INSERT LINES OF l_t_deliveries INTO TABLE g_st_deliveries_vbeln.
2020 Oct 19 5:29 AM
I hope you have checked that the internal table used in the FOR ALL ENTRIES clause is not empty.
Do you have the possibility to either
2020 Oct 18 6:27 PM
Hi for quick response on question related to code. please use Code button in the editor...
2020 Oct 19 5:17 AM
You leave us guessing on what the problem is and how to fix it.
2020 Oct 19 5:29 AM
I hope you have checked that the internal table used in the FOR ALL ENTRIES clause is not empty.
Do you have the possibility to either
2020 Oct 19 6:29 AM