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

Smartform Error

Former Member
0 Likes
315

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
284

hi.

in the initialization section, you can issue the statement:

clear wa_ekpo.

hope this helps.

1 REPLY 1
Read only

Former Member
0 Likes
285

hi.

in the initialization section, you can issue the statement:

clear wa_ekpo.

hope this helps.