Application Development 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: 

Assign values of one structure to another using field symbols

tarangini_katta
Active Contributor
0 Kudos

Hi All,

I have a work area which contains values:I want to assign the some field values to another structure using field symbols.

Can you please let me know.How can i do this.

thanks,

2 REPLIES 2

former_member555112
Active Contributor
0 Kudos

Hi,

Make use of ASSIGN COMPONENT statement.

Check this link.

[http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/frameset.htm]

Regards,

Ankur Parab

raymond_giuseppi
Active Contributor
0 Kudos

Read the online help of the [ASSIGN|http://help.sap.com/abapdocu_70/en/ABAPASSIGN.htm] statement or [FIELD-SYMBOLS|http://help.sap.com/abapdocu_70/en/ABAPFIELD-SYMBOLS.htm] definition. (click on the provided links or press F1 on Abap Editor)

Regards,

Raymond