‎2007 May 16 1:00 AM
Hello,
Is there a way to use the "pattern" button to call methods in a <u>local</u> class of my program????
‎2007 May 16 4:40 AM
Hi Rafael,
I think pattern can be used for accessing global classes only, which is active even after the program execution.
Anyway, you can try this out..
First give the class definition and implementation and activate the program.
Now try to use pattern button...
Regards,
SP.
‎2007 May 16 5:57 AM
Hello Rafael,
Yes you can ..... Just place cursor inside the class definition and click on Pattern button.
whichever Function module u wanna implement write its name and click on
tick-mark.
Pass the parameters as per your requirements.
<b>Reward points if helpful :-)</b>
Thanks,
Sachin
‎2007 May 16 5:34 PM
mm no, sorry i think i didn't explain myself very well.
I want to use the pattern button to call methods from a class that is defined locally inside the program, not methods from a global class