TAW_10_1 chapter 10, modularization techniques Flashcards
What are local modularization techniques
Forms and local methods
What are global modularization techniques
Function modules, methods of global classes
What are the three formal parameter types?
Pass by value ( using value() )
Pass by value and result ( changing value() )
Pass by reference( changing )
What data naming conventions for form parameters are recommended?
P for parameter, C for changing paramenters, L for local data types
What is the customer naming convention for function modules?
Z_ or Y_
What are the 8 standard BAPI names
Getlist
Getdetail
Create, Change, Delete, Cancel
Getitem, removeitem
BAPIs expect input in external formats. FMs of what function group can be used to convert data into the expected formats
BACV