cancel
Showing results for 
Search instead for 
Did you mean: 

Logic for SAKNR, LIFNR fields in ECC extractor 0CO_OM_CCA_40

SreekanthSurampally
Active Contributor
0 Kudos
975

Hi, we are recreating the extractor 0CO_OM_CCA_40 (Cost Center Actual Line items) logic in a HANA CV model. We could get the base tables and logic for all the fields except 3 and they are KUNNR, LIFNR and SAKNR.

In the help documentation, it is written as "Converted from COVP-GKONT" but couldn't find more details.

https://help.sap.com/docs/SAP_ERP/b42281c1645049a4b07c0ab25ec8b899/68d58853630b3d58e10000000a174cb4....

Can you please let me know how to achieve the logic for them?

Thanks

Sreekanth

Accepted Solutions (0)

Answers (2)

Answers (2)

SreekanthSurampally
Active Contributor
0 Kudos

Hi, I have debugged the extractor function module BWOMD_SREP_GET_CTRCSTA1 to get the logic for these fields. the logic is is based on GKOAR column in COEP and as shown in the screenshot below. It is fine now.

SreekanthSurampally
Active Contributor
0 Kudos

Hi, You said that

From the SKA1 table, extract the necessary fields to populate the KUNNR (customer number), LIFNR (vendor number), and SAKNR (general ledger account number) in your HANA CV model. These fields may vary based on your specific requirements, but commonly used fields include KUNNR, LIFNR, and SAKNR.

How do I get the KUNNR and LIFNR from SKA1?