A Report program is executed in Back ground mode. The out
put of this program must be sent to the inbox for a list of
users.The users are based on an Organizational assignment
defined in a configuration table. what is the Best way this
can be performed?
Answer Posted / guest
Since the users are having Org Assignment, we can have a
workflow wherein one task is to run the program in
background and next task will read the spool and send
output to the list of users. These users will have a common
job assignment.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are function modules?
What is the use of lock objects?
What is the use of the raising exception? : abap modularization
How will you define org structure in MM?
What are local objects? : abap data dictionary
How do you display a data in a detail list?
What is primary index?
What are the system fields?
Badi concepts
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
Explain data dictionary in abap?
What is the disadvantage of a call by reference? : abap modularization
What are the function modules that are generated when you activate a lockobject? : sap abap data dictionary
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
How do you process errors in session method ? : abap bdc