‎2007 Jul 02 2:44 PM
Hi all,
I have the requirement to display the header texts from the ME23n Tcode for the PO in a smart form output.
I am giving the std. text name as the variable &wa_ekpo-ebeln& and the related text id and object in the text element of the smartform.
When i activate it the smartform is activated but it shows the error that "&WA_EKPO-EBELN& has no defined value" with a warning symbol.
However i am able to get the required output.
My concern is to get rid of the error/ warning messages when its activated. Ho w to achieveb that?
Your ideas are appreciated.
Thanks,
Stock
‎2007 Jul 02 3:06 PM
hi.
in the initialization section, you can issue the statement:
clear wa_ekpo.
hope this helps.
‎2007 Jul 02 3:06 PM
hi.
in the initialization section, you can issue the statement:
clear wa_ekpo.
hope this helps.