SAP ABAP
SAP BASIS
SAP FI
SAP CO
SAP SD

VB01 giving shortdump SYSTEM_ABAP_ACCESS_DENIED
on Jun-07-2019, when I accessed tcode VB01 I faced a shortdump SYSTEM_ABAP_ACCESS_DENIED. After searching snote I found out the reason.
SAP PP
SAP MM
SAP WM
SAP PM
SAP QM
Excel

Find out the last position of a character in string from right to left
EG: find out the last position of character ‘_’ in text in cell A1 =FIND(“|”,SUBSTITUTE(A1,”_”,”|”,LEN(A1)-LEN(SUBSTITUTE(A1,”_”,””))))