cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Parameters values through URL in Personas 3.0

balajipeethani
Discoverer
0 Kudos

Hi,

  I am working on Personas 3.0. I have created a URL for transaction ZP_ME2M (copy of transaction ME2M) with parameters values. Screen is capturing all values except Doc Type. The report is showing results for Document type NB and UB too. How to fix this issue. Please provide the solution to capture all values.

http://<host>/sap/bc/personas?&~transaction=ZP_ME2M%20EM_MATNR-LOW%3D21050&%20EM_WERKS-LOW=&%20EM_EKORG-LOW=&%20ES_BSART-LOW=NB&%20S_EKGRP-LOW=&~okcode=ONLI

Transaction = ZP_ME2M

Material: 21050

Plant = Blank

Porc Org = Blank

Doc Type = NB

Purc Grp = Blank

and Then Execute.

I tried in this way also:

On the flavor of this transaction, populated default values for fields. If I execute manually using transaction and press execute, it is showing results for NB only. But not working through URL with parameter values.

Plant = Blank

Porc Org = Blank

Doc Type = NB

Purc Grp = Blank

Thank you,

Balaji P.

Accepted Solutions (1)

Accepted Solutions (1)

TobiasQueck
Advisor
Advisor
0 Kudos

Hi Balaji,

It looks like you used the wrong separator for input values. Please have a look at the url below which opens ME2M with material=21050 and plant=1000 for me.

https://<host>:<port>/sap/bc/personas?sap-ie=edge&sap-client=001&sap-language=EN&~transaction=*ME2M%20EM_MATNR-LOW=21050;EM_WERKS-LOW=1000;DYNP_OKCODE=ONLI

Cheers!

--

Tobias Queck

SAP Screen Personas

Lead Architect

balajipeethani
Discoverer
0 Kudos

Hi Tobias,

  Thank you for the response.

  I tried this way..

1. prepared URL and executed.

http://<host>/sap/bc/personas?&~transaction=ZP_ME2M%20EM_MATNR-LOW=21050;EM_WERKS-LOW=;EM_EKORG-LOW=...

It is stopping on Selection screen with message "

No suitable purchasing documents found".

If I execute on the same displayed selection-screen, then it is giving result.

2. Removed User defined parameter values for Purc group and Purch Org.

http://lrsapvmect2.vta.org:8000/sap/bc/personas?&~transaction=ME2M%20EM_MATNR-LOW=21050;S_BSART-LOW=...

   It is giving expected result now.

Thank you.

Balaji P.

Answers (0)