Ansicht
Dokumentation

EHFND_BI_BADI_EXTR - BAdI: Extraction of One Object

EHFND_BI_BADI_EXTR - BAdI: Extraction of One Object

ABAP Short Reference   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

This Business Add-In (BAdI) is used in the SAP EHS Management (EHS-MGM) component. You can use this BAdI to adjust the existing extractors or implement your own extractors. The extractors extract data to use in analytical reporting.

You can also create a customer-specific BAdI implementation with logic, for example, to extract the data of one business object instance.

Each BAdI implementation corresponds to one or more DataSources. You have created the corresponding DataSources in transaction RSA2.

You have configured the extractor for each DataSource in the Customizing activity Configure Extractors for SAP EHS Management under Foundation for EHS Management.

The BAdI definition is called once for each business object instance to extract.

The BAdI definition contains the following methods:

  • INITIALIZE
This method enables you to perform any required initializations, for example, to evaluate the configuration.
  • EXTRACT_NEXT_OBJECT
This method reads and returns the data of one business object instance.
  • BADI_EHFND_FW_BI_BOPF_EXTRACT
The default implementation enables you to extract data from one node of a BOPF business object. You can use the BAdI, for example, to read data from multiple business objects nodes or from any other source, and combine the data in a transient node. The BAdI can then extract data from the transient node.
Note: You must create a customer-specific BAdI implementation for this extractor if you want to extract data from business objects that were not modeled with BOPF, or if you want the extractor to extract data from multiple nodes of a BOPF object that cannot be handled with one transient node.






PERFORM Short Reference   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 2205 Date: 20240523 Time: 175713     sap01-206 ( 43 ms )