Hi guys
I am using SAP Ecc 6.0 Ehp 5. we are sending request from custom program to SAP for Handling Unit Number generation through Bapi (1. BAPI_HU_CREATE - (to create HU numbers) after committing 2. BAPI_HU_CHANGE_HEADER -( Assign to OBD) ) .HU Numbers are generated & it will be assigned to OBD also. Our issues mentioned below scenarios.
sample scenario : 1 OBD required 100 Hu Numbers(1-100) and another OBD required 5 Hu Numbers(101-105).
Standard SAP scenario: If we have create Hu's in multiple plants in a same time , sequence of Hu numbers generated one after another.
Our required scenario : First OBD request (100 HU) send to sap through BAPI , second OBD (5 HU) request generated in SAP VL01n. i have not getting the sequence of 100 Hu numbers (1-100) from my custom program. the 2nd OBD request from SAP Hu's taken middle of 1-100 Hu's.
To get sequence of HU's from my custom program , Is there solution to sort out this issue.
Thanks & Regards
R.Udayakumar