cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Launchpad Designer - Target Mapping - howto use regular expressions in parameters

marc_bisping
Explorer

Hello,

I defined a target mapping in the FLP to call an external URL passing parameters from the fiori app:

As you can see from the Parameters-section there are 3 parameters:

- CompanyCode

- DocumentReferenceID

- FinancialAccountType

All parameters are checked with a regular expression, for example the CompanyCode must be 1000 or 3000.

The DocumentReferenceID is checked to be a number and this number is passed to the external URL as parameter "RechnungsNr" (german "invoice-number").

My question is if it is possible to use the regular expression to obtain a part of the checked value to send it to the external URL?

For example:

The regular expression

^([0-9][0-9])xyz$

will match the text "12xyz" and use the subtext in brackets "12" to pass as parameter?

Thanks for your answers,

Marc

PS: the way to get there...

Accepted Solutions (0)

Answers (2)

Answers (2)

marc_bisping
Explorer
0 Kudos

Hello,

unfortunately I can't tell you because I myself don't have good knowledge of this (that's the reason for my question 😉

Regards, Marc

gurubalan
Participant
0 Kudos

Hello marc_bisping,

Can you pls tell me that how to use this fiori launchpad designer in SAP Hana cloud 2208 version ?