‎2007 Mar 12 1:09 PM
Hi folks!
I'm learning (by myself) the use of dynpros and I have a doubt:
If I need an initialization. Where should I put it? I've tried the "Initilization" clause on general data include but it isn't running.
Now I'm doing it into PBO module, but it's executed for every PBO and not only for the first one. So I'm checking a flag for know if it's the first PBO or not. It's working but is not so elegant. Are there a better way?
A link to a good dynpro manual will be also appreciated.
Thanks!
‎2007 Mar 20 3:29 PM
So, anybody con help me with this? I yet don't know how to initialize a dynpro.
Thanks!
‎2007 Mar 12 1:11 PM
‎2007 Mar 13 2:20 PM
Amit, I'm asking information of windows dynpros. I'm not using Java, Netweaber or Web forms. I'm using only the classic SAP Windows with SAP GUI.
Thanks!
‎2007 Mar 20 3:29 PM
So, anybody con help me with this? I yet don't know how to initialize a dynpro.
Thanks!
‎2007 Mar 20 3:32 PM
Hi Gaston,
I have an alternative.
Create a report type program.
say ztest.
in report programs we can have initialization section.
initialization.
write your code here.
start-of-selection.
call screen '0100'. "call your screen here.
Regards,
Ravi
‎2007 Mar 20 3:55 PM
Hi
the wasy u r initializing is OK and you can restrict it by putting flag only.
there are some good examples at ABAPDOCU transaction
Naresh