cancel
Showing results for 
Search instead for 
Did you mean: 

Need Row based and column based data entry in WD ABAP.

former_member620069
Participant
0 Kudos

Hi ,

I have a requirement in webdynpro abap to develop a layout like this,please go through the attachment .

Please suggest your ideas, for which UI element need for this.I need to enter data through column wise based on row data.

Regards,

Srini.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

As suggested by others, you need to use table UI and u can enter data manually.

Please find the link below for reference.

SAPTechnical.COM - Demo on input enabled table using Web Dynpro for ABAP

Thanks

Vijay

former_member184578
Active Contributor
0 Kudos

Hi,

Its a table template! You can create a Table UI with Cell Editor as Input Field for this.

Regards,

Kiran

former_member620069
Participant
0 Kudos

Hi Kiran,

Thank you  for quick response ,my requirement is to enter data manually column wise , at least one column should be entered based on row data as shown in fig: Table editor is fulfill my requirement?

Regards,

Srini.

ramakrishnappa
Active Contributor
0 Kudos

Hi Srinivas,

Yes you could achieve your requirement using Table UI element.

in WDDOINIT method, try to get all the required row data into an internal table and bind it to the context node.

So that other cells against the rows will be blank cells and can be entered by user manually.

Hope this helps you.

Regards,

Rama