Blog

May 23, 2012

Remove unwanted Column in OOPS ALV Report

Some time we used some coulmn for some Manipulation , those columns is not required for USER, if you use SET_VISIBLE the column is not displayed […]
May 20, 2012

Soln: SmartForm Bitmap Withe Background image showing as Grey

We need to save it as 8-bit bmp image. I used my favourite image editor Paint.Net 1. Open the image 2. Save as BMP 3. Select […]
May 13, 2012

Install Adobe Flash Builder Plug-in for SAP NetWeaver Gateway Services

January 21, 2012

Get Current Ticket status text of Solution Manager Text

Table Relationship Below   DATA: lv_stat TYPE crm_j_status, lv_txt30 TYPE j_txt30, lv_stsma TYPE j_stsma SELECT SINGLE stat INTO lv_stat FROM crm_jest WHERE objnr = ls_orderadm_h-guid AND […]
March 29, 2011

Commonly Used Date Function

First Day & Last Day of the given Month [cc lang=”abap”]CALL FUNCTION ‘OIL_MONTH_GET_FIRST_LAST’ EXPORTING * I_MONTH = * I_YEAR = i_date = p_budat IMPORTING e_first_day = […]
March 29, 2011

ALV report – remove of decimal values in alv Output

if you want display 1234 instead of 1234.566 in ALV List While building Fieldcatalog Add < your_fieldcatalog >-decimals_out = 0. < your_fieldcatalog >-inttype = ‘I’. Ex. wa_fc_disp-decimals_out = 0. wa_fc_disp-inttype = ‘I’.  
August 9, 2010

How to save Abap Source Code to local in New Abap Editor

Goto Utilities More Utilities Upload/Download Program Click Download.