Multi Copy/Paste from excel to Web Dynpro ABAP
由 Kiran Kumar Valluru 于 2013-2-27 下午12:30 创建,由 Kiran Kumar Valluru 于 2013-3-1 下午12:11 执行最后修改 版本 2
Introduction
This document helps how to use multi copy/paste from excel to Web Dynpro ABAP. In earlier versions of Netweaver ( before Netweaver 7.0 Ehp3 ), there is no provision to paste the clip board data to Web Dynpro ABAP. When you copy data from excel and paste in Web Dynpro ABAP Table, the data will be pasted only in the pasted cell.
From Netweaver 7.0 Ehp3, we have an event onTablePaste for input field, where we can handle the Pasted clipboard data.
Prerequisites
SAP NetWeaver 700 Ehp3.
Step by Step Process
Step 1: Create a Web Dynpro Component.
Go to the SE80 transaction and create a Web Dynpro Component.
Enter Description and click on OK.
Save and Activate the Component.
Step 2: Data Binding
Go to the Context tab of Main View and create a node STUDENT.
Enter Node name, select cardinality 0..n and click on OK.
Now right click on Context node STUDENT and create an attribute ID of type NUMC10.