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

CALL SCREEN NOT WORKING

prahul20995
Explorer
0 Likes
1,045

Hi All,

I m developing a report and I m trying to call another screen which contain the container alv but the alv is not displaying,It is in same there on selection screen .I debugged the PBO of the screen and found that CALLMETHOD alv_grid->SET_TABLE_FOR_FIRST_DISPLAY is not working it is bypassing the method.Please help.

1 ACCEPTED SOLUTION
Read only

michael_piesche
Active Contributor
915
  • Please have a look at the SAP demo report "BCALV_GRID_DEMO" (or any other "BCALV_GRID_*" report), which are using class CL_GUI_ALV_GRID (ALV List Viewer, ALV_GRID), execute the programme and review the coding. See what you are doing different than the demo report(s).
  • Reasses your requirements and check whether it might be easier for you to use simple ALV (SALV) instead of ALV List Viewer (ALV_GRID). Check report SALV_DEMO_TABLE_SIMPLE (or any other "SALV_DEMO*" report), which are using class CL_SALV_TABLE (Simple ALV for simple Tables).
  • If you are still having issues, post your abap coding, show error messages and/or screenshots.
3 REPLIES 3
Read only

michael_piesche
Active Contributor
916
  • Please have a look at the SAP demo report "BCALV_GRID_DEMO" (or any other "BCALV_GRID_*" report), which are using class CL_GUI_ALV_GRID (ALV List Viewer, ALV_GRID), execute the programme and review the coding. See what you are doing different than the demo report(s).
  • Reasses your requirements and check whether it might be easier for you to use simple ALV (SALV) instead of ALV List Viewer (ALV_GRID). Check report SALV_DEMO_TABLE_SIMPLE (or any other "SALV_DEMO*" report), which are using class CL_SALV_TABLE (Simple ALV for simple Tables).
  • If you are still having issues, post your abap coding, show error messages and/or screenshots.
Read only

Sandra_Rossi
Active Contributor
0 Likes
915

It's not possible to answer why your code is not executed if you don't post a minimal reproducible example.

Read only

michael_piesche
Active Contributor
0 Likes
915

prahul20995, do you continue to have issues with your coding or were you able to solve your problem?

Please add comments to your question that further describe your problem or add an answer that describes how you solved your problem.
If your problem is solved, accept an answer if it helped you and please close the question.