SAP ABAP IMG Activity DM_BADI_STORE_S (BAdI: Save Customer-Specific Data when Saving Cases)
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_STORE_S | BAdI: Save Customer-Specific Data when Saving Cases |
Transaction Code | S_SE3_50000094 | (empty) |
Created on | 20021113 | |
Customizing Attributes | DM_257NKA | Attribute: Critical User Exits |
Customizing Activity | DM_BADI_STORE_S_OB | BAdI: Save Customer-Specific Data when Saving Cases |
Document
Document Class | SIMG | Hypertext: Object Class - Class to which a document belongs. |
Document Name | SCMG_STORE_S |
Use
This Business Add-In (BAdI) is used in the component Case Management (BC-SRV-CM).
After the case has been saved but before the closing Commit Work
, the WAS_SAVED method of the Business Add-In is called.
Within this method, data can be updated in separate database tables within the LUW of the case.
Caution: No database commits are allowed to be triggered within this method.
To access the case, use the parameter IM_CASE.
The parameter IM_CASE
is a reference to the interface IF_SCMG_CASE_READ
.
By using the methods of this interface you can read the attributes of a case. One relevant method is:
GET_SINGLE_ATTRIBUTE_VALUE
: Read the current value of an attribute
You can see other methods in transaction SE24
if you display the interface IF_SCMG_CASE_READ
.
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 | 20030922 |
SAP Release Created in | 150 |