‎2008 Apr 24 8:11 AM
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 .
‎2008 Apr 24 9:56 AM
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.
‎2008 Apr 24 1:21 PM
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 .
‎2008 Apr 24 1:21 PM
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 .