Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding fields in Smartforms

Former Member
0 Likes
1,004

Hi All,

Already two fields are there in smartform.I want to add another 4 fields on that.I've designed header.For main i've to fetch data for new 4 fields.

Pls help in fetchig data for main & pls pass the code & procidure as I'm very new to Smartforms.

Thanks..

Singha

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
591

Hi,

You may add a Program lines in the main window by right clicking on it and write your code to fetch the data for the rest of the fields.

For more ref please see this link.

<a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf">http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf</a>

Hope this will help you.

Regards,

Amit

Read only

Former Member
0 Likes
591

hi,

In the program from where you call the smartform Function module, you have to write extra code to fetch the four fields.

Add the new fields to the internal table first and then pass the data to Smartform.

In the smartform, in Form Interfac--> Tables tab, you need to define the internal table which you pass from program.

Hope this helps