Blog

July 31, 2018

Display Current Time SAP Adobe Form

August 10, 2015

SAP EHP 4 to EHP 7 Upgrade Issues

Few issue list 1. Session Issue If its common system the portal application showing last login user’s details in portal even though logged in with different […]
April 7, 2015

SAP HCM: FM to Get Employee From Position

Using  RH_GET_STRUCTURE ACT_WEGID = ‘SBES’ Pass ACT_WEGID as ‘SBES’ Pass the Value for AC_Container   Output It will Return only active Employee for that position. and its […]
April 30, 2014

Parameter is not passed to SICF service call

Issue: Ex. if you want to call a transaction with parameter using ITS service in webdypro, the parameter is not passed to the webgui screen eventhough […]
October 30, 2013

UCF_AcroForm Method error in EP Adobe Forms

Issue: When You are trying to Open Adobe Forms in Portal – ESS/MSS you will get a Following Error UCF_AcroForm Solution: Check the Adobe Reader/Acrobat for […]
July 4, 2013

WDA: How to programatically populate RadioButtonGroupByKey Without Creating Domain

Scenario: I want to populate Radio Button Text programmatically in WebDynpro ABAP instead of binding Domain. Steps: I have a Context Element DEL_ITM in Component Controller i […]
September 24, 2012

Send SMS using OOPS CL_BCS

Pre-Requisties: SMS service (Refer) .   1. Create a class 2. Create static public Method ‘SEND_SMS’ with below parameter. METHOD send_sms. DATA: send_request TYPE REF TO cl_bcs. DATA: […]
July 17, 2012

IW31 Movement Type Customization

Req.: Movement Type field is Defaulted, we need to modify the Movement Type based on Order type(caufvd-auart) & Item  Category ( resbd-postp) and based on Order Quantity […]
July 16, 2012

WDA window close for UWL item

Open your Window from WDA Component and goto Outbound Plugs Create Exit Plug ‘O_WD_EXIT’ , Plug Type Exit Open the view Add Button for Exit Create […]