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

difference between field strings and structures

Former Member
0 Likes
886

difference between field strings and structures

3 REPLIES 3
Read only

Former Member
0 Likes
582

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.

Read only

Former Member
0 Likes
582

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.

Read only

Former Member
0 Likes
582

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.