cancel
Showing results for 
Search instead for 
Did you mean: 

Sync Bo MAM30_080

Former Member
0 Kudos

Hi All,

I need to Enhance Sync Bo MAM30_080 using BADI, I found two BADI's

1. ALM_ME_080_create : Customer Enhancement Signature Creation

2. ALM_ME_080_signature : Signature Creation

I have confuison that which one I have to take for Enhancement, can any one help me on this.

Thanks&regds,

srinivas.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member304703
Contributor
0 Kudos

Hi,

I see why you get confused which BADI to implement, there are indeed two BADI listed.

The way to find which one is the right one is as follows.

Signature capture SyncBo is of U01 (Upload only). As such it has only one BAPI MAM30_080_create.

This BAPI, as all MAM BAPIs, has makes has a customer exit at the end of the code: IF_EX_ALM_ME_080_SIGNATURE which can be used to enhance standard fucntionality.

So BADI taht you have to implement is ALM_ME_080_signature as it has IF_EX_ALM_ME_080_SIGNATURE associated with it.

BADI ALM_ME_080_create has an interface IF_EX_ALM_ME_080_CREATE which is NOT called in BAPI MAM30_080_create.

Regards,

Larissa Limarova

Former Member
0 Kudos

Hi,

usually the Handler should be called:

MAM30_080_create

Perhaps this calls the other two. But the enhancement should be done in the user exit of coding above I think.

Hope this helps.

Regards,

Oliver