Hierarchy

⤷

⤷

⤷

IMG Activity
ID | N1_MEDSRV_INFO | Display Details for Medical Services |
Transaction Code | S_ANI_98000218 | (empty) |
Created on | 20050314 | |
Customizing Attributes | N1_MEDSRV_INFO | Display Details for Medical Services |
Customizing Activity | N1_MEDSRV_INFO | Display Details for Medical Services |
Document
Document Class | SIMG | Hypertext: Object Class - Class to which a document belongs. |
Document Name | N1_MEDSRV_INFO |
Use
This Business Add-In (BAdI) is used by the Service Management (IS-HMED-SM) component.
Using this Business Add-In you can override the display of service information in the dialog for medical service processing.
These details for the medical service are used in the patient organizer/patient viewer and in the dialog for medical service processing. Changes to this BAdI are effective in both functions.
Requirements
Standard settings
The BAdI is not active as standard.
The BAdI cannot be used multiple times.
The BAdI is filter-dependent. Use the country key as a filter criterion.
Activities
The service information is implemented in the dialog for medical processing by a dynamic document.
Using the BAdI you can change the appearance of the dynamic document.
Example
You can, for example, display an individual text in a dynamic document.
DATA: l_text TYPE sdydo_text_element.
IF it_service IS INITIAL. " no services selected
l_text = 'Select at least one service'.
CALL METHOD cr_dd_document->add_text
EXPORTING
text = l_text.
e_dd_document_built = 'X'.
ELSE. " use standard layout
e_dd_document_built = space.
ENDIF.
See also
Methods: BUILD_DD_DOCUMENT
Business Attributes
ASAP Roadmap ID | 257 | Create User Exits |
Mandatory / Optional | 2 | Optional activity |
Critical / Non-Critical | 2 | Non-critical |
Country-Dependency | A | Valid for all countries |
Assigned Application Components
Documentation Object Class | Documentation Object Name | Current line number | Application Component | Application Component Name |
---|---|---|---|---|
SIMG | N1_MEDSRV_INFO | 0 | I010004302 | Service Management |
Maintenance Objects
Maintenance object type | E | Business Add-In - Definition |
History
Last changed by/on | SAP | 20050314 |
SAP Release Created in | 600 |