Can you create a field without data element domain?
Answers were Sorted based on User's Feedback
Answer / ansari
Yes we can do. while creaing a table new field, we can
chose predefined data type instead of Data element.
Is This Answer Correct ? | 33 Yes | 0 No |
Answer / ramneet
Yes ,We can create a field without any data element and
domain, by using ( Predefined type ) option given on the
right of the fields Tab (near to search help tab).
eg.
Field Data Element Data type Length Decimal
SERIAL_NO - CHAR 10 0
Is This Answer Correct ? | 16 Yes | 0 No |
Yes we can create. While defining data element below domain
there is a field called BUILT IN TYPE. Use this option.
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / muralikrishna .pothuraju
yes we can create at the time of creating a table after
finishnig field press built-in-type directly u can assign
data type , lenth and description for each field .like
that we can create field with out domain and data element .
we never create a filed like that because table to table
relation ship is not possible.
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / biswanath
yes we can create data object not data element so this way
we can do.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / damodar reddy
YES, we can
In table in SE11 while creating field there is one tab
called built-in-type select that, there we can give
predefined data type.
eg: emp_id TYPE c.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / chvpavankumar
yes. itab like mara. like this we way we create table
with out using domain and data element
Is This Answer Correct ? | 3 Yes | 13 No |
Worked on support project? How do you handle serious production issue? Severity? Time taken to resolve the issue? How you get issues/tickets?
Can a posting run be deleted? : sap abap hr
what is synchronous and asynchronous updates in BDC's, whats their difference ?
What is use of transparent table in abap? How it is different from pool tables?
How will you add search help in a program
I want to disable a field in selection screen so that it does not appear while displaying.How can i do that?wat wud be the code?
if some one deleted your records from ztable how o u see the records?
which layout sets you used?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is the syntax of packed number?
If internal table used in for all entries in empty then what happens?
how should post data from my internal table to flat file manually in bdc .please explain step by step