Questions tagged [sap-bsp]

SAP Business Server Pages is an ABAP-stack server technology that provides both an MVC approach and a low level http request/response approach.

Documentation for BSP : here.

This tag was created because the current BSP tag stands for 'Board Support Package' and used to stand for 'Binary Space Partitioning trees', which means that all 'sap' 'bsp' questions are in effect wrongly tagged.

23 questions
0
votes
0 answers

What's the difference between clicking a HTML button and calling JS .click() on it?

I am developing an SAP BSP web application that includes a form with a submit button. When I manually click the button everything works fine, the round trip to the server is made. Now in certain situations I want to call this submit button via…
Matthias
  • 9,817
  • 14
  • 66
  • 125
0
votes
2 answers

Accessing BSP application through URL

I have created a bsp application. For accessing this application i am facing problems. And regarding URL i have some doubt. Doubt 1:- http://xyz.abc.com:8000/sap(bD1lbiZjPTAwMQ==)/bc/bsp/ns/mt_mwm/issuesto.html in this url what is…
satya
  • 31
  • 5
  • 11
0
votes
2 answers

BSP Application upload generates hashed filenames without folder structure

After the upload the a sapui5 application on the SAP system has a strange structure. The files are not in the same structure as they were on my machine and the filenames are hashed, except MIMEs. So I am not able to find e.g. a specific…
0
votes
1 answer

what is difference between view and page flow logic

I am new in sap.I read the documentation of BSP, i understand controller,view and model,like in java. But i am confused in page flow logic.I have few questions. 1). what is this and what is difference b/w view and page flow logic. 2). what code…
satya
  • 31
  • 5
  • 11
0
votes
2 answers

BSP Application: Clients IP Address

Is it possible to read the clients ip address in an SAP BSP Application? We'd like to save the ip for a later moment. The connection comes via a WebDispatcher in our DMZ to the SAP WAS. Thanks, h.
hinne
  • 3
  • 2
-1
votes
1 answer

Fiori Standard App 'My Benefits' Extensions Not Working After GW Upgrade [SAP Fiori, SAPUI5, SAP NW Gateway]

We upgraded our GW system to 7.52 SP 7 and also migrated the systems from on-prem to Azure. ECC 7 system is on-prem. After the upgrade and migration was done, the Standard Fiori app 'My Benefits' tile is opening but only the standard portion is…
-1
votes
1 answer

WebApp with jQuery Mobile on different pages

I´m using the jQuery Mobile Framework to develop a Web-Application. The standard structure is, that all different layouts are in the same html-page. For example:
alexander-fire
  • 1,082
  • 4
  • 27
  • 52
-1
votes
1 answer

Dynamic URL respective to Tcode

I want to create URL dynamically when I give Tcode. Is there any function module or Class to export URL when we import Tcodes?
Dhivya
  • 518
  • 2
  • 8
  • 17
1
2