Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Setting the function module from sap r/3 to EWM ?

Former Member
0 Likes
544

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

2 REPLIES 2
Read only

Former Member
0 Likes
502

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

Read only

0 Likes
502

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