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

do we need any access key in implementing badi

0 Likes
835

do we need any access key in implementing badi, plz reply... very urgent,

what is the methodology of implementing badi in real time...,

do we implement with direct name or with z...name ...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
479

Hi,

You don't require an access key for implementing BADI..

<b>Steps for implementing BADI</b>

Go to SE19

Give the implementation name..Example: ymy_test_imple

Press create button

Give the definition name in the popup Example : MB_DOCUMENT_UPDATE

Give the short text

Press the interface tab

Double click on the implementing class field (it would have proposed a default class)

It will take you the class with the method ..

Select the method and write your code..

Save and activate

Thanks

Naren

do we need any access key in implementing badi, plz reply... very urgent,

what is the methodology of implementing badi in real time...,

do we implement with direct name or with z...name ...

1 REPLY 1
Read only

Former Member
0 Likes
480

Hi,

You don't require an access key for implementing BADI..

<b>Steps for implementing BADI</b>

Go to SE19

Give the implementation name..Example: ymy_test_imple

Press create button

Give the definition name in the popup Example : MB_DOCUMENT_UPDATE

Give the short text

Press the interface tab

Double click on the implementing class field (it would have proposed a default class)

It will take you the class with the method ..

Select the method and write your code..

Save and activate

Thanks

Naren