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

CONVERSION RULE

Former Member
0 Likes
325

hi,

plz suggest me anything(their types,significance etc.) about CONVERSION RULES in ABAP

1 REPLY 1
Read only

Former Member
0 Likes
288

Conversion Rules for Internal Tables

Internal tables can only be converted into other internal tables. You cannot convert them into structures or elementary fields.

Internal tables are convertible if their line types are convertible. The convertibility of internal tables does not depend on the number of lines.

Conversion rules for internal tables:

Internal tables which have internal tables as their line type are convertible if the internal tables which define the line types are convertible.

Internal tables which have line types that are structures with internal tables as components are convertible according to the conversion rules for structures if the structures are compatible.

Also check these links..

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

http://help.sap.com/saphelp_nw04/helpdata/en/59/ae3cfe488f11d189490000e829fbbd/frameset.htm