Posts

Showing posts from March, 2024

pss notepad++ regular expression

  Single character line: ^.$ \..{0,9}\. change above \..{10,15}\. \..{15,20}\.

cpi: srini:28thmarch24: which authenctication(priority) for each adapter sap , cloud sap.

  ---------------- SAP Cloud SOAP Adapter: First Priority: Client Certificate Authentication Second Priority: OAuth 2.0 Authentication Third Priority: Basic Authentication Explanation: Client Certificate Authentication provides strong security and is well-suited for protecting SOAP services in SAP Cloud Integration. OAuth 2.0 Authentication offers flexibility and token-based security, suitable for scenarios involving user authentication or access delegation. Basic Authentication is considered less secure but may be acceptable for non-sensitive integrations or when other methods are not feasible. SAP Cloud IDoc Adapter: First Priority: Client Certificate Authentication Second Priority: OAuth 2.0 Authentication Third Priority: Basic Authentication Explanation: Client Certificate Authentication ensures secure communication for IDoc exchanges, especially in scenarios involving sensitive business data. OAuth 2.0 Authentication provides token-based security, which may be su...

cpi : groovy code: fetech required part in sender filename

ip az_blob_file_name   header      value   example_filename_220101.csv  o/p az_blob_file_name1     PRE_KIEWIT_YOS_20220101.csv import com . sap . gateway . ip . core . customdev . util . Message import java . util . HashMap import java . text . SimpleDateFormat import java . util . Date def Message processData ( Message message ) {     def map = message . getHeaders ()     def sFileName = map . get ( "az_blob_file_name" )     def sFileYr = sFileName [- 10 ..- 5 ] // Extracting the date part from the filename     print sFileYr ;     def sDate = Date . parse ( "yymmdd" , sFileYr ) // Parsing the date string     def newFormat = new SimpleDateFormat ( "yyyymmdd" ) // Creating a new date format     def finalString = newFormat . format ( sDate ) // Formatting the date string     def newFileName = "PRE_KIEWIT_YOS_${finalString}.csv" // Constr...

pss book : పొడుపు కథల జ్ఞానము podupukadalu corrected 29thMarch24 on Good friday

పొడుపు కథల జ్ఞానము కథలు వేరు, పొడుపు కథలను వేరు. కథలు, చెప్పే వారిద్వారా వినవచ్చును. కథలో ప్రశ్నలుండవు పొడుపు కథలు చెప్పేవారికి, వినేవారు తిరిగి జవాబు చెప్పవలసి ఉండును. పొడుపు కథలలో ప్రశ్నలు ఉండును. పాఠశాలలో నున్న తెలివితక్కువ పిల్లల కొరకు, పొడుపు కథలను సృష్టించారు. పొడుపు కథలోని ప్రశ్నకు జవాబును కథవిన్నవారు చెప్పవలసి ఉంటుంది. దానివలన విన్న కథకు, జవాబు ఏమి అని ఆలోచించుట వలన, పిల్లలకు బుద్ధి బలము పెరుగునని, ఆనాటి ఉపాధ్యాయుల ఉద్దేశ్యము. పొడుపు కథలు ద్వంద్వ అర్థములు కలిగివుండును. ఒకటి ప్రపంచ అర్ధము ఇమిడి ఉండగా, మరొకటి పరమాత్మ అర్ధము ఇమిడి ఉండును. పొడుపు కథలోని ప్రశ్నకు ప్రపంచ అర్ధముతో జవాబు చెప్పితే, అది కాదని పరమాత్మ అర్ధమును చూపవచ్చును. ఒకవేళ జవాబు చెప్పువాడు పరమార్థ అర్థమును చెప్పితే, అది కాదని ప్రపంచ అర్ధమునూ చూపవచ్చును. ఈ విధముగా ఎదుటి వ్యక్తిని అధిగమించుచూ, వాని బుద్ధికి పదును పెట్టవచ్చును. ఉదాహరణకు “పండుగాని పండు ఏది” అని ఒక పొడుపు కథను అడిగినప్పుడు, దానికి జవాబు ప్రపంచ సంబంధముగా విభూదిపండు అని చెప్పితే, అది కాదని దైవసంబంధమైన జవాబుగా తలపండు అని చెప్పవచ్చును. ఈ విధముగా ప్రతి పొడుపు...