Some extra data is requiered so I am creating a new program. And one of the changes is also to create the file with a Smartform.
I have to send the values of our customer to an internal table and print them (since some values are edited in the invoice and not taken from the master sales data).
I have the following node code:
- Code: Select all
SELECT SINGLE *
FROM vbrk
INTO w_vbrk
WHERE vbeln = vbeln.
What do I have to do to print values on Smartform with text variable, for example: &W_VBRK-KUNAG&
I have been trying with different declarations in Form Types, Global Data, code, and just getting all kinds of errors, I am lost.
If someone can please point me the general steps I have to print this.
Regards,
Carlos

