Whom do you report when you find difficulty in Tech. designing?
Answer / buddula15
Generally first we discuss with Team lead. Even the problem
is not solved then we will try to arragne a call with
onsite guys.
Is This Answer Correct ? | 6 Yes | 0 No |
Select query optimisation
What is an abap?
What are internal tables?
13) How to get POPUP SCREEN in a program?
What is the different between abap and ooabap? Why do we use ooabap?
Did you create secondary index?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
what is check table..what is domain?
What is the significance of at line-selection event?
Table ztest has a secondary index on the following fields: tnum, tcode. Select * from ztest where tnum ne '123' and tcode = '456'. Why is the index not used in the above case? Choices: a) Indexes are not allowed on Z tables b) Variables must be used, NOT literals c) Select individual fields, not select * d) Client is not in the where clause e) NE invalidates the use of an index Info: Can someone explain in detail why this happened? It will be really helpful to handle to case in Secondary index:
Can we use on change of between select and endselect?
Why do we use logical blocks in abap program?