How to Use VB# (Visual Basic dotNET) Inside ABAP
Hello community, I presented here the possibiltiy how to use Windows PowerShell inside ABAP. Here now the possibility how to use VB#, Visual Basic for dotNET, inside ABAP, on the same...
View ArticleHow to use Windows Management Instrumentation (WMI) Inside ABAP
Hello community, Windows Management Instrumentation (WMI) is a powerful interface to the operating system, you can find more information here.. Here a report how to use the WMI inside...
View ArticleSCN Trial Editions: SAP NetWeaver Application Server ABAP 7.4
Latest NewsOct 25, 2013: No country limitation anymore, if you use the direct links below.Sep 27, 2013: New step-by-step tutorials for setting up your AWS environment. Get your hands on the latest...
View ArticleVersion Management Display Settings
Version Management is important part of any ABAP developer life. Version Management allows us to compare the different versions of a program and helps us to retrieve changes. It also allows us to...
View ArticleMass user creation using BAPI
Hello, last time I had to create a lot of users and lock them on few systems. I wrote a program that is using BAPI_USER_CREATE1 and BAPI_USER_LOCK. Program is expecting local .csv file separated by...
View ArticleCreate customers using CMD_EI_API with central and sales data
Hello everybody, Today i would like to share a code snippet to create customers based upon a text file with tab separator, it's very easy and functional using this api, in 161 lines of code you can...
View ArticleGet column list (Name and Attribute) from internal table with class...
data: begin of lt_tab occurs 0, bukrs type bukrs, text type c, amt type p, end of lt_tab. type-pools abap. data gt_comp type abap_component_tab with header line....
View ArticleSingle Euro Payments Area (SEPA) Implementation of Direct Debit-Technical Design
Single Euro Payments Area (SEPA) Implementation of DD(Direct Debit)(Technical)Sep, 2013IntroductionSEPA stands for ‘Single Euro Payment Area’. It’s a system that is designed to create financial...
View ArticleFeatured Content for ABAP Development
ABAP Developement Tools for Eclipse 2.19The ABAP Development Tools for Eclipse 2.19 are available as of today! Read this interesting blog by Thomas Fiedler to find out what's new and where to get the...
View ArticleDynamic Fonts in Adobe Forms
Introduction:- Adobe Forms are PDF (Portable Document Format) documents containing data from various core systems represented in awell-known structuring method for data output. Adobe forms can be both...
View ArticleOutput Catcher for ABAP
Hello community,Output Catch is a small SAP server application to catch text on the presentation server from ABAP on the application server. You can send text direct to the editor of output catch, to a...
View ArticleChanging Subject of Mail sent through "Spool Recipient"
Scenario: We usually use the “Spool Recipient” of the SM37 Background Job to send the Spool Outputs to designated users in their Work Place Inbox. Spool Recipient:Workplace Inbox: If you notice the...
View ArticleSCN Trial Editions: SAP NetWeaver Application Server ABAP 7.4
Latest NewsOct 25, 2013: No country limitation anymore, if you use the direct links below.Sep 27, 2013: New step-by-step tutorials for setting up your AWS environment. Get your hands on the latest...
View ArticleSingle Euro Payments Area (SEPA) Implementation of Direct Debit-Technical Design
Single Euro Payments Area (SEPA) Implementation of DD(Direct Debit)(Technical)Sep, 2013IntroductionSEPA stands for ‘Single Euro Payment Area’. It’s a system that is designed to create financial...
View ArticleFeatured Content for ABAP Development
ABAP Developement Tools for Eclipse 2.19The ABAP Development Tools for Eclipse 2.19 are available as of today! Read this interesting blog by Thomas Fiedler to find out what's new and where to get the...
View ArticleMass user lock with abap program
Recently I had an issue with locking users. I have generated a report about users who have not been logged for a couple of months. This file contained only usernames, since that is all you need to know...
View ArticleHow to Simulate an E-Mail Attachment Conversion
Hello community, often developers has the problem that not all applications, which are necessary for their development, are available at the right time. So it is necessary to simulate one or the other...
View ArticleHow to - Add Custom XML Parts to Microsoft PowerPoint using ABAP
This document explains how to: Add Custom XML Parts to PowerPoint using ABAP 1. Prepare XML data 2. Get the PowerPoint template 3. Add Custom XML to PowerPoint template 4. Integrate the...
View ArticleHow to - Add Custom XML Parts to Microsoft Word using ABAP
Note to Moderator: Request you to kindly DM me if you find any issues with this document. This document explains how to: Add Custom XML Parts to Word using ABAP 1. Prepare XML data 2. Get the...
View ArticleHow to - Add Custom XML Parts to Microsoft Excel using ABAP
Note to Moderator: Request you to kindly DM me if you find any issues with this document. This document explains how to: Add Custom XML Parts to Excel using ABAP 1. Prepare XML data 2. Get the...
View Article