In sap able to write only 64 characters in one single the text field has 20 lines, the processed data stored in text file and same data stored into excel. Trying to copy excel data into sap but its taking the old excel data (unprocessed data).
@lakshmi.mp , Could you show the Send Hotkey activity Properties as well ? Also, Try to use Debug upto the Set To Clipboard Activity and then perform the Paste(Ctrl+v) operation manually on SAP and Check if the data is the processed data.
Only first row data not writing properly its writing unprocessed, for rest of the rows its writing correctly.
Directly passing stringBuild.ToString() in set to clipboard, stringBuild.ToString() this contains the processed data.
Please provide solution.
In that case, can we get a closer look at the Data present in the First line ? You could also provide the Unprocessed data and processed data in separate text files to analyse the data further.
row 1 data procesed and unprocessed data. SAP screen should write processed data but its writing unprocessed data from input excel only performing string operation for that particular row and not removing the date followed by characters. From next row its writing properly. Only issue with first row.