Can we create a Table Without a Primary key?
Answer Posted / pradeep
A table widout a primary key wud be difficult to use wen it
comes to calculating its data wit other tables' data.Always
better to have a primary key.Hence if ur table has all
columns w/o unique values it always better to add a column
with serial number and make it the primary key.This wud also
help u in sorting and retriving values easily.
Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is payroll area
What is a table cluster? : abap data dictionary
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
Explain the use of table maintenance allowed?
Explain the different types of screen keywords?
How you attach search help to data element? : sap abap data dictionary
How to transfer the objects? Have to transferred any objects?
What are critical issues you have faced in your project
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What is the difference between sum and collect?
What are the two different ways of building a match code object? : abap data dictionary
What is the purpose of sum statement?
What are domains and data element? : abap hr
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.