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

screen modification run time

Former Member
0 Likes
511

hello gurus , I m designing a screen for po , in that I want dynamic screen , suppose I have a button , when I wl click that a new window wl come in current scrren , ( like standard FINT tcode , in fi/co ,) hw to do , hw to write code for that , Plz send me some idea .

I m waiting for ur valuable idea .

Regards ,

Joy Chakravorty .

3 REPLIES 3
Read only

Former Member
0 Likes
466

Hi Joy,

Create one new screen in SE51 i.e screen 200. In screen 100 i you have one button after clicking that button then u hv to display screen 200 on same screen. Create a button on screen 100. give function code as BUT1.

use below syntax for idea.

case sy-ucomm.

when 'BUT1'.

CALL SCREEN 200 STARTING AT 37 5

ENDING AT 87 22.

endcase.

try like this... may be this will be helpful..

regards,

sunil kairam.

Read only

0 Likes
466

sorry guru , this is not my solution , I knw this one , I want Like FINT tcode , loop at screen , when I wl press the button screen wl expand and some new field appear .

I m waiting if u have some code plz send me .

Read only

Former Member
0 Likes
466

sorry guru , this is not my solution , I knw this one , I want Like FINT tcode , loop at screen , when I wl press the button screen wl expand and some new field appear .

I m waiting if u have some code plz send me .