‎2006 Oct 12 10:21 AM
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.
‎2006 Oct 12 10:23 AM
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.
‎2006 Oct 12 10:23 AM
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.