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

Sap Note Problem

Former Member
0 Likes
959

Hi,

I am applying Note in Sap , if i apply note in development server and make its request and transport that request to

production server then it is showing me error but if i apply the same note in production it is applied successfully/

Its a matter of production server so i don want to take any risk and want to update note via request only , the error

which i am getting is

R3TRPROGJ_1I_CHALLAN_TOP  was repaired in this system.

same like above in 7-8 objects, please suggest how to remove this probelm ??

Ankesh Jindal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
919

Hi,

If you are getting the error R3TRPROGJ_1I_CHALLAN_TOP was repaired in this system it means that the program was already repaired in your production system.

You will have to reset the repair flag of this object and then send the request again or you transport the request in unconditional mode as mentioned in the error log of the request.

Hey but if you say that you have already applied the note in production then why do you want to retransport?

regards,

Ankur Parab

Edited by: Ankur Parab on Jul 4, 2009 4:39 PM

6 REPLIES 6
Read only

Former Member
0 Likes
920

Hi,

If you are getting the error R3TRPROGJ_1I_CHALLAN_TOP was repaired in this system it means that the program was already repaired in your production system.

You will have to reset the repair flag of this object and then send the request again or you transport the request in unconditional mode as mentioned in the error log of the request.

Hey but if you say that you have already applied the note in production then why do you want to retransport?

regards,

Ankur Parab

Edited by: Ankur Parab on Jul 4, 2009 4:39 PM

Read only

0 Likes
919

Thanks Ankur

How i can reset the the repair flag of this object ?? and i want to retransport it bcos

i want to send that snote via request from development server to maintain my development

quality and production integrity of patch and note level ..

One thing more , is there any probelm in applying snote in production server directly

Ankesh Jindal

Read only

0 Likes
919

Hi,

Go to SE03. In Object Directory go to Change Object Directory Entries.

Select the particular object. It will ask you to change the package. There is a button Object Attributes just besides Loack Overview. Click that and you will find the repair flag.

Remove the repair flag. See the F1 on repair flag and then you will understand what it means.

I dont see any problem in directly applying your note in production. However this assumption is always debatable.

As a practise it should be avoided. It should always go via Development.

Regards,

Ankur Parab

Read only

0 Likes
919

>

> I dont see any problem in directly applying your note in production. However this assumption is always debatable.

> As a practise it should be avoided. It should always go via Development.

In my opinion, its a big problem as it will make the system landscape workbench objects unequal.

so it always better to keep the clients throughout the system landscape equal. To ensure this you must apply any patches/notes first to your development(Sandbox is fine if u have one) and then move it to Production Via Quality.

Regards

Karthik D

Read only

0 Likes
919

Thanks Ankur for your reply ...my problem got solved

u r gr8 buddy in entire conversation , hit the root of problem in a single go...

Ankesh

Read only

0 Likes
919

Hi Karthik,

As i said this point is debatable and as a practise you should always make changes in development first and then move it to production.

However I have been through an upgrade from 4.0b To 4.7 ; i did face some problems in note applications and i had to make changes directly in production.

I also abide by the rule that everything should be done in development only and then moved to production.

Regards,

Ankur Parab