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

hi

Former Member
0 Likes
783

Hai gurus...can u please send the answers for the following questions...

Difference between Search Helps and Match Codes?

Elementary search helps, Collective search help.?

What is a collect statement? How is it different from append?

How do we debug sapscript?

When top of the page event is triggered?

Difference between Insert, Update and Modify?

What happens Update command is used without where clause ?

1 ACCEPTED SOLUTION
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
757

Hi Pavan

Please refer the Interview links:

You can get the answers as well concepts.

All the best.

Regards,

Sree

Hai gurus...can u please send the answers for the following questions...

Difference between Search Helps and Match Codes?

Elementary search helps, Collective search help.?

What is a collect statement? How is it different from append?

How do we debug sapscript?

When top of the page event is triggered?

Difference between Insert, Update and Modify?

What happens Update command is used without where clause ?

5 REPLIES 5
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
758

Hi Pavan

Please refer the Interview links:

You can get the answers as well concepts.

All the best.

Regards,

Sree

Read only

Former Member
0 Likes
757

HI,

differences and creating procedure of elementary and collective search help

http://help.sap.com/saphelp_webas620/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm

rgds,

bharat.

Read only

Former Member
0 Likes
757

HI,

match codes are the obsolete(old)version of search helps.

to debugg ascript goto se71 enter ur script name and select in the menu as UTILITIES->ACTIVATE DEBUGGER.

sequence of events IN CLASSICAL REPORTS:

************************************************************************************

At selection-screen output.

Initialization.

At selection-screen on field

At selection-screen on end of field

At selection-screen on Radiobutton Group R1. (If you have any radio buttons)

At selection-screen on block b1. (If you have any blocks)

At selection-screen

Start-of-selection.

Get node. (if the data is retreived from a logical database)

Get node late. (if the data is retreived from a logical database)

Top-of-page. (if the write statement is in the end-of-selection event or we can say that before the first write statement)

end-of-selection.

insert is for adding new rows to the db table

append is for adding new rows to internal table

modify is for modifying existing rows in db table or itab if no record with those primary keys exist it will create anew record.

update is for updating an existing row in db table or itab.it will not create any new record if the record with those primary keys doesn't exist

rgds,

bharat.

Read only

Former Member
0 Likes
757

Hi pavan..

again again..

search in the forums u will find no of answer,

regards,

nazeer

Read only

Former Member
0 Likes
757

hi

good

1->

1.A Search help is a ABAP Dictionary object used to define possible values (F4) help.

2.There are

two kinds of search help - elementary and collective.

3. An elementary search help uses a search

path to determine the possible entries.

4. A collective search help consists of two or more

elementary search helps, and thus provides more than one possible search path.

MATCH CODE OBJECT is used to call a particular search help and given along wirth the declaration of any parameters or select-options

thanks

mrutyun^