‎2010 Jul 12 9:44 AM
Hello all ,
I created a report using SALV, the problem is after i exit the ALV unstead of going back to the selection screen ,
I get an empty screen like list screen with the name of the program as title.
When I check the name of the program screen i got SAPMSSY0.
Does anyone have a claw why I get it?
the flow of the program goes like that:
REPORT zpm_operative_control_rep.
INCLUDE zpm_operative_control_top.
INCLUDE zpm_operative_control_sel.
INCLUDE zpm_operative_control_cls.
INCLUDE zpm_operative_control_frm.
INITIALIZATION.
PERFORM use_correct_qmart_l.
PERFORM pre_read_catalog_f30.
PERFORM screen_parameters.
START-OF-SELECTION.
*Get Data
PERFORM get_data.
END-OF-SELECTION.
*Show Data IF gt_qmel[] IS NOT INITIAL.
PERFORM show_alv_data. "Manual run
Regards
Yifat
Moderator message: please use more descriptive subject lines from now on.
Edited by: Thomas Zloch on Jul 12, 2010 11:46 AM
‎2010 Jul 14 10:41 AM
Hi Ifat,
Check the link below that may help you.
[ALV OOPS Concept|http://help-abap.blogspot.com/search/label/OO%20ALV]
‎2010 Jul 12 8:01 PM
Based on your post, I suspect something is wrong in your SALV settings. See programs named SALV* for simple table output, or check out Rich Heilman's SALV Tutoral....he has an excellent, working tutorials for doing simple table and tree outputs.
‎2010 Jul 14 10:41 AM
Hi Ifat,
Check the link below that may help you.
[ALV OOPS Concept|http://help-abap.blogspot.com/search/label/OO%20ALV]