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: 

Inconsistency with program

Former Member
0 Kudos

Hello Experts. I have the next problem. A program has been created, to which some modifications have been made to it, the Program is executed and corrected correctly, but after 5 or 10 minutes the program returns completely only to the original version, that is to say the previous version to the Modifications I have made.

The order the sodified so that the changes are not found, I modified the program 4 times with the same results. There is a previous order that was released, and it contains the changes I have made but in the new command does not save the changes and skip the changes of the previous order. There are 2 orders: The old order (1): this is released with the changes. The new command (2): in this I am making changes and are not saved, and I modify the changes made in the previous order (1) ie leaving the program as the program is originally without the measurements of the first order.

8 REPLIES 8

raghug
Active Contributor
0 Kudos

Is the program a custom program or an SAP program? If you are making a modification to an SAP program which one and what mechanism are you using?

Former Member
0 Kudos

It's a custom program.

Former Member
0 Kudos

The error comes from an ERP update

Sandra_Rossi
Active Contributor

I have a big problem for understanding the terms you use: do the "order" and "command" correspond to the "transport requests"?

Why do you say they are not saved? ("(2): in this I am making changes and are not saved")

How is it possible that you "modify the changes made in the previous order (1)", whilst the "previous order (1?) was released".

I think it would be worth step-by-step screen captures!

JL23
Active Contributor
0 Kudos

Sorry, disagree entirely, as you are talking about a custom program, so it purely ABAP, nothing else.

matt
Active Contributor
0 Kudos

The only way I can think this could be happening is if a transport is being imported on a regular basis. Go to version management for the program. Have a look at the log of the transport of the various versions. See if any have been imported more than once.

matt
Active Contributor
0 Kudos

I'd guess that "order" and "command" are dictionary translations of transport order.

kiran_k8
Active Contributor
0 Kudos

Alvarez,

Also check if your TR is included in any other TR by referring to the below mentioned thread.Could be that, your TR is included in some other TR and that TR is getting auto imported.

https://answers.sap.com/questions/49875/index.html

K.Kiran