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: 

Help needed in smartforms

Former Member
0 Kudos

Hi

My requirement is that I have to fetch values using a structure. The query is put on two different tables and data is fetched using a join. In the join, values are compared to a parameter( in print program).

How would this be achieved in smartform. Please guide.

Thanks and regards

Dinesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

you can get the print parameter into the smartform via it's interface and do the select in the smartform, then work with the retrieved data.

Cheers,

Stefan

4 REPLIES 4

Former Member
0 Kudos

Hi,

you can get the print parameter into the smartform via it's interface and do the select in the smartform, then work with the retrieved data.

Cheers,

Stefan

Former Member
0 Kudos

Dinesh,

Declare an internal table in form interface, get data in Print program and transfer the data to internal table defined in form interface.

Reward if it helps,

Satish

Former Member
0 Kudos

HI dinesh,

in smartforms when you create program lines in that you can

write select query and compare with import parameter

in that you have to give internal table in input parameter and give outparameter

its simple as you write in abap editor.

reward points if useful.

Former Member
0 Kudos

Thanks. Solved on my own