Answer Posted / prabhu kiran
yes , it is possible to create table without primary key
like that.....
fieldname type values
eno int2 defualt value
ename char 30
sal flt defualt value
then select builtin type.
these table can't migrated from one to other.
it's act like transparent table , but standalone.
whenever we create these table , we loss a valueble time.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is an abap data dictionary? : abap data dictionary
Explain the types of bdc's?
Explain the differences between se01, se09 and se10?
What is the difference between the function module and a normal abap/4 subroutine?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
How do you delete duplicate records from internal table?
What are the fields in the memory table ‘screen’?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
while implementing badi what are the tables u find??
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
What is the meaning of table buffer? This buffer is used by which type oftable?
What will exactly the hide statement do?
How to split one Invoice into Multiple ( Step by Step)?
What are user exits? What is involved in writing them? What precations are needed?
Which function modules can be used to transfer the data using bdc programming? : abap bdc