2007 May 30 1:14 PM
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 ?
2007 May 30 1:25 PM
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 ?
2007 May 30 1:25 PM
Hi Pavan
Please refer the Interview links:
You can get the answers as well concepts.
All the best.
Regards,
Sree
2007 May 30 1:28 PM
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.
2007 May 30 1:28 PM
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.
2007 May 30 1:35 PM
Hi pavan..
again again..
search in the forums u will find no of answer,
regards,
nazeer
2007 May 30 1:39 PM
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^
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |