cancel
Showing results for 
Search instead for 
Did you mean: 

Route Determination for Purchase Order...

Former Member
0 Kudos

Hi All,

The requirement is Automatic route determination for Material master in Tcodes ME21n Or ME22n....Ex : in ME22n if click on shipping Tab and the route should be automatically filled based on the Source country , destination country , shipping condings and Transport group.

Please let me know how to achive this and i tried with enchancement EXIT_SAPL0VRF_001 but it is not effecting the changes in screen .

Let me know how to do it ..

Thanks In Advance !

Nicole

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

Hi,

I am using the exit EXIT_SAPL0VRF_001 for route determination of Purchase Order. I debugged it from transaction ME21n and ME22n and the code was triggering in this exit. However this exit is not fulfilling the requirement as all the import and table parameters are related to sales orders and all of them are blank when it is triggered for a PO.

Please let me know if there is any other way to do the route determination for Purchase orders using the same exit or some other one.

Thanks,

Abhishek

Former Member
0 Kudos

Hi ,

Same problem here Im passing my new route in the enchancement for the parameter E_route . but is is changing again to the Old one once reaching to the screen.

Is there any other Exit or Badi available for this let me know.

Thanks,

Nicole.

Former Member
0 Kudos

Nicole,

Try this: EXIT_SAPLEBND_002.

Enhancement M06E0004

--

Reddy

Former Member
0 Kudos

Hi ,

The enhancement is also not working...Any other possible way to make it default . or enhancement points??

Thanks,

Nicole

Former Member
0 Kudos

Hi ,

At least any Guess how to achive this ??????

Thanks,

Nicole

Former Member
0 Kudos

Hi Nicole,

Can't it be done by customization? As there is some customization for route determination. You can also check with some functionals or post the topic in MM/SD Forum.

--

Reddy

Former Member
0 Kudos

Hello,

Route Determination can be done by using the Customer Exit you had mentioned. Create a project in CMOD and assign the Enhancement 0VRF000. In the Function Module EXIT_SAPL0VRF_001, Include ZXV00U01, you can set the Route in the Exporting Parameter E_ROUTE.

Regards,

Janani