Answer Posted / lakshmikanth
sy-lisel
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the different buffering methods?
What does the extract statement do in extract datasets?
How to give programe name as input in BDC report of abap ?
What does the insert statement in extract datasets do?
What is bdc programming? : abap bdc
How to create a button in selection screen ?
what is the difference between Blocked ALV and interactive ALV?
What is an update task? : abap modularization
Can you define a field without a data element? : abap data dictionary
What is the structure of bdcmsgcoll? : abap bdc
What is output determination?
There 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.
Name some system global variables you can use in abap programs?
Difference between call by value and call by reference? : abap data dictionary
What is the difference between RETURNING and CHANGING parameters for a method?