Can you create a field without data element domain?
Answer Posted / 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 |
Post New Answer View All Answers
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
To find the date difference & excude saturday & sunday in between them
What are the types of subroutines? : abap data dictionary
Explain enhancements
Name a few data dictionary objects?
What is the difference between native sql & open sql? : abap data dictionary
What is the last entry in all bdc tables? : abap bdc
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
Can we make use of flow logic control key words in abap/4 and vice-versa?
What is the difference between upload and ws_upload ? : abap bdc
Write special commands of list?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
Can we use on change of between select and endselect?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?