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: 

use transparent database table data in smartform

0 Kudos

hi experts

I need to use data from transparent database table in smartform

how to do that

1 ACCEPTED SOLUTION

robinthakral
Advisor
Advisor
0 Kudos

Declare internal table, table type of transparent table in global data .

Go to Global Data -> Initialization and code there to fetch the data into the respective.

go for #basic #working , #building of SF, just don't jump for questions in very first steps.

Follow at:
https://www.linkedin.com/in/robinthakral/
5 REPLIES 5

matt
Active Contributor
0 Kudos

Have you tried searching of basic tutorials for programming smartforms?

raymond_giuseppi
Active Contributor

There are many solutions, first perform some search for a Smartforms beginner's guide and then post a question when you get an actual problem?

robinthakral
Advisor
Advisor
0 Kudos

Declare internal table, table type of transparent table in global data .

Go to Global Data -> Initialization and code there to fetch the data into the respective.

go for #basic #working , #building of SF, just don't jump for questions in very first steps.

Follow at:
https://www.linkedin.com/in/robinthakral/

0 Kudos

Thank you very much for responding that helps me

but how to declare internal table

Sandra_Rossi
Active Contributor

It's bad practice to define the logic inside Smart Forms. Prefer to externalize it, and pass only the required data to the Smart Form.