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

Filter (User Exit) for a BADI Implementation

Former Member
0 Likes
858

Hi,

A filter (user exit = U001 ) is used for a formula varialbe in case of a report painter.

I have created an implementation for BADI G_SET_FORMULA_EXIT .

I am assigning a numeric value 123 as a return parameter to the evaluate method when the filter type is U001. U001 is the exit name I have created for this BADI implementation by checking the filter depend check box and entering U001 as exit name in SE19 transaction.

Later when I entered the exit name as '#U001' in Formula section of GS12 transaction. and pressed save, it is throghing me the below error message:

Variable name '#U001' not possible, Pelase check syntax.

if I enter a SAP filter S001 , it is saving properly.

Please assist.

1 REPLY 1
Read only

l_hoeneveld
Explorer
0 Likes
565

Terrible bug: if table SETEXITST does not contain SPRAS EN or DE translation for user -exit Uxxx this error is given.