Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
1420There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
1449In which particular scenario we use sorted table and which particular scenario we use standard table?
1540
Name the abap/4 modularization techniques? : abap modularization
What is your current client number?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Explain Singleton class
Can you create an internal table dynamically?(at run time)
Can we use transfer dataset to transfer data in internal table ?
What is the difference between function group and function module?
Difference between sy-tabix and sy-index? Where it is used?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
How can you manipulate the presentation and attributes of interactive lists?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
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/
What is the diff between database view and maintenance view?
What happens if a function module runs in an update task?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary