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

Partner Modification in exit

Former Member
0 Likes
561

When we create a Sales Order and enter Sold to party say X we get a popup displaying a list of ship to parties as Y and Z. Suppose I want to change the values Y and Z in pop up to say A and B based on some condition , Can I do it in the user exit EXIT_SAPLV09A_003. or do I need to code the condition some where else. Any inputs on this highly appreciated. A sample code would be wonderful.

Points will be awarded.

Rgds,

Ajay

When we create a Sales Order and enter Sold to party say X we get a popup displaying a list of ship to parties as Y and Z. Suppose I want to change the values Y and Z in pop up to say A and B based on some condition , Can I do it in the user exit EXIT_SAPLV09A_003. or do I need to code the condition some where else. Any inputs on this highly appreciated. A sample code would be wonderful.

Points will be awarded.

Rgds,

Ajay

2 REPLIES 2
Read only

Former Member
0 Likes
430

Hi,

you can write the code in the exit EXIT_SAPLV09A_003, you have the proper docu there.

Sudheer.A

Read only

0 Likes
430

But which internal table fieds do I need to change. Normally in MV45afzz we modify the XVBPA internal table.

Regards,

Ajay