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

Smartforms: TABLE node problem in WAS 6.4

Former Member
0 Likes
279

Dear all

I have used a node TABLE in main window of SSF page .

in that TABLE => DATA tab i have some thing like

T_ITEM INTO WA_ITEM .(form interface TABLE i have defined T_ITEM and WA_ITEM in global defn)

i m passing a internal table with several records via FORM INTERFACE now the problem is =>it doesnt print the value of WA_ITEM-FDAT instead prints &WA_ITEM-FDAT& itself my mian window.

I m working on WAS 6.4 , whr i m going wrong plz tell.

I hope i hav explained completely .

Thnx

Moni

Message was edited by: md monirujjaman

1 REPLY 1
Read only

Former Member
0 Likes
256

WA_ITEM - work area

WA_ITEM-FDAT - field of work area

you can't print work area. You can print field of work area.

Kindly illustrate your question a bit more.

Regards,

Subramanian V.