General presentation
Objective of the application
Cette transaction a pour but d'afficher dans le détail la structure de coût d'un produit.
Tool Leader + IT leader of the application: Gregory Rigal et Ludovic Depoix
Usage information
History
Roles & Access
Roles and access
List of application role + menu role and explanation if we have several applications role with specials rules.
| Role Code | Role Description | Explanation |
|---|---|---|
Authorization Check
List of autorization check done in the application.
See FORM CHECK_AUTHORITY
| Authorization object | Explanation |
|---|---|
| CPFCTR1_2 | Read GBU CPFCTR1_2 from C_MATPNT2 with MATERIAL and PLANT |
| C_AUTHMA | Read Scope C_AUTHMA from C_MATPNT2 with MATERIAL and PLANT |
Transaction overview
General Overview (default display)
(Target Display)
Screens
0100 Main Screen
0110 Input Screen
0120 Costs
0130 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.
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 handle_node_double_click : Déplie un noeud de la hiérarchie si on double clique dessus.
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)




