Application Development 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: 

get, call badi from pattern

Former Member
0 Kudos

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

former_member186746
Active Contributor
0 Kudos

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