cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP URL

Former Member
0 Kudos

Hello,

is it possible to add some attribute (for example the customer number ) to the url for Sender Plain HTTP Adapter.

thanks for help

best regards

Alex

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Why do you want to do this to the Sender HTTP adapter's URL?

It is possible though.

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm

Details in this link.

Configure Sender HTTP adapter and select the Adapter Specific Message Attributes.

regards

Bhavesh

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Alex,

Please let me know if you were able to use custom variable in URL(HTTP Sender).

Thank you,

mk

Former Member
0 Kudos

Hello,

thanks for the answers.

To Call the BAPI_SALESORDER_GETLIST I need the CUSTOMER_NUMBER=0000003333.

Is it right that I have to define in the Adapter-Specific Message Attributes Parameter 1 with CUSTOMER_NUMBER and then I can add with /?CUSTOMER_NUMBER=0000003333 it to the URL?

regards

alex

Former Member
0 Kudos

Hi,

<i>is it possible to add some attribute (for example the customer number ) to the url for Sender Plain HTTP Adapter.</i>

See your own cutomer number in URL

http://<hostname:port>/<path>?<query-string>;

strictly speaking not possible , but if you want specify the customer number as

party / agency like below

Sender party (optional) &party=<party>

Sender agency (optional) &agency=<agency>

Sender scheme (optional) &scheme=<scheme>

If you do not enter values for agency and scheme, the following default values are used:

agency=http://sap.com/xi/XI

scheme=XIParty

But the respective receiver should support

Regards

Chilla

Former Member
0 Kudos

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm

Details in this link.

Configure Sender HTTP adapter and select the Adapter Specific Message Attributes.