Hello sir, is it good to add variable declarations inside a form. If we add in it then can we use it in alv grid display ucomm form
@sapabapbyrahulmehtaАй бұрын
Hello Rushi - It is good to declare the variables locally in that subroutine only. The variables declared inside a subroutine can be used in that subroutine only. It can not be used in any other subroutine.
@Rajasekharabap4 ай бұрын
Thank u sir
@srinivasreddy1688 Жыл бұрын
sir can you please make a video on field symbols as well, how to use and difference between work area and field symbol
@sapabapbyrahulmehta Жыл бұрын
Hello Srinivas - Field-Symbols is the list of noted topics, so it will be covered in the future.
@rachupatil5980 Жыл бұрын
Sir how to work modularisation with class and methods for reports, can you please make videos on that part also. Thanks in advance
@sapabapbyrahulmehta Жыл бұрын
Hello, Please go through the playlist of ABAP OOPS. Class Methods are the part of ABAP OOPS playlist.
@KANNANKANNAN-vu9rq6 ай бұрын
Types of function module with details available in your playlist sir
@sapabapbyrahulmehta6 ай бұрын
Please refer the below mentioned playlists. Modularization Techniques playlist - You will get the practical of Normal Function Module. Additional ABAP Concepts Playlist - Update Function Module. Cross Applications - RFC Function Module.