Posts

SAPUI5 - use btoa / atob in case of Base64.js is not initial

Image
Example in case of Base64 object is not defined. You can use default encode/decode from browser instead. var base64Id = ( typeof Base64 === "object" ) ?                          Base64 . encode ( oForm ) :                          window . btoa ( unescape ( encodeURIComponent ( oForm )))

SAPUI5 - Convert String to Date and vise versa

Image
this . _stringToDate ( "20260501" , "yyyyMMdd" ); this . _dateToString ( dTo , "yyyyMMdd" ); //dTo = new Date()  

Your connection is not private and no link to proceed anyway

Image
To bypass the "Your connection is not private" error when no proceed link exists, click anywhere on the error page and blindly type thisisunsafe   on your keyboard to force a load.

SAPUI5 - oData V2 Filter with Edm.DateTime

Image
 

SAP CPI - Compound Delta

Image
 

SAP CPI: Recover artifact in SAP CPI (Case Delete)

Image
Reference from:  Recover package in SAP CPI : Deleted by Mistake 1) Go to Manage Integration Content (Monitor -> Integrations and APIs -> Manage Integration Content)  2)Select the iflow that you have deleted or iflow you want to recover 3) On the right corner next to restart, you have drop down. select download 4) Jar file gets downloaded and you can upload the same Jar file in the Design       Design -> Intergrations and APIs -> Select your Package -> Add New API -> 

SAP CPI - Gather Config

Image
  Source xml Format is : <root>      <record></record>      <record></record>      <record></record> </root> and the result xml after Gather process is : <records>     <record></record>     <record></record> </record>