• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to acccess dynamic variables from DMZ Zone ?

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
My requirement is to access dynamic parameters from DMZ Zone.
Please check my post with SAP.
Thanks & Regards
Kaushik Banerjee

I am pasting the new OSS Message posted by me.
Limitation of SAP NetWeaver 7.0 EHP1 with Web Dispatcher

Hi Team,
We had a requirement where we need to send dynamic parameters via SAP
Web Dispatcher to ECC System.
Currently, we have our Portal version is SAP NetWeaver 7.0 EHP1 SP6. Ithas been told in the OSS Message 976083 that try to achieve the behaviour
that we mentioned above using the Web Dispatcher up to 7.10 and use along
Modification Handlers, so we can try to use regular expressions to
dynamically modify the URL that we need.
And the link provide was:
http://help.sap.com/saphelp_nwce72/helpdata/en/48/9266acaa6b17cee10000000a421937/frameset.htm
It seems that this can only be achieved in SAP NetWeaver 7.1 and above
and is a limitation on SAP NetWeaver 7.0 EHP1.
Please let me know as it is a limitation of SAP NetWeaver Server versionand not a consulting issue.

Details of the requirement:
We have an issue with Dynamic url access to the ECC System PE1 via SAP
Web Dispatcher.
We have a legacy application named Telnor with the url below which
should be redirected to the SAP Prod ECC System with a dynamic parameter.
Telnor Application url:
http:// 85.89.237.93/zincontact
ECC url:
http:// vindevpe1:8024//zincontact

We have been able to redirect the Telnor url to the above ECC url from
the Telnor url: http:// 85.89.237.93/zincontact. But now, the client
requirement is that they need to redirect it like below url based on
any telephone number in Norway.
http://vinmonopolet.no:8024/Zincontact%12345657 or on the next request
vinmonopolet.no:8024/ZinREACH%1234567
from Telnor Dynamic url: http://
85.89.237.93/zincontact?sap-client=200?opid=$(operatorid)?cli=$(cli)?qid=$(queueid)?dato=$(startcalldate)?viderefort=$(forwarded)

Please tell me; is it possible to handle dynamic parameters in SAP Web
Dispatcher in SAP NetWeaver version 7.0 EHP1.

Thanks & Regards
Kaushik Banerjee
0091-9836855466

SAP's reply:
Hello Kaushik,

The circumstances that you described seems more like a consulting issue,rather than an SAP error itself, could you kindly take a look over SAP
Note 83020? I'll try to provide some input here, but you have to
understand that my help will be only limited here.

You can try to achieve the behaviour that you mentioned above using the
Web Dispatcher up to 7.10 and use along Modification Handlers, so you
can try to use regular expressions to dinamically modify the URL that
you need. You can refer to this SAP Help Page to know a little bit more
about the modification handler:

http://help.sap.com/saphelp_nwce72/helpdata/en/48/9266acaa6b17cee10000000a421937/frameset.htm

Best regards,

MaurĂ­cio Wecker
SAP Active Global Support, Business Suite & Technology
Contact Information: note 560499
http://www.sdn.sap.com/irj/sdn/server-infrastructure
http://forums.sdn.sap.com/forum.jspa?forumID=45&start=0
 
reply
    Bookmark Topic Watch Topic
  • New Topic