cancel
Showing results for 
Search instead for 
Did you mean: 

S_ALR_87013611 Report Painter report to Internal Table

Khan
Participant
0 Kudos
289

Hi Guys,

  Im trying to run the standard report s_alr_87013611 in my abap program using submit to get the data in an internal table, but as a result the report is executed and data not returned. 

kindly review the attached code and suggest solutions

 

<Code removed as no answer were provided by the community>

 

View Entire Topic
sajid-khan
Explorer
0 Kudos

Hi,

Make sure that the report program that you are trying to call is outputting the data when run with the same selection screen data that you're passing with submit command. Call cl_salv_bs_runtime_info=>get_error after calling get_data_ref to see if there was any error encountered during data capture