‎2008 Mar 13 5:16 AM
‎2008 Mar 13 5:23 AM
Hi,
There is no differnts b/w field string and structure both are same... but the term field string is used in program and the term structure is used in tables.
Both are used to declare a group of common variables/field that is frquently used in sap.
Thanks.
Arunprasad.P
Reward if useful.
‎2008 Mar 13 5:24 AM
Hi,
Field string can hold one record at a time.
Structure contains data temporarily during program run time.
No database table are generated from it.
‎2008 Mar 13 5:25 AM
Hi,
structure is the one we create in the data dictionary.these are global
field string is the one we create in programs,classes,Fms,etc...these are local
rgds,
bharat.