TAW_11 Chapter 10 SAP lit viewer ALV creation Flashcards

1
Q

What are the three ALV output forms

A

Full screen
Embedded in a container
Classic ABAP list

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

What are the key (non moving columns of an ALV called?

A

Lead columns

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

What can the mouse left click do in an ALV?

A
Copy
HIDE
SHOW
OPTIMAL WIDTH
FREEZE COLUMN
UNFREEZE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In an ALV drid screen, what should the next screen be set to

A

The existing screen number so the user doesnt accidently leave the screen

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

Where can a context menu be defined?

A

As a type of gui status

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

How often should the ok_code field be reset

A

During every dialog step (top of PBO works)

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

What is the best way to check if an instance of an object has already been created

A

If is not initial

‘I have used bound in the past

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

What is I_parent linked to in an ALV object

A

The container

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

How can resources be released?

A

All enjoy objects have a FREE method

Also FREE:

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

The ALV model gets it’s field from the supplied table. How does the ALV grid get this info?

A

From the field catalog, although a structure from the DD can be passed instead

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

Standard, Sorted, and Hahed tables can all be used with an ALV grid?

A

No, only standard tables are allowed

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

Sorting the data on the screen of an ALV does not change the sort order of the internal table

A

Not true, at least for the ALV GRID. I thought the SALV retained the sort order of the table even when the data was resorted on the screen

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

Name two additional peices of information that can be passed as part of an ALV?

A

Filter and sort data

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

What is the difference between IS_STABLE and I_SOFT_REFRESH when calling REFRESH_TABLE_DISPLAY

A

Soft only refreshes data, not sort or other criteria
stable refers to the scroll stability
THESE CAN BOTH BE ACTIVE

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