Ansicht
Dokumentation

LCM_BOINT_VALIDATE_LEGALTR - RFC to validate Legal Transaction from Business Objects

LCM_BOINT_VALIDATE_LEGALTR - RFC to validate Legal Transaction from Business Objects

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

Functionality

Use this function module to check if the provided legal transaction is active and locked and returns the error messages accordingly.

Example

CALL FUNCTION 'LCM_BOINT_VALIDATE_LEGALTR'

      ,,EXPORTING

        ,,,,IV_LEGALTRANSACTION = '12345'

      ,,IMPORTING

       ,,,,ET_MESSAGES         ,,= LT_MESSAGES

      ,,EXCEPTIONS

        ,,,,VALIDATION_FAILED   ,,= 1

        ,,,,OTHERS             ,, ,,= 2.

Notes

Further information





Parameters

ET_MESSAGES
IV_LEGALTRANSACTION

Exceptions

VALIDATION_FAILED

Function Group

FG_LCM_BOINT

ROGBILLS - Synchronize billing plans   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 1453 Date: 20240523 Time: 040922     sap01-206 ( 24 ms )