cancel
Showing results for 
Search instead for 
Did you mean: 

same parameter multiple times

0 Kudos

Hi,

I'd like to call a transaction from URL and fill one parameter several times. I searched a lot but found nothing.

Here we can see how to fill one parameter just one time.

So I tried something similar like:

http://<hostname>:8000/sap/bc/gui/sap/its/webgui/!?sap-client=000&;language=EN&transaction=ZC95_DISPLAY%20SO_VBELN-LOW=111111;SO_VBELN-LOW=222222

but the second parameter overwrites the first.

any ideas?

Regards,

Joaquin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

exactly the same problem here. Is there any solution for this ?

I tried almost every special character to fill a multi select field, but nothing has worked.

Please help!

0 Kudos

Hi Christof,

I haven't found any solution for that. I think it is just not possible.

Regards,

Joaquin

former_member316351
Active Contributor
0 Kudos

Hello Joaquin,

I don't understand why this would ever be a possibility. If on one screen you have multiple input fields that are all for the same parameter name then how is the user to know which field will take precedence? Are you actually trying to fill a table? That would make more sense, in which case each value will have a different parameter name.

Edgar

0 Kudos

Hi Edgar,

yes, what I'm trying to do is indeed filling a table. Any ideas how this can be achieved?

Regards,

Joaquin

former_member316351
Active Contributor
0 Kudos

Hello Joaquin,

Have you tried specifying the cell with it's number? So something like:

SO_VBELN-LOW[2]=222222

Edgar

0 Kudos

Yeah, I tried it but no result. Thanks anyway.

Any other ideas? Anyone?

Regards,

Joaquin