Blog

March 18, 2019

SF-EC:How to Create Department

Goto Action > Manage Data > Select > Create New > Department Enter All Required Data Save
March 18, 2019

SF-EC : FO Create Business Unit

Goto Action > Manage Data > Select > Create New > Business Unit Enter All Required Data Save
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: […]