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: 

Post Transport Syntax Error in Methods .

Former Member
0 Kudos

Hi ,

Would like to know if there is a post transport error while transporting a method , will the CLASS also become inactive or only the method will be inactive .

If for eg , am transporting a change to the method and in the method am refering to a data element which is not available in the target system . On transporting the method , there will be syntax error in the method in the target syste, since the data element is not avaialble . And the method will become inactive . In this scenario , will the class also become inactive ?

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

Entire Class would become inactive, if any method has syntax error while transporting.

It would behave the same way as if any include has syntax check, the entire program wont activate.

Regards,

Naimesh Patel

sivasatyaprasad_yerra
Active Contributor
0 Kudos

Class will be active in target system with syntax errors. So, whenever this class is accessed dump hapens

former_member218674
Contributor
0 Kudos

Hello Praveen,

Yes, Class will also as during transport SAP will try to generate all the object dynamically on the basis of the transport information provided on K and R files. If in case any basic element is missing then all the object those are using that basic elements will give error while generation and remain in inactive mode till you go and correct the problem or import the corrected transport.

Hope this helps.

Thanks,

Augustin.