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

How to implement a method

Former Member
0 Likes
467

Hi,

We have implemented few SAP notes in our DEV system.

As per the correction instructions, some changes has been done to a particular class and a method inside the class.

All these are under the same TR.

But when this TR is moved to QAa and PRD, we are facing some problems.

In QA & PRD, it says this method has not yet been implemnetd. When i checked the transport logs, I could not see any error.

Can anybody help on what would be the problem in my case.

I would really appreciate your help.

Thanks & Regards,

Mani

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
436

Hi,

It is always advisable to use snote transaction to implement the OSS notes..rather than doing it manually...basically there will be a chance of dependency..I would recomend undo the changes and do the changes by SNOTE , so that SAP will automatically take care the changes....

please check if u missed any class, method..

Regards,

Nagaraj

3 REPLIES 3
Read only

Former Member
0 Likes
436

hi mani


u have to transport both class and methods associate with it.

regards surender

Read only

former_member404244
Active Contributor
0 Likes
437

Hi,

It is always advisable to use snote transaction to implement the OSS notes..rather than doing it manually...basically there will be a chance of dependency..I would recomend undo the changes and do the changes by SNOTE , so that SAP will automatically take care the changes....

please check if u missed any class, method..

Regards,

Nagaraj

Read only

Former Member
0 Likes
436

Thanks