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

Problem in using the logical database

nishanthbhandar
Contributor
0 Likes
534

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 ?

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
497

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

Read only

Former Member
0 Likes
497

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

Read only

Former Member
0 Likes
497

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.