Get Example source ABAP code based on a different SAP table
VERSION 5 IN
visibility section The declaration part> of a class> can be divided into up to three visibility sections. These areas are public>, protected>, or private>. They define the visibility of the components> of the class and therefore the interfaces> of the class towards all users allowed by the package check> concept. ABAP_MORE_INFO >