Casting in abap

 Casting: - 

   Casting is nothing but switching one object from one type to another type. 

    * This is two types. 

            1. Narrow casting.

            2. Wide casting.

    * Narrow casting is nothing but switching one object from more detailed view to less detailed view.

    * Wide casting is nothing but switching one object from less detailed view to more detailed view.

Comments

Popular posts from this blog

New syntax for append- VALUE (new syntax 7.4+) in ABAP

Read statement new syntax in ABAP. (7.4+).

Concatenation new syntax( 7.4+ ).