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

Post Transport Syntax Error in Methods .

Former Member
0 Likes
702

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
Read only

naimesh_patel
Active Contributor
0 Likes
587

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

Read only

sivasatyaprasad_yerra
Product and Topic Expert
Product and Topic Expert
0 Likes
587

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

Read only

Former Member
0 Likes
587

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.