TAW_10_1 chapter 10, modularization techniques Flashcards

1
Q

What are local modularization techniques

A

Forms and local methods

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

What are global modularization techniques

A

Function modules, methods of global classes

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

What are the three formal parameter types?

A

Pass by value ( using value() )
Pass by value and result ( changing value() )
Pass by reference( changing )

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

What data naming conventions for form parameters are recommended?

A

P for parameter, C for changing paramenters, L for local data types

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

What is the customer naming convention for function modules?

A

Z_ or Y_

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

What are the 8 standard BAPI names

A

Getlist
Getdetail
Create, Change, Delete, Cancel
Getitem, removeitem

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

BAPIs expect input in external formats. FMs of what function group can be used to convert data into the expected formats

A

BACV

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