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

BADI Issue

Former Member
0 Likes
628

Hi,

I need to implement a BADI for VA01.I got nearly 4 BADI's for VA01.

Could any post procedure for determining suitable BADI among the available BADI's.

Thanks,

Reshmi G.

1 ACCEPTED SOLUTION
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
603

Hi,

You need to check the parameter inside the BADI and figure out as per your requirement.

Use break-points (break <user_name>) and execute the transaction to check the flow.

Regards,

Tarun

4 REPLIES 4
Read only

Former Member
0 Likes
603

Hi,

You have to see the parameter inside the BADI to determine the BADI you need for your requirement.

Regards

Sandipan

Read only

Former Member
0 Likes
603

hi,

refer the given below link

http://help.sap.com/saphelp_nw04/helpdata/en/9d/12233a0edd7978e10000000a11402f/frameset.htm

/people/sergey.korolev/blog/2005/03/14/the-time-for-me-to-have-a-badi-of-my-own

Thanks

Arun

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
604

Hi,

You need to check the parameter inside the BADI and figure out as per your requirement.

Use break-points (break <user_name>) and execute the transaction to check the flow.

Regards,

Tarun

Read only

Former Member
0 Likes
603

Hi,

To find the appropriate BADI for your transaction.

1.Go to SE93. Give ur transaction name, from there u get the package name.

2.Then go to SE80.assign the package under package.

3.under Enhancements->Badi(def), then according to ur requirement, u can find the correct badi by refering there descriptions.

Hope this will work for u.

Thanks,

Aradhana Yadav.