What is meant by read lock? : sap abap data dictionary
No Answer is Posted For this Question
Be the First to Post Answer
how many types of idoc'c?
How to upload data using CATT ?
im trnsfering 10 data records from outbound though idocs but 8 records are transferred , what about remaing records but it did not show any error?
what is Cross Applications?
which of the following is more efficient when we are retrieving data from more tables. select statement using innerjoins or select statement using for all entries?
What is lock object ? : abap data dictionary
What is the difference b/t Session method and call transaction method ??
1 Answers Campus Interview, ERP Solutions,
what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
What are the types of windows in sap script?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
What is the disadvantage of a call by reference?
Where are you used type casting?