on 2006 Nov 27 6:37 AM
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.