hi all,
i want to create a ztable with the following fields.
table name : zcontent.
1)name(char20)
2)address(char30)
3)email(char30)
4)phone(char10)
5)content(char500).
i have to insert the values into this table using the remote function module.The problem is char can hold only 255 characters. how to create a field with 500 charcters.
in the function module in the tables tab i have given itab(parameter name) like(typespec) zcontent(associated type)
i have tried with string as data type but the error is 'the table zcontent must be a flat structure, You cannot use internal tables,
strings, references, or structures as components'. how t o solve this problem.
regards