cancel
Showing results for 
Search instead for 
Did you mean: 

Setup 0STATUSSYS1 and 0STATUSSYS2 for DataSource 0PM_ORDER_ATTR

former_member622150
Participant
0 Kudos

Does any know how to setup the default value for the following infoOjects on R3 side?

0STATUSSYS1 and 0STATUSSYS2?

Thanks,

Tai

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Tai

You have to do the setup in transaction SBIW in R3, follow the following path to make the changes:

Data Transfer to the SAP Business Information Warehouse > Settings for Application-Specific DataSources (PI) > Cross-Application Components > Status Concept > Maintain BW Status Object for User Status

Hope it helps!

former_member181964
Active Contributor
0 Kudos

Hi,

You can write CMOD Code to get the values for 0STATUSSYS1 and 0STATUSSYS2 in ECC, fiindout fields in ECC and Write code by enhancing teh DS, if the fields are already tehre then just write code. Ekse you can assign some Constant in BW in Transformations/Update RUles/Transfer Rules.

This DS is based on BW_0PM_ORDER View and the following tables are involved in tat View

AFIH

ILOA

T350

AUFK

CRHD

AFKO

So cehck one by one and write code in CMOD in ECC

Thanks

Reddy