‎2010 Apr 30 12:04 PM
I created a customized Z report from the existing standard SAP report and also created a new tcode into the development server, and released the request via se09 into quality server. Now when I try to execute this tcode in the quality server, its giving me a error message 'status STANDARD of the user interface ZRM06ENDR_ALV missing'. Due to which its not displaying various push buttons like 'print preview' 'messages' etc. However its working fine in the dev server
‎2010 Apr 30 12:19 PM
You should creat GUI status. You can copy it from another report by clicking right on the gui status from which you copy. Then specify the target report. Then in your Z report activate the gui status. Also write the code below:
form alv_menu using rt_extab type slis_t_extab.
set pf-status 'STANDARD_FULLSCREEN'. " Write here your gui status' name .
endform.
In call function reuse_alv_grid_display set i_callback_pf_status_set parameter as 'ALV_MENU'.
‎2010 Apr 30 12:19 PM
You should creat GUI status. You can copy it from another report by clicking right on the gui status from which you copy. Then specify the target report. Then in your Z report activate the gui status. Also write the code below:
form alv_menu using rt_extab type slis_t_extab.
set pf-status 'STANDARD_FULLSCREEN'. " Write here your gui status' name .
endform.
In call function reuse_alv_grid_display set i_callback_pf_status_set parameter as 'ALV_MENU'.
‎2010 Apr 30 12:27 PM
‎2010 Apr 30 12:30 PM
Reshma.rbi,
Go SE41 t.code and activate z report's status and transporte it to again into quality server. It may solve your problem.
Regards,
Syed Tayab shah
‎2010 Apr 30 12:36 PM
Hi reshma,
you have to copy the GUI status of the standard program and transport that too.
Regards,
Sumit
‎2010 Apr 30 12:39 PM
hi,
in the dev server, go to SE80 , give the std pgm and right click ->copy. Here you can copy with the variants, text elements, GUI_status.. rename it to ur Zreport. This would solve your problem.
Thanks
Seema
‎2010 Apr 30 12:40 PM
Copy the GUI status of the standard program to custom one using SE41 and retransport it.