Answer Posted / dillip kumar mishra
KONV
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where do you use help views?
Polymorphism real time scenario
Does every abap/4 have a modular structure? : abap modularization
What are the restrictions on subscreens?
Define database layer?
Exception handling and how does it transfer from called method to calling method?
What is lock objects? : sap abap data dictionary
What are lock objects?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is the use of 'for all entries'?
What is the difference between call transaction method and the session method? : abap bdc
What is an internal table?
What are the data types of the external layer?
What are the different control break statements available inside a loop?
How can we use multiple transactions by using bdc_insert? : abap bdc