‎2011 Apr 29 9:01 PM
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
‎2011 Apr 30 5:17 AM
Hi ,
Question is not that clear , please ebalorate in detail.
Regards ,
Dewang
‎2011 Apr 30 7:00 AM
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
‎2011 Apr 30 4:38 PM
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
‎2011 May 01 8:46 AM
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