what is Composite key in table creation? what is the use?
Answer / nishant nayak
A composite key consists of two or more columns, designated together as a table's primary key. Multiple-column primary keys can be defined only as table-level constraints:
A composite key has more than one attribute (field).
Used in database management systems as a key which has two or more fields in the columns in the table, or in a file.
Is This Answer Correct ? | 8 Yes | 2 No |
what are ALV reports? how they are different from normal reports?
Of the two call transaction and session method, which is faster?
What is the difference between User Exits and BADI?
5 Answers Accenture, IBM, SAP Labs,
How do we handle multiple line items in BDC's.
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
what is the difference between invoice and proforma invoice?
How to transfer a smartform from Development to Quality Server?
Hi i am surya, i have faced this questions plz give me the answer. I have requirement like this, i have two internal tbale like itab and itab1 in itab i have 50 records, in itab1 100 records are there. When execute this question what will be the output a]50 b]100 c]150? And how to join two internal tables what is the syntax for that?
12 Answers Satyam, TCS, Wipro,
How can I get the default values (like date, company code) in module pool programming before the screen is displayed?? I dont wanna use VARIENTS...
What is the difference b/w BAPI and Function module
What is a bsp application? : sap abap hr
Can I write AT SELECTION SCREEN & AT USER COMMAND event in single program?If yes how?and if no what error will it give??