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

Missing objects in Abap

Former Member
0 Likes
1,619

Hi Expert,

My abap colleague had wrongly modified a common

include file and transported to PD. As a result, the

looks of the program in DV and PD are different.

We have tried to re-transport all the affected abap programs and include files and transported to PD, but the result is the same.

Please help!. Any tool to compare the objects in DV and PD, or any suggestion?

Your help is much appreciated!.

Many thanks..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,432

Hello,

If the programs(or look of the programs as you stated) are different in DV and PD even after retransporting all affected ABAPS then there must be some oterh difference. Another suggestiong might be to undo the changes that were inadvertently made to the common include and move that change from DV to PD.

Another tool for comparing programs across systems is tcode se39.

Hope this helps a bit.

Regards

Greg Kern

8 REPLIES 8
Read only

Former Member
0 Likes
1,432

Hi,

GOTO SE38 INCLUDE

UTILITIES->VERSIONS->VERSIONS MANAGEMENT

CHECK TYHE CURRENT VERSION FROM PREVIOUS VERSION

ITS GIVES THE CODE DIFFERENCE IF ANY.....

Regards,

V.Balaji

Reward if Usefull...

Read only

matt
Active Contributor
0 Likes
1,432

In case it wasn't quite clear, version management, as indicated above, allows you to compare objects between versions on transports AND between systems.

matt

Read only

Former Member
0 Likes
1,433

Hello,

If the programs(or look of the programs as you stated) are different in DV and PD even after retransporting all affected ABAPS then there must be some oterh difference. Another suggestiong might be to undo the changes that were inadvertently made to the common include and move that change from DV to PD.

Another tool for comparing programs across systems is tcode se39.

Hope this helps a bit.

Regards

Greg Kern

Read only

Former Member
0 Likes
1,432

Hi,

Thanks all for quick reply!. I had already used version management to restore the previous version, but it still wasn't worked. Sometimes, I found that some objects were exist in PD, but not exist in DV. So I afraid that objects in DV and PD are not co-existent. Is there any tool to check for this or any suggestion?

Many many thanks.....

Read only

0 Likes
1,432

If those objects are missing on PRD, maybe you can re-transport them from DEV. Just try to see which are these objects, and if you got to save them on your request and transport it.

What I'm not quite sure is if there's a way to take objects back from PRD to DEV... maybe Basis professionals can do it...

Read only

0 Likes
1,432

Hi ,

You can use SE39 to compare 2 program from different system.

Hopw this is helpful.

Regards

Madhu.

Read only

Former Member
0 Likes
1,432

Hi Leung ,

Do a Remot Comparision from the Version management screen. For going to the version management Go to : Utilities->Versions->Version management.

Thanks,

Greetson

Read only

Former Member
0 Likes
1,432

ok..

thanks all.