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

ALV oops prblem

Former Member
0 Likes
810

Hi All,

i am displaying data through cl gui alv grid.

but when i am coming to that screen again i clear the container and grid object and displaying the alv again...

but 2nd time no data apppear..

Thanks in Advance,

Kushagra Sharma

1 ACCEPTED SOLUTION
Read only

pramodu
Active Participant
0 Likes
781

I am not sure what you did

Make sure you coded

***PBO Flow

MODULE STATUS_0100.

MODULE INITIAL_GRID. " Here Create Cataloge and Create Grid Control

**PAI Flow

PROCESS AFTER INPUT. MODULE USER_COMMAND_0100.

MODULE USER_COMMAND_0100 INPUT.

save_ok = ok_code.

clear ok_code.

CASE save_ok.

WHEN u2019BACKu2019.

LEAVE TO SCREEN 0.

ENDCASE.

ENDMODULE.

~Pramod

7 REPLIES 7
Read only

pramodu
Active Participant
0 Likes
782

I am not sure what you did

Make sure you coded

***PBO Flow

MODULE STATUS_0100.

MODULE INITIAL_GRID. " Here Create Cataloge and Create Grid Control

**PAI Flow

PROCESS AFTER INPUT. MODULE USER_COMMAND_0100.

MODULE USER_COMMAND_0100 INPUT.

save_ok = ok_code.

clear ok_code.

CASE save_ok.

WHEN u2019BACKu2019.

LEAVE TO SCREEN 0.

ENDCASE.

ENDMODULE.

~Pramod

Read only

Former Member
0 Likes
781

hi pramod,

my problem is that i am dissplaying a ALV using oops_alv but when ii cme back again to that screen data does not gets displayed.

thanks in advance,

kushagra sharma

Read only

Former Member
0 Likes
781

Hi Kushagra,

Please check out below given functionalities.

1. Please refresh your grid object

2. free the container object

3. Use Refresh table display method

Regards,

Narendra

Read only

pramodu
Active Participant
0 Likes
781

Hi

could you please paste ur code here

`Pramod

Read only

Former Member
0 Likes
781

hi,

please check the internal table which is you passing for display.............i think you refresh the table ...when back there is no data...............

regards

Gaurav

Read only

Former Member
0 Likes
781

problem solved.

thank you.

kushagra

Read only

Former Member
0 Likes
781

hi,

you have to share the answer and marked as answered.

regards

Gaurav