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

Former Member
0 Likes
524

hello sap gurus,

I have one doubt in BADI. If a transaction did not have a badi.But it has user exits.Then how i can attach the badi to user exits.

Can any one explain me ?

Thank you very much.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
507

Hi,

Exits and BaDI's fall under the same category of customer enhancement, but as far as my knowledge goes u cannot link the exit to a BADI. U can just implement these enhancement to suit ur requirement.

If the Exit is available, u can code in it if required.

Thank you.

Reward points if found useful.

3 REPLIES 3
Read only

Former Member
0 Likes
508

Hi,

Exits and BaDI's fall under the same category of customer enhancement, but as far as my knowledge goes u cannot link the exit to a BADI. U can just implement these enhancement to suit ur requirement.

If the Exit is available, u can code in it if required.

Thank you.

Reward points if found useful.

Read only

Former Member
0 Likes
507

Hi,

Both user exists & BADI's are same kind of thing for customer requirement.

If you want to add your object(BADI) you have to create under customer name space & call the badi in the include of user exists.

Hope it will work.

Regards,

madan.

Read only

Former Member
0 Likes
507

Hi ,

BADI and Exits come under same category ie CUSTOMER ENHANCEMENTs.

BADI uses OOPS concept , Customer exits are devided into screen ,field ,function exits.

In BADI we implement method to suit customer specific requirement .

We can't link EXITS and BADI . For some transactions we can achive customer requirement

through both.Search information relating to BADI and EXITS in SDN.

Reward if useful

Thanks

Jagadeesh.G