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: 

Urgent Please xd02

Former Member
0 Kudos

Hi Guru's

Please Help Me to sort one issue.

in XD02 I have to populate the message .

in the selection screen of xd02 if the company code is uk or us then only message should popup.

'Message'.

Please guide me what is the right way to populate it.

I shall be great thank ful to you.

Waiting for your reply ASAP.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Pls check whether any exits are available for writing the code.

I think, the exit, EXIT_SAPMF02D_001

can be used for that. YThis is available with the enhancement SAPMF02D. Inside the xit you may call the fuction module POPUP_TO_CONFIRM with the texts.

Hope this helps. Pls reward points if useful.

Regards,

Renjith Michael.

Former Member
0 Kudos

Hi,

Try this BADI CUSTOMER_ADD_DATA. You can show popup message within method READ_ADD_ON_DATA by checking these importing fields:

I_KUNNR

I_BUKRS

I_VKORG

I_VTWEG

I_SPART.

Reward if helpful.

Gy