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

ABAP versions issue

Former Member
0 Likes
1,113

Hello. I'm with a problem here in my job....

Months ago, I developed an enhancement in ABAP. Than, created a request and sent it to QA and PRD environment.

But there was an error in the code. So I solved this error, created a new request, and sent to QA/PRD...

Now, three days ago. The error of the first version comes again...and I verified that the version of the code is the first version in PRD. But nobody deleted the changes in the second version and created new requests....

I think, someone back the version to the first, direct in PRD, is there a way to do this??? If no, someone know what it could be???

Regards,

Thiago

1 ACCEPTED SOLUTION
Read only

former_member191735
Active Contributor
0 Likes
1,057

> Months ago, I developed an enhancement in ABAP. Than, created a request and sent it to QA and PRD environment.

> But there was an error in the code. So I solved this error, created a new request, and sent to QA/PRD...

This is good. no problem

>

> Now, three days ago. The error of the first version comes again...and I verified that the version of the code is the first version in PRD. But nobody deleted the changes in the second version and created new requests....

>

You may not have imported the second version in PRD. You may be released but not imported into PRD. Go to your Development system where you have created your transports then loop for the transport log to see where this is sitting.

Also try to compare your DEV system with PRD using remote comparision to see what happend and what is the difference.

> I think, someone back the version to the first, direct in PRD, is there a way to do this??? If no, someone know what it could be???

It is impossible to retrieve the version in PRD system.

Finally, Please look all versions in Development system as you wont see all the transports in PRD. You will see only active version PRD.

Hello. I'm with a problem here in my job....

Months ago, I developed an enhancement in ABAP. Than, created a request and sent it to QA and PRD environment.

But there was an error in the code. So I solved this error, created a new request, and sent to QA/PRD...

Now, three days ago. The error of the first version comes again...and I verified that the version of the code is the first version in PRD. But nobody deleted the changes in the second version and created new requests....

I think, someone back the version to the first, direct in PRD, is there a way to do this??? If no, someone know what it could be???

Regards,

Thiago

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
1,057

First of all , find out all the requests available for that enhancement

using SE03 transaction and then check the latest request is moved to

PRD or not.

I don't think anyone can change it directly in PRD.

Read only

ThomasZloch
Active Contributor
0 Likes
1,057

Check the version history in PRD, you would see any changes done directly there.

Also check in which transports your object appears and the import history into PRD, maybe an older version has been imported into PRD after your newer version, or your first transport has been re-imported accidentally.

Thomas

Read only

former_member191735
Active Contributor
0 Likes
1,058

> Months ago, I developed an enhancement in ABAP. Than, created a request and sent it to QA and PRD environment.

> But there was an error in the code. So I solved this error, created a new request, and sent to QA/PRD...

This is good. no problem

>

> Now, three days ago. The error of the first version comes again...and I verified that the version of the code is the first version in PRD. But nobody deleted the changes in the second version and created new requests....

>

You may not have imported the second version in PRD. You may be released but not imported into PRD. Go to your Development system where you have created your transports then loop for the transport log to see where this is sitting.

Also try to compare your DEV system with PRD using remote comparision to see what happend and what is the difference.

> I think, someone back the version to the first, direct in PRD, is there a way to do this??? If no, someone know what it could be???

It is impossible to retrieve the version in PRD system.

Finally, Please look all versions in Development system as you wont see all the transports in PRD. You will see only active version PRD.

Read only

0 Likes
1,057

Hi,

in productive system you should have only one version. In Version management ou can see the transport number You can check the transport and it's associated protocols.

If you have more than one version in production, someone must have opened the system for changes.

Regards,

Clemens