How can you distinguish between different kinds of parameters?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
Can we use transfer dataset to transfer data in internal table ?
What is the difference between a substructure and an append structure? : abap data dictionary
What is a table pool?
What is a predefined type in abap?
Can a domain, assigned to a data element be changed?
Name the special commands of list?
ABAP : Classical reports events name
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What is the difference between a structure and a table?
Define external layer?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/