cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

We have a requirement where we are receiving HTTP request to our PO (PO 7.5) Server and the incoming request may have more than 6 URL Parameters. I can use Dynamic Configuration to yield the actual incoming values and that is not a problem, but I have gone through SAP Help and it says that we have a limit of only 6 parameters...Any help would be highly appreciated.

SAP Help:

https://help.sap.com/saphelp_nw74/helpdata/en/e4/a451e997364386a1f6f090c9ea17b6/frameset.htm

Referred to many threads but all seems to talk about RECEIVER HTTP_AAE Channel:

One is: https://archive.sap.com/discussions/thread/3241568

Regards,

Anuj

0 Likes
View Entire Topic
karaulov_ed
Discoverer

For using more than 6 URL parameters in the HTTP sender adapter you need to make next settings (like in the HTTP receiver adapter settings):

1) activate the “Set Additional Parameters” option (see screenshot below)
2) add entries in the Additional Parameters table as described in a table below

  • Name
  • Value
    • SAP_URL_EXTENSION
  • urlext
    • urlext01
  • param7
    • urlext02
  • param8
  • 3) activate adapter

    Now we can test our settings. For this purpose I used Postman.


    After we've sent a message we can check PIMON (received message Dynamic Configuration part)

    Former Member
    0 Likes

    Hi Eduard,

    Many Thanks for this.

    We had actually gone with REST when we had faced this issue. will try this in coming requirements..


    Regards,

    Anuj