2017 Jun 29 9:36 AM
I'm writing tool which has to be backward compatible. Unfortunately the source system has high EhP which causes that all constants declared in classes are commented with Pragmas (##NO_TEXT). Before 7.02 EhP2 such constants were generated with Pseudo Codes ("EC NOTEXT).
This causes errors when moving development to systems with lower EhP.
Is there any way to force SAP to use old Pseudo codes instead Pragmas?
I'm writing tool which has to be backward compatible. Unfortunately the source system has high EhP which causes that all constants declared in classes are commented with Pragmas (##NO_TEXT). Before 7.02 EhP2 such constants were generated with Pseudo Codes ("EC NOTEXT).
This causes errors when moving development to systems with lower EhP.
Is there any way to force SAP to use old Pseudo codes instead Pragmas?
2017 Jun 29 1:11 PM
What happens if you change the pragmas manually to EC comments? Do they get automatically recreated?