‎2007 Dec 20 8:50 AM
Hi experts
I am creating a invoice using zcode instead of creating output types.
My requirement is,
I am creating a structure and designing the smartform.
one of out program they used the following declarations for invoice output types.
TYPES : t_kond TYPE lbbil_it_kond.
DATA : wa_kond TYPE t_kond.
move wa_kond-kbetr TO wa_final-kbetr.
but in my smartform how to read data.
Here can i use LBBIL_INVOICE structure for my case.
Regards
Rajaram
‎2007 Dec 20 8:59 AM
hi,
U can populate the work area in ur driver program and then declare a work area with same data type in form interface of smartforms and then move the work area from driver program to smartforms.
Reward points if helpful,
Regards,
Sumanjeet.
‎2007 Dec 20 8:59 AM
hi,
U can populate the work area in ur driver program and then declare a work area with same data type in form interface of smartforms and then move the work area from driver program to smartforms.
Reward points if helpful,
Regards,
Sumanjeet.