Ansicht
Dokumentation

LCM_BOINT_CREATE_LEGALTR - RFC to create Legal Transaction from Business Objects

LCM_BOINT_CREATE_LEGALTR - RFC to create Legal Transaction from Business Objects

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Use this function module to create the legal transaction for a given integration variant and linked object. If the context ID is provided, then the context determination will be skipped, and the provided context will be used to create the new legal transaction. If the legal transaction is provided, then a new legal transaction will be created with reference to the provided legal transaction, considering the context ID (either that is determined or provided as input).

Example

CALL FUNCTION 'LCM_BOINT_CREATE_LEGALTR'

      EXPORTING

        iv_integration_variant     = iv_integration_variant

        iv_busobject_id            = iv_busobject_id

        it_key_value_pair          = it_key_value_pair

        iv_commit_work             = iv_commit_work

        iv_context_id              = iv_context_id

        iv_source_legaltransaction = iv_source_legaltransaction

      IMPORTING

        es_legaltransaction        = ls_legaltransaction

        et_messages                = lt_messages.

Notes

  • Ensure that you have maintained all required Configurations. For list of configurations, please use transaction SPRO and go to SAP Implementation Guide > Enterprise Contract Management> Integration> Integration with Business Objects
  • Ensure that the required BAdIs are implemented for the Integration variant. For the list of BAdIs, please use transaction SPRO and go to SAP Implementation Guide > Enterprise Contract Management> Business Add-Ins> Integration> Integration with Business Objects

Further information





Parameters

ES_LEGALTRANSACTION
ET_MESSAGES
IT_KEY_VALUE_PAIR
IV_BUSOBJECT_ID
IV_COMMIT_WORK
IV_CONTEXT_ID
IV_INTEGRATION_VARIANT
IV_SOURCE_LEGALTRANSACTION

Exceptions

Function Group

FG_LCM_BOINT

Fill RESBD Structure from EBP Component Structure   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 3538 Date: 20240523 Time: 070123     sap01-206 ( 41 ms )