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

MB51-Incosistency between DEV and QAS

ratana_pouy
Participant
0 Likes
4,072

Hi expert,

in MB51, i added new field: zvfdatSPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; }

added it into:

PERFORM build_fieldcatalog.
PERFORM output_list.

the program is running well in DEV; but when it moves to QAS, this field is unknown.

Debugged in DEV, this field is available:

Debugged in QAS, this field is not found:

Please help and advice.


Thanks,

RTN

9 REPLIES 9
Read only

satvik_panchal
Participant
3,980

Compare your versions in DEV and QAS. Are the changes you did in DEV reflected in QAS?

Read only

ratana_pouy
Participant
0 Likes
3,980

Hi satvik.panchal,

i did comparison, version is the same and additional fiel is in QAS; but program tell that this field doens't exist in ZVFDAT

it is happening in QAS, that's why i am wondering.

Thanks,

RTN

Read only

0 Likes
3,980

Post your error screenshot in QAS.

Did you check in QAS enhancement whether your z field is added in both the PERFORM routines?

Read only

0 Likes
3,980

Please use the button COMMENT if it's just about to provide information or reply to someone. The button ANSWER is only for providing the solutions, as you can see the text from SAP when you answer "Please provide a distinct answer and use the comment option for clarifying purposes"

Read only

0 Likes
3,980

Here is in QAS:

Read only

0 Likes
3,980

You can compare the versions in DEV and QAS using the ABAP Splitscreen Editor (SE39) and check for any changes. Check specifically the lines of your custom code. Since you are saying that its working fine in DEV server.

Read only

0 Likes
3,980

Hi,

Here is snipshot for comparison QAS and DEV, there is no difference

Read only

Sandra_Rossi
Active Contributor
0 Likes
3,980

Go to QAS, do a syntax check and fix the error as you would do in DEV, this way you know what is wrong, and you can create a new transport request in DEV with missing objects (or whatever) and transport again till there's no more syntax error in QAS.

Read only

ratana_pouy
Participant
0 Likes
3,980

i did transport request many times; but this field still unknown