Ansicht
Dokumentation

RTC_WRITEBACKS4 - Enhance Write-Back to SAP S/4HANA

RTC_WRITEBACKS4 - Enhance Write-Back to SAP S/4HANA

General Material Data   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

In this Customizing activity, you set up a write-back class to receive the consolidation documents from SAP Business Planning & Consolidation (BPC)and write them into the consolidation journal (ACDOCC).

  1. You have defined your Real-Time Consolidation model.
  2. You have set up a BW Virtual Provider based on the SAP S/4HANA model and using a write-back interface.

A standard write-back class CL_RTC_ACDOCC_IPROV_WRITABLE is available. You can copy this class and use it to implement your own logic.

Use the Class Builder (transaction SE24) to create a class that includes the following three interfaces (which are available in the class CL_RTC_ACDOCC_IPROV_WRITABLE):

  • IF_RSDRV_RPROV_WRITABLE
  • IF_RSDRV_RPROV_LOCK_NOSID
  • IF_RSDRV_VPROV_LOC_NOSID_QUERY

Implement the write-back logic contained in the method WRITE_DATA of interface IF_RSDRV_RPROV_WRITABLE.

There are three main logics in the method WRITE_DATA:

  • Map field values from the VirtualProvider to table fields.
  • Modify table fields’ values.
  • Post document to ACDOCC.





ROGBILLS - Synchronize billing plans   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1416 Date: 20240523 Time: 215403     sap01-206 ( 51 ms )