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

Invoice Error

Former Member
0 Likes
321

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
297

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.

1 REPLY 1
Read only

Former Member
0 Likes
298

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.