on 2015 May 18 11:50 AM
Hello Experts,
I have an issue where I need some help.
We got a DM package which works pretty well using PROMPT. The new requirement is to replace the PROMPTS with fix values. So far so good. This DM package will call a script logic which calls itself a BADI.
The Syntax of the DM package PROMPT is like:
PROMPT(SELECT,%SELECTION%,,"Please enter the hierarchy for the new position","POSITIONS")
This PROMPT works pretty well, as already mentioned, and during debugging we get, after entering TOTPOSITIONS as hierarchy element, a string like:
SELECTION = DIMENSION:POSITIONS|TOTPOSITIONS
Now, I want to set the %SELECTION% variable with a fix value like DIMENSION:POSITIONS|TOTPOSITIONS using an INFO instruction. I tried to achieve this in the following way:
INFO(%SELECTION%, DIMENSION:POSITIONS|TOTPOSITIONS|)
Unfortunately it does not work, the %SELECTION% is not passed to the BADI. Does anybody of you guys know how to set the %SELECTION% variable to a certain dimension member?
TY in advance,
Karsten
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.