cancel
Showing results for 
Search instead for 
Did you mean: 

Referer

Former Member
0 Kudos
563

Hi,

How can I get a "Referer" value in BSP ?

Thank you.

Marian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello marian,

take a look at help.sap.com:

http://help.sap.com/saphelp_47x200/helpdata/de/fd/778c3a045c7b73e10000000a11405a/frameset.htm (german) or

http://help.sap.com/saphelp_47x200/helpdata/en/fd/778c3a045c7b73e10000000a11405a/frameset.htm (english)

there is the internet communication framework explained. you have some classes and interfaces for the request and response in http. look at if_http_entity with method get_header_field(s) and attribute ~remote_addr

hope that helps

daniel

Answers (0)