Answer Posted / venkatesh
mr Prabhu
u are wrong, we can't create table without Primary Key
using built in type too
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
When was the sap abap being created?
What are the arithmetic operators in the sap abap?
What are the differences between the table and the structure in the data dictionary in the sap abap?
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
Explain get cursor field?
how to read the standard field value in your custom program.
What are the different types of the sap abap data dictionary objects?
What are the different types joins?
What is the process to enhance the Infotype
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.
What are the different types of work process?
What are the major steps will you use for tuning?
Explain data dictionary in abap?
How to create a check box/option button in a list?
What are the parameter types for a method?