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

reg-smartforms

Former Member
0 Likes
365

This is my select statment:-

data: wa_bkpf like bkpf.

select single * from bkpf into wa_bkpf where belnr = p_belnr.

select * from bseg into corresponding fields of table itab

where belnr = wa_bkpf-belnr.

loop at itab where belnr = wa_bkpf-belnr.

Now what will be the next syntax regarding passing value ab\ter looping.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
344

Hi,

if u are talkin of passing data to the smart form u need to call the function

'SSF_FUNCTION_MODULE_NAME' which will get u the name of the FM for ur smart form.

Then call FUNCTION FNAME and pass the internal table to this.

The data will get imported to ur smart form. Then u can display the data in Text Elements on smart forms.

2 REPLIES 2
Read only

Former Member
0 Likes
345

Hi,

if u are talkin of passing data to the smart form u need to call the function

'SSF_FUNCTION_MODULE_NAME' which will get u the name of the FM for ur smart form.

Then call FUNCTION FNAME and pass the internal table to this.

The data will get imported to ur smart form. Then u can display the data in Text Elements on smart forms.

Read only

Former Member
0 Likes
344

hi,

are trying to do this in your print program or in your smartform.

regds

prabhu