‎2008 Mar 28 8:53 AM
How does the stement mentioed in the Include will work
REPORT RM07MLBD NO STANDARD PAGE HEADING MESSAGE-ID M7 LINE-SIZE 150.
after this statement are the data definations done.
as when i debug my code the debugger does't go for the start of selection block , it directly comes out of the execution to SE80 screen.
can a program have more than one Start -of-selection block?
Can a include be in two different module pool programs.
regards,
archana
‎2008 Mar 28 8:58 AM
Hi
That program is not a module pool, so I can't understand your problem.
No, a report can have only one event START-OF-SELECTION,
Yes, an include can be used in several program (so module pool).
Max
‎2008 Mar 28 9:04 AM
Hi
1) A report can have only one START-OF-SELECTION event.
If no blocks are implemented in the program, then all statements are implicitly assigned to the standard processing block START-OF-SELECTION.
2) An include can be used in several module pool programs
reward if useful
regards
Ravi
‎2008 Mar 28 9:16 AM
Just put BREAK-POINT statement where u want to stop the program.
don't forget to reward.
Sameer
‎2008 Mar 28 9:44 AM
the program is executable program with having the include statements.
INCLUDE: zrm07mldd, " reportspezifische Datendefinitionen
zrm07grid, " Gitternetz, Formatierung, Farbgebung
zrm07mlbp. " reporteigene Parameter
and below this starts the code.
with the events at selection screen.....start of selection and all.....
the include is zrm07mldb is having the statement
REPORT RM07MLBD NO STANDARD PAGE HEADING MESSAGE-ID M7 LINE-SIZE 150.
the program RM07MLDB is a standard SAP program for the tode MB5B.
this prg RM07MLDB also consists of the block start of selection.
when i debug my z report with the tcode then
after the selection screen it doesn't go for the start-of-selection event and comes to the screen of se80.
i hope u got the problem
reg,
Archana
‎2008 Mar 28 10:03 AM
Hi
Try to check the type of transaction u've assigned to the report: it doesn't has to be a transaction for dialog program.
Max
‎2008 Mar 28 10:06 AM
how can i find that it is a tcode for dialog pogam or not????
reg,
archana
‎2008 Mar 28 10:13 AM
thank u i got the problem i assigned a dialog program transaction.
i can now proceed with the debugging.
reg,
archana
‎2008 Mar 28 10:15 AM
Hi
Go to SE93 and here u should see program and selection-screen
Max
‎2008 Mar 28 9:48 AM
Hi ,
Start-of-seelction is the default event whenever you run the report program. Report events should be only one for a single report program. We cant use the same report event for more than 1 time.
Regards,
Sanki.
‎2008 Mar 31 10:26 AM
The transaction created was a dialog transaction and should be screen transaction