Adobe AIR: My Worflow InBox widget
Adobe Integrate Runtime (AIR) based My Workflow InBox widget Sep. 29, 2007
Comments:
11
Rank:
1304
Page Views:
5894
(Stats updated nightly)
BSP with Flash Movie - Flex-Ajax Bridge
This weblog is about creating Rich Internet Application using BSP and Adobe Flex. Mar. 22, 2007
Comments:
35
Rank:
439
Page Views:
8736
(Stats updated nightly)
SAP Logged on Users List Widget
A widget to show SAP Logged on Users. Oct. 10, 2006
Comments:
21
Rank:
1549
Page Views:
5462
(Stats updated nightly)
SAP XI Quick Launcher Widget
Simple widget to lauch SAP XI quick links. Sep. 26, 2006
Comments:
2
Rank:
1916
Page Views:
4950
(Stats updated nightly)
Microsoft Office Word Spell Checker for SAPGUI fields
Sometime back (July 2003) I have posted a code sample in www.searchsap.com about a tool to enable MS word spell checker for SAPGUI fields and the same was re-posted here in SDN as well. Now SAP has come out with a function module with similar functionality (with some additional features). Check out the weblog to read more about it. Jun. 26, 2006
Comments:
6
Rank:
5450
Page Views:
2799
(Stats updated nightly)
Read SAP Table data from BW Webtemplate (AJAX in BW Webtemplate)
AJAX in action in SAP BW Webtemplates. Learn how to read SAP table data from BW Webtemplate. Feb. 6, 2006
Comments:
6
Rank:
782
Page Views:
7190
(Stats updated nightly)
SDN POINTS BLOW OUT: Simple Bar Chart BSP application
This is in response to SDN: End of the Year SDN POINTS BLOW OUT!! Contest announced by Craig Cmehil showing a simple bar chart using Fire Fox <canvas> element. Jan. 2, 2006
Comments:
0
Rank:
3282
Page Views:
3813
(Stats updated nightly)
Execute BW query using ABAP Part III
In April 2005, I had written two weblogs titled
Execute BW query using ABAP Part I
& Execute BW query using ABAP Part II . Since then the function module (Y_EXECUTE_QUERY) explained in
Execute BW query using ABAP Part I has gone for major change to handle performance and to provide some additional features. The changed code is provided in this
document.
UPDATE: you may be interested in this as well https://wiki.sdn.sap.com/wiki/display/BI/Expose+BI+Query+as+RESTful+Service
Dec. 5, 2005
Comments:
45
Rank:
95
Page Views:
15210
(Stats updated nightly)
Using ECL (Engineering Client 3D Viewer) viewer in BSP application
This blog shows how to get the functionlity of CL_GUI_ECL_3DVIEWER (engineering drawing viewer) in BSP applications. Sep. 14, 2005
Comments:
14
Rank:
1865
Page Views:
5019
(Stats updated nightly)
BTF editor in SAPGUI
Using BTF editor in SAP GUI Aug. 27, 2005
Comments:
0
Rank:
2728
Page Views:
4190
(Stats updated nightly)
Running your first ITS WebGUI application in SAP NetWeaver 04 ABAP Edition - NSP
Find out what is required to run your first ITS WEBGUI application in the Sneak Preview SAP NetWeaver 04 ABAP Edition.
Aug. 21, 2005
Comments:
47
Rank:
34
Page Views:
21874
(Stats updated nightly)
Running your first BSP application in SAP NetWeaver 04 ABAP Edition - NSP
This blog is for those who want to develop BSP application in the new Sneak Preview SAP NetWeaver 04 ABAP Edition. This blog talks about setting FQDN (Fully Qualified Domain Name) and running the first BSP application.
Aug. 21, 2005
Comments:
22
Rank:
141
Page Views:
13238
(Stats updated nightly)
Send SMS to India from ABAP
Use this simple webservice to send SMS message to select networks in India from ABAP. Jul. 12, 2005
Comments:
33
Rank:
105
Page Views:
14513
(Stats updated nightly)
SDN Meets Labs and Netweaver Tech Tour - Bangalore - Photos
Some photos from SDN Meets Labs and Netweaver Tech Tour - Bangalore. Jul. 9, 2005
Comments:
9
Rank:
10938
Page Views:
585
(Stats updated nightly)
Execute BW query using ABAP Part II
This is continuation of Execute BW query using ABAP Part I Apr. 3, 2005
Comments:
31
Rank:
364
Page Views:
9371
(Stats updated nightly)
Execute BW query using ABAP Part I
Updated to handle display attributes and some minor enchanements
We had a requirement to execute BW queries using ABAP. In this two part weblog series i have explained how we have achieved it with a single FM to execute any BW query. Apr. 3, 2005
Comments:
27
Rank:
159
Page Views:
12685
(Stats updated nightly)
Make your SAPGUI Talk
After reading
Craig Cmehil's weblog on
How-To-
Make your pages Talk , I thought of sharing this small test program which i
have done sometime back doing the same stuff in SAPGUI. Jan. 18, 2005
Comments:
12
Rank:
2718
Page Views:
4192
(Stats updated nightly)
BSP/How-To: Drag and Drop
Drag and Drop with easy scripting feature available from IE 5.0 . This weblog demonstrates this in a BSP application. Jan. 1, 2005
Comments:
5
Rank:
2331
Page Views:
4519
(Stats updated nightly)
BSP/How-To: Chained dropdownListBox
We would have often faced with a situation where we have to put few dropdown list boxes and they had to be linked. For example the entries in the second dropdownlistbox is based on the what's selected in the first one and also you don't want users to select entries from the second dropdownlistbox without selecting in the first one.
This is a sample application to address this requirement.
Dec. 20, 2004
Comments:
2
Rank:
1617
Page Views:
5350
(Stats updated nightly)
BSP/How-To: Build performance-efficient dynamic htmlb:tree
Sometime back, I have posted a question in BSP forum on
htmlb:tree differentiate between nodeclick and tree node expander click.
Based on the discussion in this thread, here i am presenting a weblog on How
to Build performance-efficient dynamic htmlb:tree.
<u>UPDATED: Nov24th 2004</u> Nov. 21, 2004
Comments:
5
Rank:
1491
Page Views:
5542
(Stats updated nightly)
How many lines of java code did i write for a simple Web Dynpro?
Simple Web Dynpro - without a single line of manual java code written. Oct. 17, 2004
Comments:
5
Rank:
11678
Page Views:
345
(Stats updated nightly)
Pass Parameter to ITS URL Upadated 21st June 2008
Upadated 21st June 2008
Some of the info is no longer relevant in the new releases. For uptodate info check out the wiki at https://wiki.sdn.sap.com/wiki/display/HOME/Internet+Transaction+Server
Recently there has been many requests on how to pass parameters to ITS URL. Though this has been clarified in the forums, for the benefit of others i have decided to write this small web log about the same. Sep. 23, 2004
Comments:
7
Rank:
431
Page Views:
8805
(Stats updated nightly)
Consuming Web Service from ABAP
There have been many requests to know how to consume webservice from ABAP. I wanted to share a rudimentary sample written in ABAP of how this can be done. I am not sure whether this is a right approach though it does the job. Inspiration for this approach was from DJ Adams weblog Forget SOAP - build real web services with the ICF Sep. 20, 2004
Comments:
34
Rank:
944
Page Views:
6736
(Stats updated nightly)
Microsoft Office 2003 Infopath & SAP RFC/Webservice
Consuming SAP RFC/Webservice from Microsoft Office 2003 Infopath. Sep. 7, 2004
Comments:
4
Rank:
4002
Page Views:
3406
(Stats updated nightly)