Application Development 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: 

Calling BADIs in z workspace

Former Member
0 Kudos

Hi ,

I have made a few transports into my IDES system.The implementations were originally in the /orgit/ workspace and these were transported into my IDES system.Now all the programs , reports , BADIs etc from the /orgit/ workspace are in my IDES which I copied into my z workspace (since I want to further enhance my implemetation ).Now when the BADI s are called they are calling the /orgit/ space programs and not the z space ones.Where can I change this behavior ? Can z space implemenation not be called ?Kindly suggest.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hai sarma,

as the implementations are in standard so they will be called and as u siad u have copied in z it does not mater , for that u have to de activate the standard implementations and then implement in z name space and ti will be called else the implementatiosn which are active will be called

m.a

3 REPLIES 3

Former Member
0 Kudos

hai sarma,

as the implementations are in standard so they will be called and as u siad u have copied in z it does not mater , for that u have to de activate the standard implementations and then implement in z name space and ti will be called else the implementatiosn which are active will be called

m.a

0 Kudos

Hi,

Currently both the standard and the z workspace versions are active in my system.I cannot do any changes regarding the /orgit/ workspace implementations as I do not have the license to work on that workspace and it has only been imported into my system for reference purposes.

Do you mean for my z space implementation to work , I have to deactivate the /orgit/ workspace implementation of the BADIs ? Can two versions be not active and only one of them be called ?

I also have have one more question.From where are these BADIs called ? How can I find out from which point exactly in SAP are these BADIs getting called ?

Kindly suggest.

0 Kudos

By active implementations , you mean activated in the ddic ? or is there any other place where I have to check this for BADIs ? Kindly suggest.