cancel
Showing results for 
Search instead for 
Did you mean: 

Bex Customer exit variable URGENT !!!

Former Member
0 Kudos
62

hello everyone,

i have to create a customer exit variable in BEx to fulfill the following scenario.

the user enters a value : mm/yyyy format. from this value we have to derive the current month / last year value , YTD value for this year and previous year. But i dont know how to write the code in ABAP in the exit. Can anyone help me out with that. Also is there any documentation where i can find out what the code means?

thanks

Laura.

View Entire Topic
former_member184494
Active Contributor
0 Kudos

Laura,

you do not need an exit for this , you could do the same with variable offsets.

Use a user entry on 0calmonth or the month variable you are using and then specify an offset of -12 for YTD.

You could do this by creating an interval variable on 0calmonth and specify the offsets.

Arun

Assign points if useful.