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

Title automatically changes on screen

Former Member
0 Likes
668

Hello friends,

There is an ALV grid on screen 0100. When ever we select row(s) in ALV and click on a button (defined by me), it do some processing and delete some or all selected rows. As soon as the ALV refreshes, the title of the screen changes.

There is only one title defined for the screen "TITLE_010" ( Vendor list). After change it becomes "Check Fields".

Here, screen is not refreshing, only the ALV is refreshing, then why the TITLE of the screen changes?

Thanks,

Ashish Sinha

4 REPLIES 4
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
646

Can you please paste the code piece which you are using to refresh the alv asnd settting title .

Read only

0 Likes
646

For setting the TITLE of the screen, i am using the statement SET TITLEBAR 'TITLE_0100' in PBO of screen.

And for refreshing the ALV in method HANDLE_USER_COMMAND, i am using call method grid->refresh_table_display.

Ashish Sinha

Read only

Former Member
0 Likes
646

Hi,

Check the title field in the layout structure is getting changed. After the Button click and before the REFRESH_TABLE_DISPLAY method is called check the layout structure is getting changed or not.

Read only

0 Likes
646

No the layout remain same. It is defined inside the PBO of screen.

Ashish Sinha