cancel
Showing results for 
Search instead for 
Did you mean: 

Change existing Smartforms.

Former Member
0 Kudos

Hi,

I need to add a field in existing smartforms for invoice. im new to smartforms.

the mainwindow has tableitem, has loop text.

I need to add this field -TETBE from table TVTB.

how will i do this in the existing smartforms.

regards

ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ravi,

first copy that smartform into Z form, then add that field into that internal table or if the samrtform is using the strucure then add that field into that strucutre. then in the select statment add this field to selct the data, if there in no select and the data coming from transaction into that structure then add that field in that table of the main window to print that value in the output

former_member842213
Participant
0 Kudos

hi,

First u need to copy the std smartform.

then we need to declare a types with a required field ( tetbe ) in types tab in global defnitions.declare a wa and internal table for the structure in global data tab.

write the select query in the initialization tab ,in that for ouput parameters name of the internal table has to be given in the output parameters if u use parameters in where statement it has to be given in input parameters.