cancel
Showing results for 
Search instead for 
Did you mean: 

smart forms in webdynpro abap

Former Member
0 Kudos

Dear friends,

i have data in a table like below screen shot , my requirement is to take print of this data, so i going for smart forms, could any please throw some ideas , how to bring my  final internal table contents in webdynpro   into my smart form

Thanks

Vijaya

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

I hope you have already created a smart form with Table design and an Importing parameter to pass Table data.

Now, in WDA, say you have created a button( print/ call smartform ), In onAction of Print button, call read the table data from context using get_static_attributes_table( ) method of context node. Then pass this table to the smart form function module.

Check the following docs for reference:

hope this helps u,

Regards,

Kiran

Former Member
0 Kudos

Thanks kiran  for links, will get back to u