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

report

Former Member
0 Likes
1,176

1. in one report how many start-of-selection we can use?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,155

interview questions not allowed in this forum

pk

9 REPLIES 9
Read only

Former Member
0 Likes
1,155

Hi,

We can any number of such Start-Of-Selection events and the triggering depends on their occurence and other events also like top-pf-page, skip, write, uline and also the usage of EXIT and STOP in other events will affect the caling of this SOS event. for other events we have restirctions in using them many a times in a given program.

Thanks & Regards,

Chandralekha.

Read only

Former Member
0 Likes
1,155

Hi Srini,

There is One default Start-of-selection .

You can define any number of Start-of-selections.

They are executed in the order they appear in the program.

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
1,156

interview questions not allowed in this forum

pk

Read only

Former Member
0 Likes
1,155

hi

go through F1 help for any keywords

Regards

Raju Mummidi.

Edited by: Raju Mummidi on Jul 28, 2008 12:03 PM

Read only

Former Member
0 Likes
1,155

you can define any number of start-of-selection, it will be executed as per there sequence in the program..

http://www.abapguide.com/tag/start-of-selection/

With luck,

Pritam.

Read only

Former Member
0 Likes
1,155

hi check this...

there must be only one start of selection in the programme if you use the many no of start of

selections there is no error in using them but of no use i hope...best practice is to use only one..

http://help.sap.com/saphelp_nw04s/helpdata/en/fc/eb2d74358411d1829f0000e829fbfe/frameset.htm

Read only

0 Likes
1,155

Hi,

there is no hard and fast rule that there should be only one start-of-selection as such. we can write any number of SOS event but any ways clarity of code is utmost important. hence every thing is clubbed into single start-of selection.

Read only

Former Member
0 Likes
1,155

Hi Srinu ,

There can be any number of Start-Of-Selections in a report .

Read only

Former Member
0 Likes
1,155

Hi,

In a report you can use any number of start-of-selection.

by default the report will have start-of-selection event.