SAP ABAP IMG Activity DM_BADI_FCODE_S (BAdI: Implementaion of Customer-Specific Functions)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FSCM-DM-DM (Application Component) Basic Functions
⤷
UDM_CUSTOMIZING (Package) FSCM Dispute Management - Customizing
⤷
⤷
IMG Activity
| ID | DM_BADI_FCODE_S | BAdI: Implementaion of Customer-Specific Functions |
| Transaction Code | S_SE3_50000088 | (empty) |
| Created on | 20021113 | |
| Customizing Attributes | DM_257NKA | Attribute: Critical User Exits |
| Customizing Activity | DM_BADI_FCODE_S_OB | BAdI: Implementaion of Customer-Specific Functions |
Document
| Document Class | SIMG | Hypertext: Object Class - Class to which a document belongs. |
| Document Name | DM_BADI_CASE_FCODE_D |
Use
The Business Add-In SCMG_CASE_FCODE_S is called up if a function code is called up in the case processing, and this function code is not implemented in the standard.
To implement customer-specific functions for case processing, you have to deine a customer-specific function key in the IMG activity Define Functions, and in the Business Add-In SCMG_CASE_FCODE_S, you have to implement a customer-specific function for the corresponding function code.
You can use the method EXECUTE in this Business Add-In to do this. The interface of this method contains the following parameters:
- IM_CASE
The parameterIM_CASEis a reference to the classCL_SCMG_CASE_VISUALIZATION_WIN. This class covers methods and attributes that are used to visualize the dispute case.
From a technical view, this class is the frontend for the service provider of the dispute caseSCMG_SP_CASE. If you use this class, you should be familiar with the progamming model of the Records Management Framework.
The most important attributes are: G_BACKEND: Via the interface IF_SCMG_CASE, you can read and change attributes of the case.G_TAB_SUBCOMPONENTS: You use this table to access the record, the texts, and the log of the dispute case.- For more information, display class
CL_SCMG_CASE_VISUALIZATION_WINin transactionSE24. - IM_MODE
You can use the parameterIM_MODEto determine the processing status. The values are as follows: - C for Create
- D for Display
- M for Change
Requirements
Standard settings
Activities
Example
Business Attributes
| ASAP Roadmap ID | 257 | Create User Exits |
| Mandatory / Optional | 3 | Nonrequired activity |
| Critical / Non-Critical | 1 | Critical |
| Country-Dependency | A | Valid for all countries |
Maintenance Objects
| Maintenance object type | E | Business Add-In - Definition |
History
| Last changed by/on | SAP | 20021115 |
| SAP Release Created in | 150 |