If BDC is developed in Development system with no data , where do we do the recording?
Answer / n m s m krishna
We can do the recording in QA system that has data and export the recording from QA system to notepad and import it into development system's transaction recorder.
Is This Answer Correct ? | 9 Yes | 1 No |
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
How to eliminate duplicate entries in internal tables? : abap data dictionary
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What is the difference between Search help and Match code ?
How to insert row in an Internal table?
What is lock object ? : abap data dictionary
What are different types of parameters?
How to declare select-option as a parameter?
tell me some of FI/CO tables
Which function module reads the data for particular infotype ? : abap hr
How can you access the function code from menu painter?
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: