cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms check printing

Former Member
0 Kudos

Hi All,

The requirement is as following.

Main and only one table which we use in this smartform is PAYR.

VBLNR is the input .

The output fields according to VBLNR input are

RWBTR ,PRIDT, ZANRE ,ZNME1.

the above fields are inserted in the form in different windows.

so while executing the form when im entering the values for input parameter vblnr. The output is showing up empty.

Could you please give me step by step procedure for this with printprogram. I am confused in the form interface and global declaration part....

The final output of the check smartform should be as below.

-


I date: pridt(payment date) I

I I

IPay zanre.znme1(FOA.name of the payee) I

I I

IRupees: rwbtr(payment amount in words) Rs.rwbtr(payment amount) I

I I

I I

I I

-


hoping an early repsonse......

regards

PSNG.

Edited by: PSNG on Apr 15, 2008 9:12 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi PSNG,

define an internal table with these fields in types tabstrip of global definition, and define an internal table with that type of structure like for ex: itab type table of structure.

so define a work area of this type of structure.and define the variables with work area define like wa_itab-vblnr in required windows.

make the same structure in driverprogram and pass the internal table for this smartform.so that u can get the output.

make sure that u have defined correctly

reward me if useful....

thanks,

gupta pullipudi