Skip to Content
0
Former Member
Apr 25, 2008 at 10:05 AM

Pass Parameters via URL to VC in SP15 (Flex 2)

50 Views

Hi experts,

I try to pass Parameters via URL to a Start Point in VC, following [Erez Sobol's How To|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2090414b-cd20-2a10-d594-8de9d146044a] and the Wiki-Entries, too.

However, passing parameters does not work. I tried many modifications:

unconverted:

<myportalurl...>/irj/portal?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fcom.sap.gm.cnt%2Fcore%2FVCRole%2FPreviewWorkArea&object=pcd%3Aportal_content%2Fcom.sap.gm.cnt%2Fvcmodels%2Fcom.m230c.myProduct.1M2.BELEUNIG_TestFilter%2Fcom.m230c.myProduct.iviews%2Fcom.m230c.myProduct.1LM.Iview_1lm &_paramsXmlStr_=<Params><Row LISTMODE="true"></ROWS></PARAMS>

converted:

<myportalurl...>/irj/portal?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fcom.sap.gm.cnt%2Fcore%2FVCRole%2FPreviewWorkArea&object=pcd%3Aportal_content%2Fcom.sap.gm.cnt%2Fvcmodels%2Fcom.m230c.myProduct.1M2.BELEUNIG_TestFilter%2Fcom.m230c.myProduct.iviews%2Fcom.m230c.myProduct.1LM.Iview_1lm %26_paramsXmlStr_%3D%3CParams%3E%3CRow%20listmode%3D%22true%22%3E%3C/Rows%3E%3C/Params%3E

In VC CE-Formatting

<myportalurl...>/irj/portal?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fcom.sap.gm.cnt%2Fcore%2FVCRole%2FPreviewWorkArea&object=pcd%3Aportal_content%2Fcom.sap.gm.cnt%2Fvcmodels%2Fcom.m230c.myProduct.1M2.BELEUNIG_TestFilter%2Fcom.m230c.myProduct.iviews%2Fcom.m230c.myProduct.1LM.Iview_1lm &LISTMODE=true

furthermore with ' instead of ", with text and bool, without " or ', and so on...

My question: Who can tell me the correct URL-Syntax to transfer a parameter to a Start Point with VC 7.0 SP15 (Flex 2.0)?

Kindest Regards,

Benni