cancel
Showing results for 
Search instead for 
Did you mean: 

Whether "BAS" functionality can be used in UJKT?

karan_kothari2
Participant
0 Kudos

Hi Everyone,

I am having a custom BADI in one the model of BPC for Allocation task. Parameters used for the same are as below:

H_COA_SEQUENCE =

H_ALLOCTYPE =

H_ALLOC_BR =

H_CATEGORY =

H_TIME =

I Just wanted to know that whether we can use BAS [Eg. H_TIME = BAS(2014.TOTAL)] to run the BADI in debug mode or to simulate the same.!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

If you use it like:

H_TIME = BAS(2014.TOTAL)

Then inside badi you will have text string BAS(2014.TOTAL)

If you want to get list of members you can use before badi call:

*XDIM_MEMBERSET H_TIME AS %T%=BAS(2014.TOTAL)

And badi parameter:

H_TIME =%T%