Blog

May 31, 2020

How to fix “Invalid JDK directory or JVM version too old or not a 64bit JVM” in SAP Connector

Checklist  Check JDK is installed or not. if not download and install JDK from Official Site  Check the Path correctly set as below in environment variables. […]
March 26, 2020

ABAP-OO:How to get Domain Key Text

Get the Domain key Text by Calling public method Get_Domain_text from CL_WER_SERVICES Sample Code: DATA: lv_Str TYPE String.   lv_Str = cl_wer_services=>get_domain_text( i_domname = "YourDomainName" i_key […]
March 15, 2020

How to get Month Shortname in ABAP OO

March 1, 2020

ABAP-OO: Change First letters to Uppercase in a String

July 17, 2019

How to change CL_SALV_TABLE=>FACTORY ALV Field Label

Change the Field Name or Dynamic Field’s Name in ALV REPORT zmk_adv_sql_01. Data: o_alv TYPE ref to CL_SALV_TABLE, l_Column TYPE REF TO CL_SALV_column. Select vbeln, posnr, […]
March 20, 2019

SF-EC : How to Import Cost Center(FO)

Config Path : Goto Action > Import Foundation Data If you need Template File Click on Download a blank CSV template dropdown and select the required […]
March 19, 2019

SF-EC : How to Create Location(FO)

Config Path : Goto Action > Manage Organization, Pay and Job Structures > Select > Create New > Location Enter All Required Data Save
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