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: 

Urgent inconsistency between tabeles

Former Member
0 Kudos

hello!

i have a very urgent problem, i found that i have an extra

field if table glu1. the field doesn't appear in QA or PROD.

The field name is glu1-rzzzpln component type ZPLNO, i assume by this that its non sap data element.

how can i find out who and when add it to the table, and what is the best way to find if there is a use for this field in the system

regards

yifat bar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi!

thanks for your answer, i have done that, and the versions are not the same, the problems is that there is an include FGVTRDIT and there is a line in the include

DATA: RZZZPLN LIKE GLU1-RZZZPLN, when i transport it to the QA i get RC 0008 and in the log it says that the field

doesn't exist in glu1 in the QA.

before i make any repair in the include i want to be sure that this field doesn't participate in other programs.

also i cuoldnt figureout how this field got into this include since there is no repair inside this include.

regards

yifat

11 REPLIES 11

Former Member
0 Kudos

Make sure that the latest version of that table has been transported to QA & PROD.

Double click on that data element and go to the attributes tab. There you will find last edited by & on.

0 Kudos

Also make sure that the data element has been created in the right package (and not a local object - package $tmp).

0 Kudos

Btw....if you go to SE11, display the ztable and look into its attributes tab you will find its last edited by & edited on values.

Former Member
0 Kudos

To find out who added the field, use version management (from the data dictionary: Utlities->Versions->Version Management). I think you'll have to do a where used on the table to see where the field is used.

Rob

Former Member
0 Kudos

hi!

thanks for your answer, i have done that, and the versions are not the same, the problems is that there is an include FGVTRDIT and there is a line in the include

DATA: RZZZPLN LIKE GLU1-RZZZPLN, when i transport it to the QA i get RC 0008 and in the log it says that the field

doesn't exist in glu1 in the QA.

before i make any repair in the include i want to be sure that this field doesn't participate in other programs.

also i cuoldnt figureout how this field got into this include since there is no repair inside this include.

regards

yifat

0 Kudos

What I was saying is that from version management, you'll see the transports. From that you should be able to see who made the change.

Also - are your QA and PROD instances at the same support pack level ad DEV?

Rob

Message was edited by: Rob Burbank

0 Kudos

Yifat - I appreciate the points, but I'd like to know if the problem was due to a custom change or differences in support packs. If it's the latter, you've got other problems.

Rob

Former Member
0 Kudos

hi!

how do i check the pack level?

regards

yifat

0 Kudos

On a WebAS 7.0 system......

Click System, Status. Under the SAP System Data section, you will see an icon near component information, click it. Now you see the components that are in your system, see the column "Highest Support Package".

Regards,

Rich Heilman

0 Kudos

Assuming you are on 4.6C go:

System->Status

in the SAP System Data area, click on the magnifying glass. Then press the SupPack tab. See if the results are the same in DEV and QA.

If you are not in 4.6C (and I don't think you are), it should be a similar process.

Rob

Former Member
0 Kudos

hi!

sorry i just so your message now.

its probably due to a customer error, we still doesnt know how it happend.

thanks for yoyr answers

reards

yifat