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

Comparing Client Configs

Former Member
0 Likes
629

Hi All,

We have a program that runs well in the Dev box, but doesn't work in QA. The program runs in the background and is based on ME59N (auto creation of PO's from requisitions). How can we compare what's in Dev against wht's in QA so we can determine if its a config issue or some badi conflict, etc etc..

Thanks in advance

4 REPLIES 4
Read only

Former Member
0 Likes
602

Hi,

Take a look at transactions:

SCMP - For tables

SCU0 - For customizing

Does the program have any hard coding of values in it that might be missing in QA?

Read only

alex_m
Active Contributor
0 Likes
602

Utilities>Version Management Click Remote Comparison>RFC Destination here u select your QA client and compare your code.

Read only

Former Member
0 Likes
602

Hi,

you can use RSA1 --> Metadata Repository --> Query for the 3 system and then check for only the query that are not on all the systems.

Or

Use S_RS_COMP and S_RS_COMP1 for BEx security and specifically for Query use S_QUERY

Regards

Read only

Former Member
0 Likes
602

Hi

We can compare the two programs with in the same client (DEV) using the Tcode SE39

but you can't compare the programs one in DEV with other in QAS

better copy the code of QAS into dev and compare

Reward points for useful Answers

Regards

Anji