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 'FIELDGROUP' & 'FIELDSYMBOL' & 'FIELDSTRING'..?

Former Member
0 Likes
304

HI,

I AM SIVA,

I AM NEW TO ABAP.

I HAVE A DOUBT.....

TELL ME WHAT IS DIFFERENCE BET 'FIELD SYMBOL' &'FIELD GROUP' &

'FIELD STRING' ...?

IF U KNOW THE ANSWER ...

PLEASE TELL ME...

FOR DETAILED ANSWERS POINTS WILL BE GIVEN....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
280

Field Symbols – They are placeholder or symbolic names for the other fields. They do not physically reserve space for a field, but point to its contents. It can point to any data objects.

Field-symbols <fs>

Field Groups – Field groups does not reserve storage space but contains pointers to existing fields.

An extract dataset consists of a sequence of records. These records may have different structures. All records with the same structure form a record type. You must define each record type of an extract dataset as a field group, using the FIELD-GROUPS statement.

Field-groups <fg>

Field String is nothing but dynamic internal table.

2 REPLIES 2
Read only

Former Member
0 Likes
281

Field Symbols – They are placeholder or symbolic names for the other fields. They do not physically reserve space for a field, but point to its contents. It can point to any data objects.

Field-symbols <fs>

Field Groups – Field groups does not reserve storage space but contains pointers to existing fields.

An extract dataset consists of a sequence of records. These records may have different structures. All records with the same structure form a record type. You must define each record type of an extract dataset as a field group, using the FIELD-GROUPS statement.

Field-groups <fg>

Field String is nothing but dynamic internal table.

Read only

0 Likes
280

HI SESHU,

THANKS FOR CLARIFYING MY DOUBTS..

I HOPE U WILL HELP ME IN THIS WAY IN FUTURE ALSO..

YOURS,

SIVA REDDY.