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

get, call badi from pattern

Former Member
0 Likes
717

Hi,

how can I insert GET BADI or CALL BADI in program from some pattern as calling methods? I would like to have lines with parameters to fill and to not have to know names of the filters.

1 REPLY 1
Read only

Former Member
0 Likes
457

Hi,

You can create a dynamic pattern, by creating your custom pattern with the line *$&$MUSTER

Then create a function module with that name + _editor_exit

Your FM should only have a table parameter called buffer like abapsource.

Kind regards, Rob Dielemans