cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement/BADI behavior in PAT files

anish_asokan
Explorer
0 Kudos
161

We have a created a custom Namespace (/AVINDAS/) in our environment and developed a list of objects including a BADI in this namespace. We extracted the PAT file for entire development package. For rest of the PAT files, we developed all the objects were read only. However, we would like the BADI methods to be editable in other environments. Is this possible? That is BADI deployed through PAT file (Custom namespace) have the methods as editable in other environments?

Accepted Solutions (0)

Answers (1)

Answers (1)

Domi
Active Contributor
0 Kudos

Hi

I'm not sure if I get you completely right:

You want to distribute a central development with some BADI definitions and also BADI Implementations in your custom namespace.

But the BADI implementations should be changeable in the target systems?

You could change the original system with transaction SE03 -> Change Object Directory Entries / Change Object Directory Entries of Objects in a Request. And the namespace must exist changeable in the target system

Or you distribute the BADI implementation only as template (default implementation) and create separate implementations in Z/Y namespace in the target systems

regards

Domi