BSP with Flash Movie - Flex-Ajax Bridge
This weblog is about creating Rich Internet Application using BSP and Adobe Flex. BSP is great but it misses the richness of Adobe Flex applications. To leverage flex capabilities within BSP...
View ArticleBSP With Workflow: Part -I
*UPDATE: *Type definition updated. *Introduction:-* Your Business Workplace on Web!!!. This weblog will explain you how to trigger the Workflow and Execute (Decision making) the Workitem from Web using...
View ArticleOrganize your business attachments from Web
Introduction: This series of blog will explain how to organize your attachment in SAP from web applications like BSP and Webdynpros. There are many blogs in SDN, which explains how to upload and...
View ArticleBSP/How To: Create attachment in Business transactions
Introduction: This blog describes how to Attach the documents from BSP Application to any SAP Business transactions like IE01, VA01, FB01, WTY etc. In order to achieve this, we are going to use...
View ArticleBSP/How To: Display/Delete attachment from Business transactions
* *Introduction: This blog describes how to display/delete the documents, which are stored in any SAP Business transactions like IE01, VA01, FB01 and WTY etc from BSP Application. If you have not read...
View ArticleBSP/How To: HRFORMS in BSP Application
This blogs explains how to display the HRFORMS in PDF format from the BSP Application. *Note:* I hope, this topic remains unresolved one so far. If there are any similar posts on this topic, please...
View ArticleBSP With Workflow: Part - II
*Introduction:* This weblog explains how to launch the BSP Application from SAP Business Workplace via the workitem and Execute (Decision making) the Workitem from Web using BSP Application. Also it...
View ArticleDeveloping Content Rich Tool tips in CRM UI using jQuery
Tool tips showing at glance information of a particular object is one quick and easy time-saver that you can use in a web application. Ever wondered just hovering mouse on a link in your CRM UI will...
View ArticleHow to implement JQuery autocomplete functionality in SAP BSP
If I had to guess a majority of people today do not realize the power within SAP BSP. In this blog I want to introduce some of this power by showing how to implement autocomplete functionality like...
View ArticleAn XML Format for Ajax Response Messages
The 'X' in Ajax So Why Bother With XML?The Ajax Response FormatThe Class of Ajax ResponsesTesting Document InstancesOn the ABAP SideConclusion This blog is a prelude for a planned series of blogs on...
View ArticleBSP issues with Windows 8
Hi Guys, We are at SAP Netweaver level 7.01, Service Pack 5 and had developed several ABAP based BSP MVC BSP applications. We are having issues with Windows 8. All BSP pages doesn't work on users...
View ArticleJSON Serializer Class for ABAP
As web, mobile applications and cloud computing has become main trends, SOA (service oriented architecture) become core at applications. Morever, business demands more responsive web and mobile...
View ArticleImplementing Autocompletion
In our days, input fields supported by autocompletion are omnipresent in the web. In this blog, I will show how to implement an input which gets autocompleted with proposals from an SAP system. The...
View ArticleCreating Custom BSP Error Handling
As you know whenever an error occurs on BSP the following standard BSP Error page is displayed to the user. In most cases displaying end user to this page is not convinient. Yet, It gives information...
View ArticleThe Five Phases of a Dialog Step
Pre-Requisite: Model - View - Controller (MVC)First Phase: InitializationSecond Phase: Receiving View DataThird Phase: Handling the User CommandFourth Phase: Do the Subsequent View(s)Fifth Phase:...
View ArticleHow to Log Off BSP app without closing IE
As you have probably found out already, the log off procedure explained onhttp://help.sap.com/saphelp_nw04/helpdata/en/6b/9d91d062cc52419f23926ff1bf2ad3/content.htm implies that you close the browser...
View ArticleFile upload using PLUpload and BSP
As we all know SAP has some great tools for uploading files into the system, but what if you want to create a completely custom web page that supported cross browser uploads and json....hmmm not so...
View ArticleRadar scan effect in BSP
The code comes from http://blog.csdn.net/cuixiping/article/details/75655741. Create a new BSP application with one page: Paste the code below into main.htm:<!doctype html><head><meta...
View ArticleEnhancing BSP Graphical Options with D3.js
I had been interested in trying out some new JavaScript libraries particularly related to the area of data visualization. I felt that some of these offered very promising complementary functionality to...
View ArticleRelational graph with joint.js
Quick info on how to create a relationship graph using a java script library, html and business server pages. Hope you like it. Requirements:Java script library joint.jsStylesheet joint.css Both...
View Article