cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Table creation

Former Member
0 Kudos

Hi Experts,

I created a table by dragging the data from dataview.When i checked the pdf preview that table was invisible.When i pass the data table become visible.How to make the table visible?

My actual requirement is to create a table as interactive,retrieve the data using webdynpro codes.

Please help me.

Regards,

Arun.

Accepted Solutions (1)

Accepted Solutions (1)

former_member389677
Active Participant
0 Kudos

Hi Arun,

I doesn't correctly understand your issue.

If you create table from data view, and try to display in pdf preview, it will not display the table. because the the number of rows in the table is 0. If you want to display the table in pdf preview then change the property as given below.

Object (tab)-> Binding (tab)->check Repeat table for each data item -> Min Count: to 1.

Thanks,

Shaira.

Former Member
0 Kudos

Hi Shaira,

My actual requirement is to create a table with 5 columns and 5 rows.User should be able to fill the fields of the table -ie- should be an interactive table.Also the user entered values should be updated in a database table.How i can achieve this?

Please help me.

Regards,

Arun.

former_member389677
Active Participant
0 Kudos

Hi Arun,

I hope you have corresponding web Dynpro context node for that table. You can add 5 blank rows using - APPEND INITIAL LINE TO lt_table. to the node (inside WDDOINIT). so when the form load this 5 blank rows will be displayed in the form. whatever you updated into the table will reflected to the web Dynpro node.

Regards ,

Shaira.

Former Member
0 Kudos

Hi Shaira,

Thanks a lot for your valuable time and response.

I am not using Webdynpro.I am using T-code SFP for creating the forms.In this case what should i do?

Any code to add in initialization?

Please help.

Regards,

Arun.

former_member389677
Active Participant
0 Kudos

Hi Arun,

I am confused because you were mentioned in your first post like' My actual requirement is to create a table as interactive,retrieve the data using webdynpro codes. ' .

What is your interface type in the property tab of the interface.

If it is ' Xml schema based interface ' it is normally created from Web dynpro. if the Interface type is ' Abap dictionary based interface ' then i think you can see Code initialization ' under Interface tab . I am not sure, but i think you can add any code under this initialization part.

Regards,

Shaira.

Former Member
0 Kudos

Hi Shaira,

I was asked to create a webdynpro application initially and later it changed.I am so sorry.

Really your inputs helped me a lot.

I am coding the same in initialization.Thanks a lot.

Regards,

Arun.

Answers (0)