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

system int table

Former Member
0 Likes
1,152

hi all

what is the system internal table used for dynamic screen modification?

ITAB or SCREEN or MODTAB or SMOD?

thank u

sunny.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
917

SCREEN

regards

Edited by: bhanu malik on May 27, 2008 2:12 PM

5 REPLIES 5
Read only

Former Member
0 Likes
918

SCREEN

regards

Edited by: bhanu malik on May 27, 2008 2:12 PM

Read only

Former Member
0 Likes
917

Hi,

Please use SCREEN.


loop at screen.
....
....
endloop.

Thanks,

Sriram Ponna,.

Read only

Former Member
0 Likes
917

Hi,

SCREEN-It is a structure and the fields in that are used for dynamic screen modification.

Regards,

Swetha.

Read only

Former Member
0 Likes
917

Hi,

Use loop at screen in the PBO

LOOP AT SCREEN.

ENDLOOP.

Read only

Former Member
0 Likes
917

Hi Sunny ,

Its the SCREEN.

U can put a breakpoint in ur program n check for the fields in tht structure or F1 help(always available..!)

Hope u find it helpful.

Regards,

Ramya