Skip to Content
0
Aug 25, 2023 at 10:21 AM

Initial url parameter to target mapping that calls a transaction

69 Views Last edit Aug 25, 2023 at 10:48 AM 2 rev

Dear community,

I encounter a strange or maybe logical behavior when calling a transaction thought a target mapping and passing parameters.

The transaction in question is FMCB and the field I'm aiming to initialize is P_SIMUL

fmcb-technical-screen.png

Domain of this field:

domain.png

My target mapping: ZFMCB-manage with the parameter Test that maps to P_SIMUL

target-mapping.png

So the issue is linked to the selection screen initializing the field:

selectionscreen-defaulted.png

So when I pass a parameter:

#ZFMCB-manage?Test=<empty nothing is here after the =>

It takes it as 'X' as the default value:

debug-selection-screen-inital-value.png

I tried several other values: single quotes, double quotes, null, NULL, SPACE, <just a space>, %20 (ASCI code for SPACE) the all end up like this:

debug-selection-screen.png

The first letter/character of the value of the parameter is passed as a value of P_SIMUL.

If somebody knows how to solve this issue or knows how to pass a parameter to initialize the value of P_SIMUL that would be great.

Kind regards

Jérémy