cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to replicate the Cntrl + Y copying of multiple line items in SAP Fiori WebGUI application?

ansonabraham
Active Participant
0 Likes
7,611

Hi,

How to copy multiple line items from specific columns in SAP Fiori WebGUI app similar to copying items in the SAP classic GUI using Cntrl + Y keys?

Accepted Solutions (0)

Answers (3)

Answers (3)

Jocelyn_Dart
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Stefan, CTRL+Y is available in Web GUI from S/4HANA 2022

Refer to https://blogs.sap.com/2022/10/12/sap-fiori-whats-new-for-sap-s-4hana-2022-on-premise-and-private-clo...

Ylse
Explorer
0 Likes
Hola Jocelyn como estas??
lauinator
Explorer
0 Likes

I tried both suggestions by Wouter and none of them work 😞

WouterLemaire
SAP Mentor
SAP Mentor
0 Likes

There are some SAP notes about this topic, 2832849 - WebGUI: ALV Gridview or Table Control. How to select cell data using CTRL+SHIFT+Y | SAP Kn...

  1. If the ALVGrid or Table Control is configured to allow selection in general then you should use this proceeding:

· Select first cell of wanted selection

· Hold the 'Shift' Key on the keyboard down and keep pressed

· Select second cell of the wanted selection

· Now select on the keyboard: 'CTRL' + 'C' (this will copy the selection)

· Select on the keyboard: 'CTRL' + 'V' to paste the contents of the cells

2. 2. If ALV or Table Control is not configured to allow selection then you should use this proceeding. (This is generally the case especially for the Table Control)

· Select first cell of wanted selection

· Now select on the keyboard 'CTRL' + 'Shift' + 'Y'

· Hold the 'Shift'Key on the keyboard down and keep pressed

· Select second cell of wanted selection

· Now select on the keyboard 'CTRL ' + 'C' (this will copy the selection)

· Select on the keyboard: 'CTRL' + 'V' to paste the contents of the cells