cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy and DynamicConfiguration

DG
Active Contributor
0 Kudos

I'm working on a proxy.

Is there a way to create a FileName attribute in the Dynamic Configuration in an ABAP proxy?

Daniel

Accepted Solutions (0)

Answers (4)

Answers (4)

DG
Active Contributor
0 Kudos

Thanks for the fast response.. I'll use a java mapping to map the dynamic text field.

Daniel

henrique_pinto
Active Contributor
0 Kudos

If you're using mapping, notice you can still do it in an ABAP mapping:

/people/michal.krawczyk2/blog/2007/04/26/xipi-throwing-generic-exceptions-from-any-type-of-mapping

It's not about the language, it's just that proxy runtime won't support dynamic config.

Best regards,

Henrique.

prateek
Active Contributor
0 Kudos

ABAP Proxy do not support Dynamic Configuration. Could you explain your requirement?

Regards,

Prateek

Shabarish_Nair
Active Contributor
0 Kudos

no.

But you can pass it directly in the payload of the ABAP proxy

stefan_grube
Active Contributor
0 Kudos

No. ABAP proxy does not support this.