cancel
Showing results for 
Search instead for 
Did you mean: 

select-options in cheque printing

Former Member
0 Kudos

hi all,

i have developed new layout for cheque printing using smartforms.

using parameters i am getting document no, corresponding all details getting print.

but the client wants to use multiple document no.

in function module also i am passing only one import parameter (i.e. doc.no).

my requirement is how to pass multiple data in smartfroms.

Rajasekaran.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

u need to change the FM...instead of one parameter try to use internal tables in the TABLES and pass on multiple documents to these internal table and accordingly write code in smart forms.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi can you send me the code that you have developed for this.

I have similar requirement.

Please send it to nvreddi@gmail.com

THanks in advance

Former Member
0 Kudos

hi,

probably you have to go for tables.

create internal table and pass that in the form interface.

santhosh