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

Standard BADI implementations

glauco
Active Contributor
0 Likes
1,572

Hi.

I have two doubts on standard implementations:

1- All those standard implementations come already activated from SAP ?

2- Must we edit them ? Or is it better create our own Z implementations to implement ?

thanks.

Glauco

4 REPLIES 4
Read only

Former Member
0 Likes
1,078

Hi ,

Question is not that clear , please ebalorate in detail.

Regards ,

Dewang

Read only

Former Member
0 Likes
1,078

Hi,

Most of the standard BADI implementation comes as active versions. Its always receommended to create our own new implementations for the required BADI's.

But this can be done based on how the BADI definition have been provided by SAP. If the BADI is a "Multiple Use" , then we can create our own multiple BADI implementations.

If the BADI is "Filter Dependant", then at a time only the first active badi for that particular filter will be only active.

If the BADI is not "muiltiple use" and "fileter dependant", there can be only a single badi implementation activie for this BADI. In these cases, if its really necessary, we can change the standard implementation if available, or we can create owr own implementation and need to deactivate the standard implementation.

The type of BADI defenition can be fouund in the Attributes tab of BADI in SE18 transaction.

Thanks

Harish

Read only

0 Likes
1,078

Hi.

I'm talking about badi MRM_WT_SPLIT_UPDATE. Does it come already acticated from SAP ?

Here its standard implementation WKA_WT_SPLIT_UPDATE is Inactive.

About badi type or attribute, I don't know where to see it 9in se18. I didn't found a tab named attribute here.

I'm afraid of deactivating some of them. Does SAP let us change this status ?

Glauco

Read only

0 Likes
1,078

Hi,

For the BADI "MRM_WT_SPLIT_UPDATE" there is only one standard implementation - WKA_WT_SPLIT_UPDATE, which is Inactive. So you can create your own implementation for this BADI and activiate your implementation.

Regards,

Harish