Zugang für Kunden
Buchtipp
"Praxisbuch Web Dynpro for ABAP" ist der schnellste und einfachste Weg zum Einstieg in SAP's neuer Strategie zur kom-
ponentenbasierten Softwareent-
wicklung. Stichhaltige Erläu-
terungen zu den Grundkonzep-
ten und viele Beispiele machen dieses Buch unverzichtbar für die Entwicklung von Web Dynpro Anwendungen.
Jetzt bei SAP-Press bestellen!
Aktuelle Beiträge
Lesen Sie die Veröffentlichung des SAP Professional Journal im SAP Developer Network (freier Zugang).
Get started developing Web-native . . .
Anbei finden Sie Links zu aktuellen Forenthemen mit unserer Beteiligung und Blogs von uns im SDN.
SAP's flexibles Internet Framework
SAPs Business Server Pages (BSP) ist ein hochgradig skalierbares und flexibles Framework zur Integration von Geschäftsprozessen im Internet.
Technische Artikel zum Thema BSP veröffentlicht im SDN:
Message handling in BSP
Every developer is always confronted with handling application messages as well as maintaining these messages, for example, in databases for evaluation at a later stage or simply to display them in another framework. This may become complicated in a Web-based scenario. To solve this problem, developers create their own tools to manage and control the application message handling. But the developer's motivation is long gone when he comes to known that such a tool long ago exits.
Lesen Sie mehr zum Thema im SAP Developer Network (SDN)
Displaying Long Text Messages in BSP I
This web log introduces the concept of long text and its possible usage in a BSP application. Next we explain an easy approach to displaying a long text message in a BSP application using the cache of the Web Application Server (Web AS).
Long texts are used in SAP systems to explain the content of messages better. Normally a long text is used when the content of a short text of the message (See Figure. 1) is not clear enough or appropriate (e.g. when the user made an invalid entry). A long text is part of a T100 message contained in a message class.
Lesen Sie mehr zum Thema im SAP Developer Network (SDN)
Displaying Long Text Messages in BSP II
As mentioned in the first part of this log, a long text message is delivered in SAPscript format, in this case, using the method read_log( ) from the application class cl_applog. To render and subsequently display the message with the same look and feel as the underlying application, the text formatted in SAPscript needs to be converted to HTML. You can do this easily with the function module convert_ift_to_html. This function module converts the long text message that is formatted in SAPscript to HTML, though here we are mainly interested in the message content.
Lesen Sie mehr zum Thema im SAP Developer Network (SDN)
Ausgewählte Forumbeiträge von uns im SDN:
Hello, I am new at JS and have some problems in evaluating a value returned from a function . . .
Creating a XML document for a posting via HTTP
Hi, I am creating an XML document with the iXML type library using DOM as follows: . . .
Hi, Does anybody have some code that dynamically adds columns to an internal table . . .
Suppress XHTMLB:ProtectDoubleSubmit
Hello together, does anyone know if it is possible to suppress the execution of the xhtmlb:protectDoubleSubmit for a specific Button? . . .
BSP-System-Login and 2 different DMZ
Hi all, our current customer has installed an instance of SAP Web AS 6.20 in a DMZ. He has another DMZ where the reverse proxy . . .
Post installation setting on WAS 6.20
Hi, What settings need to be made in ICM, ICF or J2EE to access WAS 6.20 . . .
So what am I missing? BSP Programming: Handling Of Non-HTML Documents . . .
Can I check in a BSP application if a session is already in use? This can for example happen if the user opens multiple windows . . .
