‎2023 Apr 09 3:59 AM
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
‎2023 Apr 09 6:08 AM
Compare your versions in DEV and QAS. Are the changes you did in DEV reflected in QAS?
‎2023 Apr 09 8:16 AM
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
‎2023 Apr 09 11:11 AM
Post your error screenshot in QAS.
Did you check in QAS enhancement whether your z field is added in both the PERFORM routines?
‎2023 Apr 09 1:46 PM
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"
‎2023 Apr 10 11:22 AM
‎2023 Apr 11 6:59 AM
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.
‎2023 Apr 12 12:14 PM
Hi,
Here is snipshot for comparison QAS and DEV, there is no difference


‎2023 Apr 09 1:49 PM
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.
‎2023 Apr 10 10:57 AM
i did transport request many times; but this field still unknown