on 2005 Jun 29 10:31 PM
Hi all
Does anyone know how to change the processing order for the Variable User Exit during I_STEP=2? I have 4 variables in my query of which 2 are hidden and populated in the Exit.
The variables are:
Calendar Year/Month
Org Unit
KeyDate
Employee
I want to derive the KeyDate first based on the Calendar Year/Month. I then want to derive a list of Employees based on KeyDate and OrgUnit (this is for authorisations).
When I run the query in debug mode (RSRT) the Employee variable is always processed before the Key Date.
Any help would be appreciated.
Thanks
Chami
According to SAP, the system chooses the sequence to fill the variables randomly and there is unfortunately no possibility to change this behaviour by standard functionality.
They suggested to write a small program which derivates the value from e.g. variable1 and holds this value for variable2. This should allow you to use dependencies for the filling of variables in i_step=2.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Chami,
You can play with the variable sequence in the query properties.
Best regards,
Eugene
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Charmi,
check this:
http://help.sap.com/saphelp_nw04/helpdata/en/1d/ca10d858c2e949ba4a152c44f8128a/content.htm
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
11 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.