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

Smartforms

former_member242166
Participant
0 Likes
852

Hi frnds how to print the data in tabular format in smartforms?  And how to fetch the data from selection screen into smartforms?

Example:

Parameter value 1

Hav to fetch from selection screen

Parameter value 2

Hav to fetch from selection screen

Table value 1

Hav to fetch from selection screen

Table value 2

Hav to fetch from selection screen

Table value 3

Hav to fetch from selection screen

Pls help me out frnds..

5 REPLIES 5
Read only

Private_Member_49934
Product and Topic Expert
Product and Topic Expert
0 Likes
819

It's a very basic question. A little search for smart form tutorial may help

Read only

0 Likes
819

Pls can you help me Sir? 

Read only

TuncayKaraca
Active Contributor
0 Likes
819

Check these example programs that use a SmartForm.

  • SF_EXAMPLE_01
  • SF_EXAMPLE_02
  • SF_EXAMPLE_03
  • SF_EXAMPLE_04
Read only

0 Likes
819

Hi Linganathan

how to print the data in tabular format in smartforms?

if your data structure is fixed,  use the node "template", on designing the smartform.

If your data has multiple rows to show , use the node "table"

These are elements of Smartform designing.

And how to fetch the data from selection screen into smartforms?

you mean to say you have some parameters and Select Options...

you can pass those values into the functional module you are calling, to trigger the Smartform.

Map the same structure into the smartform in the Form Interface.( These Data now available in the smartform). You can display in the required area by design the form and assigning the structure.

try to take any example given above by mr.tuncay you will get to know about in detail.

Regards

Prabhu

Read only

Former Member
0 Likes
819

Please search before posting.

Locked.

Rob