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

smart forms

Former Member
0 Likes
751

Hi all,

when ever i try to display the value for workarea in smart form,

i get an error saying that field has no defined value.

Please let me know is any trick that iam missing

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
714

I think that's just a warning, don't let it worry you.

7 REPLIES 7
Read only

Former Member
0 Likes
715

I think that's just a warning, don't let it worry you.

Read only

Former Member
0 Likes
714

hi ksjol,

In the Table Node..

u have a tab i.e Data tab...

there

<b>check the operand and give

itab into wa.</b>

hope this helps,

do reward if it helps,

priya.

Read only

Former Member
0 Likes
714

Kajol,

its a just warning message

go further n activate the form

u will get the form output

one way to eliminate this message is

check the variables in input n output n output parameters

u know even though u declare the variable in global definations u should define those varaibles in input n output parameters if u write any code in that specific window

if u find it useful mark the points

Regards,

Naveen

Read only

Former Member
0 Likes
714

Kajol,

I am not sure if you type in the fields manually, but its always better to drag drop the fields from the field list on the left side. If the field list is not visible, you can click on the FIELD list button on the toolbar and then drag and drop the fields.

Regards,

Ravi

Note :Please mark all the helpful answers

Read only

0 Likes
714

Hi ravi and all,

q1)In the fields i see only the internal table and not the fields connected to internal table as i need to display only few fields of internal table.

q2)i have a loop and with in that loop i have another loop under which i have a text.

for first record in the main loop,the text should be triggered three times and output should be written 3 times for some reason i am getting only the last output .

when i executed the code i mean similar loops in se38 i am getting 3 records writtem in the output for the first record.

Pls do let me know if iam wrong anywhere

thanks

Read only

0 Likes
714

In the field list you should be able to see the work area separately and when you expand that you should be able to see the individual fields.

Also, in your loop of the internal table make sure you are using the work area you have created.

Regards,

Ravi

Read only

0 Likes
714

Hi Ravi,

loop at itab1 into wa_itab1.

loop at itab into wa_itab where

matnr = wa_itab1-matnr

do i need to declare standard table because

i have declared internal table in smart form as

itab like table of marc.

in the program lines i used marc as input so i gives me an error saying field marc is unknown