2010 Jun 02 11:37 AM
Hi All,
I am encountering an abap dump in QAS based on syntax error in program. I did a syntax check in QAS and the error is there. But when i do a syntax check in DEV, there are no errors.
Any ideas on how to solve this?
Thanks.
Regards,
April
Hi All,
I am encountering an abap dump in QAS based on syntax error in program. I did a syntax check in QAS and the error is there. But when i do a syntax check in DEV, there are no errors.
Any ideas on how to solve this?
Thanks.
Regards,
April
2010 Jun 02 11:47 AM
Hi,
Sometimes some development objects are in other transports not in QAS yet. So the syntax error may be caused by a missing DDIC object or class method which was not transported. Check what the syntax error is actually telling.
Regards, Gerd Rother
2010 Jun 02 11:47 AM
Hi,
Just save the DEV Report in to a new Transport Request which contains all the things of that Report. Then transport that request in to QAS. This is because there may be some dependency for this report.
Can you paste the error what you are getting in the QAS.
Other wise just use the t-code stms_import . There find your TP number and find the status of the TP in QAS.
With Regards,
Sumodh.P
2010 Jun 02 11:57 AM
Hi,
This is the error i am getting -> "GS_OUTPUTPARAMS" has already been declared
I checked and searched the main program this object is only declared once. And in DEV it is also the same.
Thanks.
Regards,
April
2010 Jun 02 12:01 PM
Hi,
That does not sound like a missing object...
Just in case the last transport contained LIMU entries for the program / function group / class you transported you should consider transporting the whole object again (with R3TR - PROG, FUGR or CLAS).
Regards, Gerd Rother
2010 Jun 02 12:16 PM
Hi,
Please goto version management and do a remote comparison of code . There you can find the latest version and last TR transported based to QAS from that you can identify the problem.
Revert for further Qs.
Thanks and Regards,
P.Bharadwaj
2010 Jun 02 12:35 PM
Hi ,
This is not a missing object error otherwise it would have given you the dump while executing your object.
are you not able to execute your program ?
Also please see are trying to create some variables dynamically.
Please see the transport log(SE01) , here you will definitely get some log talking about the warnings or error.
Regards,
Uma
2010 Jun 02 12:42 PM
May be some transport related to declaration part are missing just compare the program REMOTELY with the latest transport p
Go to your development system and program code -> Utilities ->version management .> 1st transport will be in active
Click on remote comparison on application tool bar and enter the QAS system id
and click on enter
after that on application tool bar click again remote comparison then you will get all the diff b/w 2 systems.
Check for all includes in your program.
Thanks
Naresh
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |