Symptom
Clipboard content, especially when taken from applications like Microsoft Excel, may contain empty cells, columns or rows like in this example:
Some data | |||
More data | |||
Final data |
So far, the ALV Grid Control used to overwrite the content of all cells when a block as depicted above was pasted. As an example, if one pasted the above data into an ALV Grid Control containing cells like these:
1 | USD | 747-400 | 385 |
2 | USD | 747-400 | 385 |
3 | USD | 747-400 | 385 |
4 | USD | 747-400 | 385 |
5 | USD | 747-400 | 385 |
the result would have been:
Some data | |||
More data | |||
Final data | |||
5 | USD | 747-400 | 385 |
However, this result may be unexpected, and it was not consistent with the handling in SAP GUI for Java and SAP GUI for HTML. Therefore, as of SAP GUI for Windows 8.00 the default behavior for pasting data into an ALV Grid Control is changed, so that empty values do not overwrite cell content.
In the example above, the result with the new feature is:
Some data | USD | 747-400 | 385 |
2 | More data | 747-400 | 385 |
3 | USD | 747-400 | 385 |
4 | USD | 747-400 | Final data |
5 | USD | 747-400 | 385 |
Read more...
Environment
SAP GUI for Windows 800.
Keywords
ALV, ALVGrid, ALV Grid, Copy, Paste, Copy & Paste, Copy and Paste, Ctrl+c, Ctrl+v, Ctrl+c Ctrl+v, ALVPasteOverwriteValues, HKEY, HKCU, HKLM, SAP GUI 800. , KBA , BC-FES-GUI , SAP GUI for Windows , BC-FES-CTL , SAP GUI for Windows Controls , How To
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.