Application Development 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: 

Smartforms

former_member242166
Participant
0 Kudos

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

Private_Member_49934
Contributor
0 Kudos

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

0 Kudos

Pls can you help me Sir? 

TuncayKaraca
Active Contributor
0 Kudos

Check these example programs that use a SmartForm.

  • SF_EXAMPLE_01
  • SF_EXAMPLE_02
  • SF_EXAMPLE_03
  • SF_EXAMPLE_04

0 Kudos

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

Former Member
0 Kudos

Please search before posting.

Locked.

Rob