Animated images in SAP screens
Objective:To display animated images in SAP screens.Upload Animated GIF Image in SMWO like this Code: DATA: docking TYPE REF TO cl_gui_docking_container, v_or_html_viewer TYPE REF TO...
View ArticleSimple Program
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.SELECTION-SCREEN PUSHBUTTON /10(3) push1 USER-COMMAND push1 MODIF ID p1.SELECTION-SCREEN PUSHBUTTON 14(3) push2 USER-COMMAND push2 MODIF...
View ArticleTraffic Lights
TYPES: BEGIN OF ty_alv, lights_1 TYPE icon_d, "Exception, Holding the value of the lights lights_2 TYPE icon_d, "some text lights_3 TYPE icon_d, "some text* lights_4 TYPE...
View ArticleGraphical Organizational Structure
In order to display the organizational structure, SAP standard program uses below mentioned Function Module. DATA lt_object TYPE STANDARD TABLE OF hrealo. CALL FUNCTION 'PD_STRUCTURAL_GRAPHICS'...
View ArticleOrganizational Structure in a Tree Structure!
Function Module to display the organizational structure in a tree structure. CALL FUNCTION 'RH_ORG_STRUCTURE_SHOW' EXPORTING act_plvar = '01' act_otype...
View ArticleDisplay data with Prefix Zero's in an Excel Sheet
Types : begin of ty_final, a type string, end of ty_final. data : b type mara-matnr. data : it_final type TABLE OF ty_final, wa_final type ty_final.. b = '0000147'.concatenate...
View ArticleObject Oriented Approach for Dealing Commit Work
This is the question that we should ask,How to perform dialog processing after commit work execution? In general, we may come across the scenario where, some dialog processing needs to be done after...
View ArticleABAPer's Tabloscope-The SAP Table Relationships & Fields Explorer
Please find as attachment, the source codeand find the user manual(with links to download) below. Note:Check this document regularly for latest version source code as the functionality of this tool...
View ArticleMigrating Selection Screen Variants
In a live SAP system there are lots of report both standard and custom which are run in background.To run a report in background the first thing that's required is a selection screen variant.When...
View ArticleChanging Status Of Transport Released to Modifiable
Hi Guys, This document helps in changing the status of the Request/Task from Released to Modifiable. Regards,Rafi 1.Go to SE09 transaction and released the 2. Now the TR is released and the same can...
View ArticleDisplay Background Infomation in Formated ALV Grid
Hello, Sometime because of large data or output users set the program to execute in background process. Once the background job is get completed, they execute the SM37 T-code to view the information,...
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 ArticleABAP Dumps
Dumps happen when an ABAP program runs and something goes wrong that cannot be handled by the program. Dumps that happen in the customer namespace ranges (i.e. own-developed code), can usually be fixed...
View ArticleEmail Sending Functionality for Different Business Process in Sap
Email Sending Functionality for Different Business Process in SapNov, 2013 IntroductionEvery Business Process in SAP Follow different communication types to communicate with its Business partners like...
View ArticleFeatured Content for ABAP Development
SQL Monitor UnleashedHave you heard about the SQL Monitor already? It can be used to detect custom code which can be optimized (in the context of the migration to SAP HANA, but also independent of...
View ArticleProgram to find User Exits for standard T-Code
REPORT ZUSEREXIT.******TABLES USED*******TABLES : TSTC, TSTCT, TADIR, MODSAPT, MODACT, TRDIR, TFDIR, ENLFDIR.DATA : JTAB LIKE TADIR OCCURS 0 WITH HEADER LINE.DATA : FIELD1(30).DATA : V_DEVCLASS LIKE...
View ArticleGenerating Field catalog for ALV
There was requirement where in the report only a specific fields as per the work area defined in the program only was required. So first we generated the field catalog by Passing ABAP Dictionary :...
View ArticleAdd attachment to email step in Workflow through Program Exits
We get this requirement quite often to send attachments to email step in workflow. This can be achieved via programming exit. Same technique can be used for other relevant workflow steps. Create a...
View ArticleWorking with Zebra Printers using Smartforms in SAP
One of the requirements in my project was to print Labels on Zebra printers. The labels were designed using Smartforms. For which I faced some challenges and could not find detailed solution document...
View ArticleCreate an SAP DMS document attaching a file from the Application Server and...
Hi all, So, as you can see from the title, I had a very specific requirement. I needed to be able to create a document (those you can open through CV03N) programmatically attaching a file from the...
View Article