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

Pattern for local classes

Former Member
0 Likes
808

Hello,

Is there a way to use the "pattern" button to call methods in a <u>local</u> class of my program????

3 REPLIES 3
Read only

Former Member
0 Likes
520

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.

Read only

sonu_p2
Active Participant
0 Likes
520

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

Read only

Former Member
0 Likes
520

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