ContributionsMost RecentMost LikesSolutionsCannot find BAPI function template for BAPI: IDOC_READ_COMPLETELY in SAP repository Hi Team, we are facing below error while writing idoc using SAP IDoc Write snap with latest version 4.32 , the error is : “error”: “Connection failed for: RFC_BAXTER.”, “stacktrace”: "com.snaplogic.api.ExecutionException: Cannot find BAPI function template for BAPI: IDOC_READ_COMPLETELY in SAP repository.\ sap snap pack is -main19844 Re: JSON snap not working as expected Hi @ptaylor , Thanks for the update, we will validate Re: SQL Server Bulk Load snap throwing error like string data truncation @pmancevski , we have created field with data type is varchar(8000,NULL), provided enough length to store the data SQL Server Bulk Load snap throwing error like string data truncation Hi Team, we designed pipeline to read data from excel sheet using excel parser then loading same data into sql server table using SQL Server Bulk load snap but it is throwing below error. There is no wrong data in the column showing the error. Reason: #@ Row 1, Column 54: String data, right truncation @# the data at Column 54 is like “Have/E22” Re: Converting rows into column Thank you @bojanvelevski , perfect it is working as expected. Converting rows into column I am trying below data converting rows into columns input: [ { “CARRIERCODE”: “abc”, “SHIPCARRIERTRACKINGNUM”: “531”, “DATETIMEVALUE”: “2022-05-16 08:05:00”, “DATETIMETYPE”: “ACTUAL_DELIVERY”, “DATEVALUE”: “2022-05-16” }, { “CARRIERCODE”: “abc”, “SHIPCARRIERTRACKINGNUM”: “531”, “DATETIMEVALUE”: “2022-05-11 09:31:00”, “DATETIMETYPE”: “ACTUAL_PICKUP”, “DATEVALUE”: “2022-05-11” }, { “CARRIERCODE”: “abc”, “SHIPCARRIERTRACKINGNUM”: “531”, “DATETIMEVALUE”: “2022-05-11 12:00:00”, “DATETIMETYPE”: “SHIP”, “DATEVALUE”: “2022-05-11” }, { “CARRIERCODE”: “abc”, “SHIPCARRIERTRACKINGNUM”: “531”, “DATETIMEVALUE”: “2022-05-11 09:49:00”, “DATETIMETYPE”: “ACTUAL_TENDER”, “DATEVALUE”: “2022-05-11” }, expected output: any leads here SolvedRe: Zip file write snap creating zip file with source folder structure , how to avoid file structure @j.angelevski ,@bojanvelevski, Thank you , it is working…great Re: Zip file write snap creating zip file with source folder structure , how to avoid file structure @j.angelevski , there is no extension after the mapper.it is just file name . screen shot below Re: Zip file write snap creating zip file with source folder structure , how to avoid file structure @j.angelevski , There is no extension for the file in the source system(reading file from source using file reader through sftp ). it is not txt file,but we can open with notepad or textpad sample file name is : xyzdata Re: Zip file write snap creating zip file with source folder structure , how to avoid file structure @j.angelevski , File reader doesn’t show any x-amz-meta-mimetype when i validated. I shared all the content showing by file reader in the screen shot earlier post