cancel
Showing results for 
Search instead for 
Did you mean: 

currency

Former Member
0 Kudos

i m defining a work area and corresponding internal table for my smartform in type and global. like..

in type

TYPES: BEGIN OF TY_MAIN,

POSNR TYPE POSNR_VF,

MATNR TYPE MATNR,

ARKTX TYPE ARKTX,

FKIMG TYPE FKIMG,

BRGEW TYPE BRGEW_15,

GEWEI TYPE GEWEI,

NETWR TYPE NETWR_FP,

END OF TY_MAIN,

TY_T_MAIN TYPE STANDARD TABLE OF TY_MAIN.

in global data..

i_main type TY_T_MAIN .

wa_main type ty_main.

the currency field netwr showing in internal table but in work area its showing not define.??

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prakash,

I pasted same code in my smartform and it works fine and i see netpr field in the global data of fieldlist on.

If you are getting this warning "Field wa_main-netwr has no defined value", then just put this field as an input parameter in Initialization tab of global definitions.

Thanks,

Vamshi.