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

Strange problem while implementing BADI LE_SHP_DELIVERY_PROC

Former Member
0 Likes
826

Hi All,

I came across a strange problem while implementing the BADI LE_SHP_DELIVERY_PROC. I created a new method to export values from the screen to the sap memory and I imported these values to use in a function module. Its working fine, except for one problem. Though i have created it in a package, only I am able to see the results of this change. When a colleague of mine is checking the change on his system, he is not able to view the change. I have not created any local objects. Any idea why this is happening?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
782

Hi Neena

Check if by mistake you are viewing the older version of the program. Confirm this from version management.

And if this is happening in say QA system and you have moved it from Dev. Then activate the BADI in QA manually. At times this happens that BADI remains inactive in QA after being moved from DEV.

Hope, this solves your problem!

Reetesh

Edited by: Reetesh on Nov 18, 2011 8:13 PM

4 REPLIES 4
Read only

Former Member
0 Likes
783

Hi Neena

Check if by mistake you are viewing the older version of the program. Confirm this from version management.

And if this is happening in say QA system and you have moved it from Dev. Then activate the BADI in QA manually. At times this happens that BADI remains inactive in QA after being moved from DEV.

Hope, this solves your problem!

Reetesh

Edited by: Reetesh on Nov 18, 2011 8:13 PM

Read only

Former Member
0 Likes
782

Hi,

I am viewing it in Dev system. My colleague is also using the DEV system. I made him log off and log in again. But its not working in his system. Does it make a difference that he is located in another place. I checked in DEV in all the systems in my place.

Read only

0 Likes
782

Hi,

No it does not matter where your friend is located as long as you guys are logged into same (Dev) client.

Try and navigate to the change thru change request (SE09/SE03). Double click on the change request it should take you to the change code.

Hope this helps!!

Reetesh

Read only

0 Likes
782

Yes. It has worked.Thank you..