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

Regarding Enhancement for XD01 Tcode

former_member267445
Participant
0 Likes
1,335

Hi Gurus,

I want to implement the exit for XD01 Tcode. The scenario is when user enters the address in the address tab and press the enter button then i have to implement the either exit or BAdi.

I searched for suitable enhancement but i dint find and i debug exit handler class by putting the break point in BAdi also. Please give me suggestion

Thanks and regards,

Muralikrishna Peravali

Hi Gurus,

I want to implement the exit for XD01 Tcode. The scenario is when user enters the address in the address tab and press the enter button then i have to implement the either exit or BAdi.

I searched for suitable enhancement but i dint find and i debug exit handler class by putting the break point in BAdi also. Please give me suggestion

Thanks and regards,

Muralikrishna Peravali

8 REPLIES 8
Read only

Former Member
0 Likes
1,231

Hi Murali,

You can check the below link for details on how to implement EXIT for XD01

<link to blacklisted site removed by moderator>

Regards,

Mohamed Hani

Message was edited by: Thomas Zloch

Read only

0 Likes
1,231

Hi Mohamed,

the link describes how to create a Custom Screen in an extra tab. This is not what the question is about.

Yes, the BDT framework allows multiple PAI functions, but I could not find any useful instructions on how to configure it. Usually only additional fields or screens are discussed, not additional checks.

http://help.sap.com/saphelp_erp60_sp/helpdata/en/eb/e8dbb4e53d11d4b36c0050da429303/frameset.htm

Might help you to find out where you can add Additional Check for Existing View

Regards

Clemens

Read only

Former Member
0 Likes
1,231

Hi Muralikrishna Peravali,

I know it's not exactly what you are asking for, but I've used BAdI CUSTOMER_ADD_DATA~CHECK_ALL_DATA to check data before saving the customer.

Regards,

Brenda

Read only

0 Likes
1,231

Hi Brenda,

Thank you for reply. But I need when user enters the data and press the enter button, not at the time of save.

But any way i have implemented using Implicit Enhancement... I have to check whether it will work correctly or not...

Thanks and Regards,

Muralikrishna Peravali

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,231

You have not mentioned the exact requirement of the badi usage.

Blindly I am suggesting you to look at CUSTOMER_ADD_DATA. It has almost all methods that will be sufficient. Please read the documentation of the methods.

Read only

0 Likes
1,231

Kesav,

No need to go that BADI CUSTOMER_ADD_DATA. I created one implicit enhancement.

Read only

0 Likes
1,231

Well

Implicit enhancement is always a second option if a valid badi already exists.

Read only

0 Likes
1,231

Kesav,

But for my requirement there is no BAdi. I tried using the above BAdi.. but no use thats why i have chosen implicit enhancement..

Regards,

Murlikrishna