Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in SALV

ifat_bar
Participant
0 Likes
513

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
482

Hi Ifat,

Check the link below that may help you.

[ALV OOPS Concept|http://help-abap.blogspot.com/search/label/OO%20ALV]

2 REPLIES 2
Read only

Former Member
0 Likes
482

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.

Read only

Former Member
0 Likes
483

Hi Ifat,

Check the link below that may help you.

[ALV OOPS Concept|http://help-abap.blogspot.com/search/label/OO%20ALV]