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

Help needed in smartforms

Former Member
0 Likes
497

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
Read only

Former Member
0 Likes
471

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
Read only

Former Member
0 Likes
472

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

Read only

Former Member
0 Likes
471

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

Read only

Former Member
0 Likes
471

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.

Read only

Former Member
0 Likes
471

Thanks. Solved on my own