i have 4 primary keys and i want to use only one primary key
for select single.What changes will occur in the system?can
i use it?
Answers were Sorted based on User's Feedback
Answer / jagadish
In select single, you have to mention all the key fields in
where condition. Only in Select upto n rows there is no
need to specify all the key fields
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sainath
There wont be many primary keys.only one primay key with
many fields combination.so you can use select single for the
field u want.
Is This Answer Correct ? | 5 Yes | 7 No |
Answer / rams
when ever you are using select single you have to use all
primary key's, other wise it will give syntax error,
when you are using select UPTO N rows, there is no need to
use all primary key
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / ramjan shaik
A TABLE MUST HAVE ONLY ONE PRIMARY KEY.MORE THAN ONE
PRIMARY KEY NOT POSSIBLE TO GIVE TO THE TABLE.IF
GIVES,ERROR MESSAEG WILL DISPLAYS
Is This Answer Correct ? | 0 Yes | 4 No |
A Report program is executed in Back ground mode. The out put of this program must be sent to the inbox for a list of users.The users are based on an Organizational assignment defined in a configuration table. what is the Best way this can be performed?
How are the date abd time field values stored in sap?
SAP Date Format?
how to get the pop up screen ?the first screen as display button ,if we press that button then pop up screen has to come with same information?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What is function group?
what are logical and physical databases
What is the difference between native sql & open sql? : abap data dictionary
What is the bapi?
What is SAP script and Purpose?
What are the types of the programming language used in the sap abap software?
Which FM do you use to find out who is reporting to whom
When we are updating certain database table with 100 records and we found that only 60 records are updated, then how to find the errror records and how to correct and updated again? Explain step by step.