‎2007 Apr 09 11:43 AM
HI ALL,
I am having my own pf-staus uisng following function module. in this pf-stus i have back button only. when i click back button it is not going to back. in debugging its sy-ucomm is space.anybody can suggest me what shall i do in this case.
report zmahi4.
selection-screen: begin of block b1.
parameters : p_appln type zuser_secobjects-appln.
parameters : p_user type zuser_secobjects-appln_user.
selection-screen end of block b1.
data : exclude like rsexfcode occurs 0 with header line.
at selection-screen output.
call function 'RS_SET_SELSCREEN_STATUS'
exporting
p_status = 'SELK1'
tables
p_exclude = exclude
exceptions
others = 1.
thanks,
maheedhar.t
‎2007 Apr 09 11:57 AM
‎2007 Apr 09 11:52 AM
Hi,
Did u check if PF-Status SELK1 has 'BACK' assigned to back button?
Firstly, is SELK1 defined for the report zmahi4 ?
Santhosh
Message was edited by:
Kaluvala Santhosh
Message was edited by:
Kaluvala Santhosh
‎2007 Apr 09 11:53 AM
Hi,
first check whether staus with name selk1 is create for that program zmahi4.
selection-screen: begin of block b1.
parameters : p_appln type zuser_secobjects-appln.
parameters : p_user type zuser_secobjects-appln_user.
selection-screen end of block b1.
data : exclude like rsexfcode occurs 0 with header line.
at selection-screen output.
call function 'RS_SET_SELSCREEN_STATUS'
exporting
p_status = 'SELK1'
tables
p_exclude = exclude
exceptions
others = 1.
AT SELECTION-SCREEN.
CASE SY-UCOMM.
WHEN 'BACK'.
SET SCREEN 0.
ENDCASE.
regards,
bharat.
‎2007 Apr 09 11:57 AM
‎2007 Apr 09 12:06 PM
Hi Maheedhar,
Make sure that in PF status SELK1....
<b>in the Function Keys....'BACK' is assigned to the BACK button..</b>
this will solve your problem.
<b>
Reward points for helpful answer,</b>
Regards,
Tejas