How to Post a Ticket against Nomination
Purpose This Document demonstrates the use of FM OIJ02_CREATE_TICKT with the latest release [ I am using mySAP ECC 6.0 EHP 6 ]. And also demonstrates the use of OIJB_TKT_QCI_INTERFACE for quantity...
View ArticleSending Mail using Oo (3) - Result of a report
A simple example how to send the result of a report, in HTML, thru a mail. Data DATA : obj_mime_helper TYPE REF TO cl_gbt_multirelated_service , obj_bcs TYPE REF TO cl_bcs ,...
View ArticleData Upload to Multiple Z-Tables from EXCEL WorkBook using OLE
Hi All, We are going to learn how to do various EXCEL operations using OLE Concept. Using OLE concept provided by SAP for ABAP, we can do many EXCEL operations in the background(backend) like Selecting...
View ArticleCreation of Vendor - VMD_EI_API
Recently I had to create a Program for Vendor Master Create with Control Data, Company and Purchase Organization data.With few search in SDN it was clear that VMD_EI_API class would solve this...
View ArticleFeatured Content for ABAP Development
Now Available! SAP NetWeaver AS ABAP 7.4 SAP NetWeaver AS ABAP 7.4 provides non-disruptive innovations and enhancements for the proven and reliable ABAP technology and is optimized for SAP HANA, Cloud,...
View ArticleRecently Featured Content in ABAP Development
Experience the Magic: How to Setup Your Own ABAP on HANA in the CloudAre you an ABAP developer who can’t wait to explore the intricacies of ABAP on HANA coding? Do you want to set up a sandbox...
View ArticleDisplay Function
For Display PRcall function 'ME_DISPLAY_OBJECT_RQ' exporting key = banfn. For Display POcall function 'ME_DISPLAY_PURCHASE_DOCUMENT' exporting i_ebeln...
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 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 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 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 ArticleAdding your own Menu in SAP IMG
Sometimes, it is required to add your own node/submeu in the SAP IMG , in order to ,simpify the access to customizing;as, Following are the steps required:- To add to this structure, in the...
View ArticleUpload Serial Numbers via Excel File - MIGO (Goods Receipt)
We had a requirement wherien users requested a functionality to upload serial numbers via Excel File while performing MIGO transaction. Currently there is a limit wherein only 6 serial numbers can be...
View ArticlePO Item modification using BADI ME_PROCESS_PO_CUST
This document would give in formation on how to access or change the PO item data before save using different methods. Create implementation for BADI ME_PROCESS_PO_CUST go to Method PROCESS_ITEM(This...
View ArticleDynamic Internal Table iIlustrated with an example of creating the transpose...
Build a Dynamic Internal Table in 1 - 2 - 3 StepsAUTHOR: SUSMITHA SUSAN THOMASDATE:...
View ArticleImage in Mail body in ABAP
Objective The requirement was to send the Birthday Mails to Employee along with image in mail body. Generally, the images are send as attachment in mail but to send the image in the mail body...
View ArticleSend Email with Mutliple tabs of excel as a single attachment using OLE
Objective To send multiple tabs of excel sheet as a single attachment by email. IntroductionThis article is to send email with cell formatted excel attachment having multiple worksheets. This...
View ArticleStandard Symbols
Uses: We can use the standard symbols as labels for script or smart forms.Advantage: If we are using script means one label need to be displayed in many languages to achieve this we are using...
View ArticleHow to create a custom TAB for MIGO Item Details
Dear all, I have implemented a custom tab in MIGO, you can follow the steps. My requirement was to add a new tab named “Warranty” in MIGO.Step1 : Create a custom table to store the data of “Warranty”...
View Article