eCATT Part 7 – Test Data Container
The objective behind this article is to give the user an introduction to eCATT – Test Data Container. In this article we will understand the following: • Concept of Test Data Container •...
View ArticleDynamic Creation of Report
In this document I am going to show how to create dynamic reports in ABAP from another report and how to call those dynamic report. First create a report with some name say ZDYNAMIC_REPORT_GEN. Write...
View ArticleFormatting Date, Times and Timestamps
At this stage this is just a list of links on SDN I have found in my searching for formatting dates, times and timestamps http://wiki.sdn.sap.com/wiki/display/ABAP/Date+formatting+Using+CL_ABAP_DATFM...
View ArticleThe GOS (Generic Object Services) class that does all the work
Linked From Document: http://scn.sap.com/docs/DOC-41921 The first thing I did is create a class that can handle any type of activity with GOS, such as listing, uploading, downloading, and deleting of...
View ArticleUsing the GOS (Generic Object Services) Class within classic GUI programs
Linked From Document: http://scn.sap.com/docs/DOC-41921 This first example demonstrates how to use the GOS class from within regular SAP GUI applications such as report programs. Listing Attachments...
View ArticleUsing the GOS (Generic Object Services) Class within ITS programs
Linked From Document: http://scn.sap.com/docs/DOC-41921 This last example demonstrates how to use the GOS class from within ITS applications. Basic Setup Create a program with one screen and a...
View ArticleEverything GOS (Generic Object Services)
I've discussed GOS in prior documents. But never have I put together a complete GOS document that demonstrates how to create a generic GOS class that can be used in regular SAP GUI programs, ABAP Web...
View ArticleSource code for Dynamic Report from flat file
Below set of code was used to execute the report prom from flat file. *&---------------------------------------------------------------------**& Report...
View ArticleHow to Create a Custom Print program with Smartforms for Payment...
How to Create a Custom Print program with Smartforms for Payment Instruments(like Cheque,Payorder e.t.c) in SAP FI(Financials)(Transactions = F-58,FBZ5,FBZP)? There are various payment instruments...
View ArticleLSMW for Vendor Master
The objective of this document is to help consultants understand how Vendor Master data can be uploaded by LSMW using direct input method.View this Document
View ArticleMass Change of Specific Condition Type Value in Purchase Orders
Applies to:SAP ECC 6.0. For more information, visit the ABAP homepage.SummaryThis article describes the procedure to change a specific condition type value in Purchase Orders.Author: Shravan Kumar...
View ArticleFunction Module to archiving file in Application server
This Function Module is mainly used in Interface type of objects.One specific selection screen frame must be added to feed the function module call for each file read (with file name and repository for...
View ArticleDynamic call to a functional method (that has no import elements)
I was in the need to make a dynamic call from within an ABAP class method to a functional method, which isn't known at compile time. The class can be subtyped, and from anywhere down the class...
View ArticleSending Mail using Oo
You can use the function SO_NEW_DOCUMENT_SEND_API1 to send an email from SAP, but you could also use Oo. Example of simple HTML mail with Oo. Data declaration DATA : obj_mime_helper TYPE REF TO...
View ArticleDownload Complete Spool Including Long Text And Special Characters
OverviewText spool can be viewing using transaction SP01.Spool can be seen on following display modes:GraphicalRawHexIf spool has lines longer than 255 characters and contains accented characters like...
View ArticleEHS: Adding search in CG02
With standard SAP, specification can be searched for onlyone material. Using this document, specifications can be searched formultiple materials. Create FM ZEHS_OCC_SUB_FIND_BY_MAT_PARA with code in...
View ArticleUsing dirty assigns in practice - using calling variables for indirect...
In standard, SAP provides several BAdIs and user exits to enhance applications or include custom logic flows into standard reports and dynpros. Most of the time these enhancing possibilities are...
View ArticleVF01 invoice to mail to multiple recipients
These are the requirements that I was given:You may not use distribution lists, neither internal nor external. This requirement extends from not wanting common users to have access to these functions....
View ArticleSAP Calendar Master – Delete Holiday Assignment
SAP Calendar Master – Delete Holiday Assignment Some theory about basic SAP Calendar Master before I formulate the issue / problem statementSAP calendar master consists of three separate sub-objects...
View ArticleSending Mail using Oo (2) - Smartforms
Creation of a simple Smartform Import of a logo Transaction SE78 Double-click on the line BMAP Enter a name for your logo, select the color BitMap Image and press the Import button. Enter the...
View Article