Can we create a Table Without a Primary key?
Answer Posted / rupal
Yes it is possible but it may be difficult while calculating later......
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the function of the correction system?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
what is field string ? & where we are using field strings?
What are ranges?
Differentiate between the uline and write: sy-uline statements if any?
What are the different database integrities?
How to specify a client for database table processing?
What is the difference between collect and append statements?
What are the different types of views and their definition?
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.
Differentiate between report and dialog program
Which transaction code can I use to analyze the performance of abap program?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
performance tuning concepts
How do you read files from the presentation server ? : abap bdc