Networking : Some Points

1) What is Baud Rate ? ANSWER: The baud rate is the rate at which information is transferred in a communication channel"2400 baud" means that the serial port is capable of transferring a maximum of 2400 bits per second."For an asynchronous serial transmission it requires 1 start bit and 2 stop bits and for synchronous transmission … Continue reading Networking : Some Points

Things to know in ABAP and ALV

Modularisation techniques subroutines Function Modules Methods events dialog modules How to use FM F4IF_INT_TABLE_VALUE_REQUEST This FM is used to display the values when u press F4 on a selection field. https://wiki.scn.sap.com/wiki/display/ABAP/ON+VALUE-REQUEST+event Internal Table events or control break statements AT FIRST AT LAST AT NEW AT END OF ON CHANGE OF Important things in ALV REUSE_ALV_GRID_DISPLAY. “Display … Continue reading Things to know in ABAP and ALV