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

SM30 Maintenance view customization

Former Member
0 Likes
705

Hi,

I would like to ask if anyone know how I can force to show the Overview Screen of a Two Step Table Maintenance when there is only one record in the table. I tried putting a code on the Single Screen view to force to Overview Screen but it is forcing a loop evertime. Any Ideas?

Thanks.

Hi,

I would like to ask if anyone know how I can force to show the Overview Screen of a Two Step Table Maintenance when there is only one record in the table. I tried putting a code on the Single Screen view to force to Overview Screen but it is forcing a loop evertime. Any Ideas?

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
558

Hi Mike,

If table control is there on screen then Loop Endloop is mandatory on PBO and PAI event, even you have single record in your tabel control.

Thanks,

Dharmishta

Read only

Former Member
0 Likes
558

Hi Mike,

Can you let me know the code you put?

Check the entries in the table and then leave to overview screen(If one entry).

Then exit the loop from PBO.

Regards,

Raja.D

Read only

Former Member
0 Likes
558

Hi friend,

I too tried out the same.

I found that when we use 2 step in TMG we will get the details screen first and then the overview screen(when pressing on back button) when there is only one record in the table.

So what you can do is just try for 1 step which is giving the over view screen directly.

I think this will solve your requirement. If you have any issues please revert back to me i will help you.

Thanks,

Sri Hari.