2007 Dec 13 7:21 PM
Hi Gurus,
Here i have one question, that I have a FM that will cut first 5 digits of Track number,,,so my issue is that tracking number are comming from EWM to R/3 both are in different servers, EWM also SAP component,,,so now the same functionality i have to settup between the R/3 to EWM.
Pls advice guys,,,,,,,need to resolve it.
Thanks for your advice in advance
Hi Gurus,
Here i have one question, that I have a FM that will cut first 5 digits of Track number,,,so my issue is that tracking number are comming from EWM to R/3 both are in different servers, EWM also SAP component,,,so now the same functionality i have to settup between the R/3 to EWM.
Pls advice guys,,,,,,,need to resolve it.
Thanks for your advice in advance
2007 Dec 13 7:29 PM
Can you explain where u need to implement this logic...
General Logic:
Cut the first five letters using OFFSET.... like V1 is of 10 letters..
v1 - first 5 letters = v1+5(10).
PRa
2007 Dec 13 9:23 PM
Thanks for reply,
Actually this functionality is modifyed for the DM( Third party) To sap R/3 FM name is Z_BV_DMPLUS_ORDER_SHIPPED .Right now is working for DM TO r/3.Now they want to use EWM for some plants insted DM+ , so data is comming to EWM from legacy and From EWM to R/3 have to setup work for the same functionality,,,,Let me if you need any more information ,,,,That cut of 15 OUT OF 22 and updating in Handling unit in VL02N,,,,that filed lenght is only 20,,,SO when the track number > 20 then cutting of 7 digits and rest of the digits has to update ,first 7 are accounting number of client.
I guess it is clear ,let me konow.
thanks