on ‎2021 Mar 16 3:10 PM
I am not able to create Incident in EHS system. could you please help me with sample code or customized bopf accessing program.
Request clarification before answering.
Dear Uday,
there are several classes and function modules which you can use as a template to create an EHS Incident in the system. As an example, you can have a look at the class CL_EHHSS_AIF_GEN_INB_HANDLER. This class is used to persist the data coming from the Adobe Interactive Form which is sent to the system. Alternatively, you could also use the class CL_EHHSS_INC_REPINC_BO_ACCESS which offers various methods to create the Assets, People, Releases, and Attachments related to an incident.
With kind regards,
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Check out the class CL_EHHSS_INC_MIGR_IMPORT which is used to import data from EHS ERP to S/4HANA .
Start with the method IMPORT_INCIDENT or check how this class is used in the function module BAPI_INC_IMPORT.
Kind regards,
Konstantin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.