on ‎2016 Jul 12 2:08 PM
Hi Experts,
I'm having an issue.
It is possible in Data Manager Package in the script
i can make substring of text and put in one variable
for example
PROMPT(SELECTINPUT,%ENT_01%, , "Enter Entity","%ENTITY_DIM%",,1)
TASK(ZUJDXRL_VARIANT,TAB,%TAB%)
TASK(ZUJDXRL_VARIANT,EQU,%EQU%)
TASK(ZUJDXRL_VARIANT,SUSER,%USER%)
TASK(ZUJDXRL_VARIANT,SAPPSET,%APPSET%)
TASK(ZUJDXRL_VARIANT,SAPP,%APP%)
TASK(ZUJDXRL_VARIANT,SELECTION,%SELECTION%)
TASK(ZUJDXRL_VARIANT,LOGICFILENAME,MDOFX.LGF)
TASK(ZUJDXRL_VARIANT,REPLACEPARAM1_KEY,ID)
TASK(ZUJDXRL_VARIANT,REPLACEPARAM1_VALUE,%ENT_01%)
TASK(ZUJDXRL_VARIANT,REPLACEPARAM2_KEY,PROP1)
TASK(ZUJDXRL_VARIANT,REPLACEPARAM2_VALUE,??????????)
I want to create one variable so I can fill the last line with first 3 letters
for example
if Entity is GERMANY
i want to fill automatically GER
or
it is possible to get automatically one specific property from it?
like
ENTITY;PROP1
GERMANY;GER
is there any way to take the PROP1 into a variable?
Thanks.
Regards,
Request clarification before answering.
Absolutely not possible.
You can change the badi code to perform substring inside the badi.
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 9 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.