TAW_11 Chapter 9, LUWs across multiple programs Flashcards
1
Q
How do I call a FM in async mode?
A
CALL FUNCTION ‘FM’
STARTING NEW TASK
2
Q
To enable starting a FM in new task, how must the FM be defined?
A
As a remote function call
3
Q
Do Call function and call method share a LUW with the calling program?
A
Yes
4
Q
Do submit
A
No, they have a separate luw
5
Q
Do submit and leave to transaction share and LUW with the calling program?
A
No
6
Q
If I want to call a tcode from a program without user input…
A
Call the tcode with a BDC table and chose mode N
7
Q
CALL FUNCTION ‘ABC’ STARTING NEW TASK triggers a DB commit in the calling program
A
It does!!!