cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC BADI Input schedule name

Former Member
0 Likes
187

Hi all,

I need to do some simple operations in a badi that is called once saving data with an input schedule

I tried to use the UJR_WRITE_BACK but I loose the name of the input schedule that I need

Is there any other badi that enter at saving the excell and keep the name of the input schedule?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

The idea to check for the input schedule name in badi is a bad idea and it was discussed number of times (use search, please!).

Use combination of dimension members to perform the check.

And please, explain what you want to achieve?

former_member186338
Active Contributor
0 Likes

P.S. Instead of template name (not unique!) you can send a random value (=RAND()*10000) to some special dummy member. In write_back you can check if the special member is present in the scope.

Answers (0)