cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in accesing a field from esll table

Former Member
0 Kudos

Hi all,

i have a requirement that i have to copy a field from one table from another

table, but both the table does not have any field common in directly.

Say i have to copy a field sub_packno from esll table to eskn table.

Please tell me how could i achieve this.

I am writing

LOOP AT it_eskn INTO wa_eskn.
     READ TABLE IT_ESLL INTO WA_ESLL

"please tell me how could i copy a field from esll table to eskn table, i have created a variable of type sub_packno in eskn

but don't know how to copy this, please help me"

   ENDLOOP.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I am not quite sure, but if the length & data type of that field is same as other one, then only you can copy. Check that.

go through the link, may help you:

http://scn.sap.com/thread/3167828

Also better to lock this query in ABAP Development.

regards

Shishir