‎2005 Jul 19 2:20 PM
The start-of-slection event is not getting triggered. It will get triggered sometimes and sometimes it will never get triggered. Can anyone explain why it is happening so ?
‎2005 Jul 19 2:55 PM
which ldb ?
which selections you've done ?
program can begin in the ldb-program
(e.g.: SAPDBDDF for ldb DDF) not in your program!
and if you've done a special selection (e.g. in ldb ADA )
-> start-of selection isn't triggered
regards Andreas
‎2006 Jan 25 12:05 PM
Hai friends,
I need to add one more field in the first selection screen in "RFDOPR10" sap standard pgm.
already in the customer selection screen have 1. customer account & 2. company code.i want to add field Sales District KNVV-BZIRK also .
so i copy the pgm "RFDOPR10" and check it. it have Logical database "DDF" its sourse code in "SAPDBDDF".
advice me how can i add the selection option and validate the result.
Advance thanks ,
Vijayan
‎2006 Jan 25 12:13 PM
Hi Nishanth,
1. It will get triggered sometimes and sometimes it will never get triggered
How have u tested this ?
2. Immediately after START-OF-SELECTION,
just give one status message (without any condition)
and then EXIT.
3. Now run your program, SEVERAL TIMES,
It must get triggered every time.
(u can see the message in status bar)
4. START-OF-SELECTION.
MESSAGE s999(yhr) WITH 'abc'.
EXIT.
regards,
amit m.