cancel
Showing results for 
Search instead for 
Did you mean: 

How the extractor 0CO_OM_WBS_6 fetches data for fields VTYPE & MEASTYPE

former_member463678
Participant
0 Kudos

Hello Experts,

We are creating a generic extractor equals to 0CO_OM_WBS_6 (WBS Elements: Actual Cost Line Items). COVP is a source view for extractor 0CO_OM_WBS_6. I am in bit confusion how this standard extractor 0CO_OM_WBS_6 calculates values for fields VTYPE ( Value type for Reporting) and MEASTYPE (Key Figure Category). For example, field COVP-WRTTP contains many values where as extractor 0CO_OM_WBS_6 only gives value '10' for field VTYPE (WRTTP in COVP table).  I did debug standard extractor and look at standard tables RSTVTYPE and RSTMETYPE for fields VTYPE and MEASTYPE respectively, but could not come to any conclusion.

I would greatly appreciate your advice and suggestions.

Thanks,

Zakir.


Accepted Solutions (0)

Answers (2)

Answers (2)

amine_lamkaissi
Active Contributor
0 Kudos

Hi Zakir,

I think that field VTYPE is determined with function module : BWOMU_CONVERT_WBSCSTA1.

Amine

former_member463678
Participant
0 Kudos

Hi Suman, Amine

Thanks for your reply. My doubt is in view COVP, the extractor 0CO_OM_WBS_6 only considers records with value '04, Actual' for field WRTTP(Value type for), where as after extraction, only shows value '10' for field VTYPE(Value type for Reporting) for all the records. I am also in confusion that how the extractor calculates value for the field MEASTYPE(Key Figure Category). 

Mapping the Value Type etc. (from SAP Help)

The CO postings are categorized in R/3 mainly through the fields WRTTP (value type), VRGNG or VORGA (transaction), and BELTP (debit type). Both the fields and their possible values are technical, and are therefore not suitable for SAP BW since they are not clearly understandable. The fields WRTTP, VRGNG, VORGA, and BELTP will thus be completely converted to the BW-specific InfoObjects:

  • 0METYPE (key figure category)
  • 0VTYPE (value type for reporting)
  • 0VTDETAIL (detailing of value type for reporting)
  • 0VTSTAT (statistical indicator)

For more information on conversion, see SAP Note 523742.

former_member182470
Active Contributor
0 Kudos

Hi,

Have you taken any case and checked the data in RSA3? Because, you can come to any conclusion by considering any complicated case. If the result doesn't suits you, then you can take a call to enhance..

Regards,

Suman