‎2007 May 09 2:36 PM
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.
‎2007 May 09 2:52 PM
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.
‎2007 May 09 2:52 PM
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.
‎2007 May 09 2:56 PM
hi,
are trying to do this in your print program or in your smartform.
regds
prabhu