TAW_10_2 chapter 14, screen error handling Flashcards

1
Q

What are the field checks that occur before PAI

A

Mandatory fields all filled
Field format
Fixed values
Foreign key

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

When an ‘e’ level error is raised from a field statement the PBO is reprocessed?

A

False

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

If a field is changed in PAI but has not been part of a Field chain, have its value changes been transported?

A

No, which is why you must be careful about the order of the field statements and make sure all values relevant to the check module are included in the chain

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

When a user corrects input after an e level error, where does processing resume

A

At the first field or chain that a changed field is used

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

What is the sequence of field transport from screen t program

A

1) all fields that are not part of a field or chain

2) all remaining fields are transported after the field statements

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

What is the difference between ON INPUT and ON REQUEST

A

ON INPUT means the field is not equal to it’s initial value

ON REQUEST means the field has been changed when new input is entered

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

How can automatic checks be avoided if the user wishes to leave the screen?

A

AT EXIT-COMMAND

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

Can a FIELD or CHAIN statement be combined with a switch

A

Nope

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

From the initial screen of a program, the BACK, CANCEL, and EXIT buttons all drive back to the calling program

A

True

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

How can the program check if a user entered data so a “save data” prompt can be given?

A

Check system field SY-DATAR. If the user entered data this field will be X. When an exit function is selected the user can be prompted with a popup

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