how to send the form to mail?
Answer Posted / nukala
to getthe spool data and convert PDF format send to the mail
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is the use of lock objects?
What is the structure of the bdc table? : abap bdc
What is the difference between ABAP and HR ABAP
Can you assign a matchcode object to a parameter? If so how?
What is a maintenance view? : abap data dictionary
How many types of tables exists and what are they in data dictionary?
What is the disadvantage of using exec sql statement in abap?
Difference between transparent tables and pooled tables? : abap hr
What are the function module in bdc?
List some of the many different ways that the sap standard functionality can be changed by a customer?
How do you find out whether a file exits on the presentation server?
In which table the material master data is stored?
Explain the session method? : abap bdc
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.