Answer Posted / pavan
se30. using this we can modify tables at database leval
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
What is the tcode for sapscript forms?
What are the different kinds of lock modes?
What are ranges?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
How to write a bdc – how do you go about it?
What is processing class, where we do them and why? : sap abap hr
Explain what are the different functions used in sap script? What are the parameters used in each function?
What is the bitwise operator in the sap abap?
What is a transport?
What two statements are required in an abap program to output an icon using a write statement?
What are user exits? What is involved in writing them? What precations are needed?
Can we write the code both call transaction and session method in single program?
What are the three hierarchical levels of data types and objects?
Explain the different types of mode (run code) in call transaction method?
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.