Posted inSAP SAP ECC vs. S/4HANA vs. Suite: Understanding Your Destination Posted by By admin September 14, 2019 SAP ECC vs. S/4HANA vs. Suite: Understanding Your Destination As an SAP managed services leader, we see…
Posted inIIS Virtual hosting with IIS (Internet Information Services) Posted by By admin September 13, 2019 "Virtual hosting" means hosting multiple web-sites with different domain names on the same IP address.
Posted inSAP SD VB01 giving shortdump SYSTEM_ABAP_ACCESS_DENIED Posted by By admin June 7, 2019 on Jun-07-2019, when I accessed tcode VB01 I faced a shortdump SYSTEM_ABAP_ACCESS_DENIED. After searching snote…
Posted inExcel Find out the last position of a character in string from right to left Posted by By admin May 30, 2019 EG: find out the last position of character '_' in text in cell A1 =FIND("|",SUBSTITUTE(A1,"_","|",LEN(A1)-LEN(SUBSTITUTE(A1,"_",""))))
Posted inWork with Excel Export an excel file with inserting an image Posted by By admin October 8, 2018 *&---------------------------------------------------------------------* *& Report ZRIC_OLE2 *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT ZRIC_OLE2. TYPE-POOLS: SOI,OLE2. DATA: LO_APPLICATION TYPE OLE2_OBJECT,…