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

general

Former Member
0 Likes
605

hiii,

What statement is used to move identically named fields between structures?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
589

move-corresponding fields of <S1> to <S2>

Regards.

5 REPLIES 5
Read only

Former Member
0 Likes
590

move-corresponding fields of <S1> to <S2>

Regards.

Read only

Former Member
0 Likes
589

Hi,

Move corresponding is used to identically named fields between structures

See this links

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3260358411d1829f0000e829fbfe/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/79/c5549ab3dc11d5993800508b6b8b11/frameset.htm

Plzz Reward if it is useful,

Mahi.

Read only

Clemenss
Active Contributor
0 Likes
589

please no more spammimg!

Read only

Former Member
0 Likes
589

Hi Sahasra

MOVE-CORRESPONDING is used to move identically named fields between structures.

Please reward Pts also.

Regards

Deepanker.

Read only

Former Member
0 Likes
589

Hi,

There are two concepts : 1. Move 2. Move corresponing

1. Move: here the sturture should be similar.

2. Move corresponding : field names of your database table and internal table should be same.

Regards,

Sana.

award with points if found helpful..