Hi Team ABAP,
When i activate a program, or a condition or whatever where coding is involved, a Syntax check is done.
And i get told that e.G. i have called a form routine which isnt present in system, or that some local variable is declared twice.
So the other program that does these checks must have some list of objects which are beeing checked for existance, same interface and so on.
I´d need to use exactly this functionality.
What is my plan?
Well we have a report which checks Transport requests, if they can be transported or we have some overtaker problem or whatever.
To "complete" this tool i would like to check in the destination systems if all objects involved in transport are present.
I mean if i have a program that calls a function module in its coding, i want to check in destination system if the function module is present for the case we dont have it in the same transport request.
If it isnt present i will get a returncode not equal 0 when the imported source is generated. To avoid such i want to check it in advance (BEFORE TRANSPORTING).
It´s just that i dont really have an idea how to get started...
regards