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

checking include program

Former Member
0 Likes
574

hello experts,

i did some changes in the include program which is a sub part of another include and which has all the validations.please tell me how i have to check for errors and execute it.already some transaction codes are created for this program.

thanx in advance

regards

giri.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
463

You cannot directly execute an include program.You can however check the include for errors.To check the include put a breakpoint in your include program and execute the main program.The include should gets triggered during debugging.

1 REPLY 1
Read only

Former Member
0 Likes
464

You cannot directly execute an include program.You can however check the include for errors.To check the include put a breakpoint in your include program and execute the main program.The include should gets triggered during debugging.