What is the diffrence between index and primary key?
Answer / shankar
Index is used for faster recovery of data from database
table.We have Primary index and secondary index.
Primary key is a column in a table whose values uniquely
identify the rows in the table.
A Peimary key value cannot be null..
Is This Answer Correct ? | 13 Yes | 1 No |
What are the function of the transport system and workbench organiser? : abap data dictionary
what is a fiscal year ?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
1 Answers Cibernetix Business Systems,
how can we create editor box in alv grid? give coding
2 Answers Deloitte, Unilogic Software,
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
Table events aNd table maintains generation
What is the length of function code at user-command?
which of the following are used to define data in abap 1)parametrs 2)tables 3)class 4)data
what is the use of select for all entries in an internal table?
Can we access static attribute from instance method
Mention the various databases integrities?
Identify the valid statement when coding a field exit (a) SUBMIT RSCA101X. (b) MESSAGE E101. (c) MESSAGE I101. (d) BREAK-POINT.