What is an index?
By default system will create the primary index or User can
create,if user How?
And also Secondary indexes by User or by defaultly system?
Answer Posted / jenny
Indexes are a sorted copy of the table that exist in the
database which helps in faster retrival of data from the
database.
Primary Index : User cannot create a primary index, the
system creates a primary index by default based on the
primary keys of the table.
Secondary Index : The secondary indexes are created by the
user.we can create a maximum of upto 15 secondary indexes
for a table.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
Explain the difference between open_form and close_form?
What are domains and data element? : abap hr
why particularly lock object name starts with EZ OR EY?
How do you connect to the remote server if you are working from the office for the client in remote place?
What is a function group? : abap modularization
What functions does a data dictionary perform ?
How do you execute the payroll
What are the other modules integrated with om? : sap abap hr
What are interface/conversion programs in SAP?
Explain open dataset in sap abap?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
function modules are also external subroutines. State true or false. : abap modularization
How did you test the form you developed? How did you taken print?