Application Development 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: 

exit

Former Member
0 Kudos

hello guys,

In the sales order VA01,after entering sold-to-party in second screen and press enter a screen popup's to select SALES AREA FOR CUSTOMER with

sales org/dist channel/div/description ectries.

I need a user exit to selct this SALES AREA FOR CUSTOMER depeding on my own logic from SOLD-TO-PARTY with supressing that pop up screen.

so what i need is a user exit after entering a <b>sold to</b> <b>party</b> in second screen where i can write my own logic and supress the popup screen.

hope my question is clear!!

replies appreciated and rewarded.

thanks in advance.

Best regards,

Adarsh.

3 REPLIES 3

Former Member
0 Kudos

Hi

I don't think there's an exit there, try the BADI BADI_SD_SALES

Max

Former Member
0 Kudos

Hi Adarsh,

You can try couple of options. When the Partner selection screen pops-up you can trigger a breakpoint from the pop-up screen and once it goes in check the call stack.

From the call stack pick up the main programs and useful FM's and check to see if there is any user exists. I am not sure but i think you can try to see if there is any user exit.

This is call stack:

SAPLV09C FUNCTION SD_PARTNER_SELECTION

SAPLV09A FORM PARTNER_SELECTION

SAPLV09A FUNCTION SD_PARTNER_DETERMINATION

SAPLV05E FUNCTION VIEW_KUAGV

SAPMV45A FORM KUAGV_SELECT

SAPMV45A FORM AUFTRAGGEBER_PRUEFEN

SAPMV45A FORM KUNDEN_PRUEFEN

SAPMV45A MODULE (PAI) KUNDEN_PRUEFEN

So check in these programs if you have any exit and if it suffice ur need.

Cheers

VJ

Former Member
0 Kudos

Dear Adarsh,

I'm also facing the same problem when i create sales order from CRM system.

i tried so many ways including BUS2032 business objects but no luck.

can you please tell me how did you achieved this?

points are sure

Regards,

Srinivas.