cancel
Showing results for 
Search instead for 
Did you mean: 

data has not been populated in RSA3 for this 0PM_MCOST_ASSET_UTIL

Former Member
0 Kudos

Hi All,

I have activate this 0PM_MCOST_ASSET_UTIL from source side, how the data will populate in RSA3 ?

Thanks,

Pankaj

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi guys,

Anyone can suggest me the proper extraction steps to load data into till PSA because its not delta capable datasource 0PM_MCOST_ASSET_UTIL

Thanks,

Pankaj

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

pelase check data have source tables , if relalted tables have data same records have in RSA3.

check with the functionall tame creating or generating some records in tables.

Thanks,

phani.

RamanKorrapati
Active Contributor
0 Kudos

Hi ,

Please check with your functional team. Whether they activated required business functions at SFW5 or not.

if they done already then again ask them to do the same.

Later try to run data soure at RSA3.

Mean while your source tables have data?

Thanks

Former Member
0 Kudos

Hi Ramanjaneyulu,

Its already activated at source system, as you said in SFW5 its not able do any changes from our side its already set utilities there.

see the attached file

do I need to do any config here?

and for this DS  data is coming through this function module BWPM_SIMPL_MCOST_ASSET_UTIL

and in this biw_0pm_mpoint, pmco, ihpa first two table has data and ihpa does not contain any data.

Thanks,

Pankaj

RamanKorrapati
Active Contributor
0 Kudos

lets try to debug data source at Dev system RSA3 and see.

if data source pulls data based on the IHPA table then that might be the cuase.

Former Member
0 Kudos

Hi,

Here is code based on IHPA

SELECT objnr parnr parvw FROM ihpa

     INTO CORRESPONDING FIELDS OF TABLE lt_partner

     WHERE

     parnr IN gt_parnr AND

     parvw IN gt_parvw AND

     objnr IN lr_objnr.

     IF sy-subrc = 0.

       FREE lr_objnr.



kindly suggest what should I do now?


Thanks,

Pankaj