Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10548

Re: Problem in Block Alv

$
0
0

Hi Nitin,

 

  Set your own PF status, enable the back button, and handle this using AT USER-COMMAND event. In this handler subtract the variable sy-lsind by 1, so that it moves to previous screen.

 

Example:

This code will be in AT USER-COMMAND.

 

IF sy-lsind > 0.

   SUBTRACT sy-lsind BY 1.

ENDIF.


Viewing all articles
Browse latest Browse all 10548

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>