Ansicht
Dokumentation

COPA0003 - Enhancement for assignment to profitability segment (CO-PA)

COPA0003 - Enhancement for assignment to profitability segment (CO-PA)

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

This enhancement gives you greater flexibility in assigning postings to profitability segments.

The components comprise the function module EXIT_SAPLKEAK_001.

Function module EXIT_SAPLKEAK_001 lets you change or determine a characteristic group for manual posting to profitability segments. The import parameters contain all the fields known for Profitability Analysis at the point at which the profitability segment is determined. The import parameter I_CHAR_GROUP contains the characteristic group defined in Customizing. This enhancement can determine a different characteristic group using the transferred fields.

Example:

You have define characteristic group FI01 for the business transaction RFBU for direct postings in the Financial Accounting (FI) component. For account 801000, however, you want to use characteristic group FI02, since a more detailed assignment needs to be made than is possible using characteristic group FI01. Assume that the operating concern is S001. The user exit you define would look something like this:

E_CHAR_GROUP = I_CHAR_GROUP.

CASE I_ERKRS.

WHEN 'S001'.
IF IS_COBL-VORGN EQ 'RFBU' AND IS_COBL-HKONT EQ '0000801000'.
E_CHAR_GROUP = 'FI02'.
ENDIF.

ENDCASE.

Caution!

You must for the operating concern (CASE I_ERKRS ...), because the user exit is active for all operating concerns as soon as you enter enhancement COPA0003 in a project and activate it.






ABAP Short Reference   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 1596 Date: 20240425 Time: 144126     sap01-206 ( 28 ms )