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
Post a Comment