Solution : https://service.sap.com/sap/support/notes/13448 (SAP Service marketplace login required)
Summary :
In English (100 words): The SAP Note addresses the issue of multiple orders from the same plant not being combined into a single delivery due to the functionality not being available in releases up to and including 4.0B. However, from Release 4.5A onwards, this functionality is available and depends on the combination indicator in the customer master record for sales and distribution. To enable combining orders in earlier releases, modifications are suggested, such as updating the FORM XKOMDLGN_FUELLEN and using the specified user exit LV50R_VIEWF62, where the 'kzazu' field in the internal table ct_komdlgn should be set to 'X' to consolidate purchase orders.
Key words :
ix_list_profil type shp_vl10_list_profil it_postab type shp_vl10_postab_t changing ct_packages type shp_vl10_package_t ct_vorgabe_daten type shp_vorgabe_daten_t ct_komdlgn type shp_komdlgn_t, stock transferseveral orders made, <--- insert <ls_komdlgn>-kzazu = 'x', internal table ct_komdlgn, ct_komdlgn assigning <ls_komdlgn>, xkomdlgn-kzazu = 'x', stock transfer order, symptom key word, customer master specific, include lv50r_viewf62form userexit_prepare_packages_chan
Related Notes :
150939 | Combining stock transfer orders in one delivery |
52918 | Collective note for stock transfer orders with SD 30* |