...
| Role Code | Role Description | Explanation |
|---|---|---|
Authorization Check
List of autorization check done in the application.
...
0100 Main Screen
0110 Input Screen
0120 Dummy Costing Costs
0130 Dummy Costs (hidden - not used)Data Refresh
Classes
...
LCL_
...
TREE_
...
EVENT_
...
RECEIVER
Classe standard, permet d'activer des comportements avec le TREE. Chaque action est représentée par une METHOD propre.
...
METHOD handle_node_double_click : Déplie un noeud de la hiérarchie si on double clique dessus.
Functional and Technical rules on Workbench + Reporting
Rules & Explanations
Dependencies with other applications
Data loadings
Info providers and objects loaded
Loading frequency
Average performance
| Key Figure | Estimation |
|---|---|
| ~ Average Process Chain Runtime | |
| ~ Average nb of rows loaded per load | |
| ~ Total nb of rows loaded (if full) | |
| ~ Average Runtime for 10k lines |
Record Keeping
Reporting
Queries End User Documentation
Main queries
Main functionalities
Broadcast
Maintenance
Known bugs
Recurring procedure
...
LCL_TOOLBAR_EVENT_RECEIVER
Classe standard, permet d'activer des comportements sur la TOOLBAR du TREE. Chaque action est représentée par une METHOD propre.
Chaque CLASS est définit par une DEFINITION et une IMPLEMENTATION.
Chaque METHOD est présente dans l'une de ces deux classes.
Dans cette transaction, une seule action est activée :
METHOD on_function_selected : Récupère les actions sur les boutons Activities et Raw Material
Includes
- INCLUDE ZBW_M_INT_ANALYSISTOP. " Types / Data declaration
- INCLUDE ZBW_M_INT_ANALYSISCL2. " Class : Handle Tree event
- INCLUDE ZBW_M_INT_ANALYSISO01. " PBO and PAI
- INCLUDE ZBW_M_INT_ANALYSISF01. " Screen Declaration
- INCLUDE ZBW_M_INT_ANALYSISF02. " Data selection
- INCLUDE ZBW_M_INT_ANALYSISF03. " Checks
Subroutine
- ADD_COMPLETE_LINE → Add nodes in the TREE (Recursive)
- BUILD_FIELDCATALOG → Unique structure of data used in TREE and GRID
- BUILD_HIERARCHY_HEADER → TREE header
- CHANGE_TOOLBAR → Add buttons to display / hide Activities and Raw Materials
- CHECK_AUTHORITY → Perform check on GBU and Scope (AUTHMA)
- CHECK_INPUT → Perform check (after Check or Update button) to verify if fields are filled and if data is available in source before to execute the FM
- CREATE_GRID → Filled GRID with DATA from GET_DATA
- CREATE_HIERARCHY → Filled TREE with DATA from GET_DATA
- EXIT_PROGRAM → Leave transaction
- GET_DATA → Execute FM ZBW_M_INT_READ
- INIT_GRID → Create GRID Object with FIELDCATALOG
- INIT_TREE → Create TREE Object with FIELDCATALOG
- REGISTER_EVENTS → Handle some specific action (Only Double click to explode a node on TREE)




