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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

To enable starting a FM in new task, how must the FM be defined?

A

As a remote function call

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Do Call function and call method share a LUW with the calling program?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Do submit

A

No, they have a separate luw

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Do submit and leave to transaction share and LUW with the calling program?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CALL FUNCTION ‘ABC’ STARTING NEW TASK triggers a DB commit in the calling program

A

It does!!!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly