cancel
Showing results for 
Search instead for 
Did you mean: 

PM: Measuring point Loading Error

Former Member
0 Kudos

Hi All,

Iam facing an issue while loading the data for Plant maintenance Measuring Point data to DSO (0PM_DS05). Upto PSA data was loading properly, but from PSA to DSO the same request was taking to long for loading and request status was in yellow and it was not going further to any other status. so when i checked that one it has finally given me the short dump with GETWA_NOT_ASSIGNED this message.

so can any body suggest me to resolve this issue.

Regards,

Prabhakar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think this is a program error:

PM_DS05, 0PM_MEASUREMENT: Dump GETWA_NOT_ASSIGNED

SAP Note Number: [1224057|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bct/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31323234303537%7d]

Symptom

In your BW system, you load data to the DataStore object 0PM_DS05 for the InfoSource 0PM_MEASUREMENT.

The system terminates the update with the following dump:

GETWA_NOT_ASSIGNED

Other terms

RSA1, Operational Data Store (ODS)

Update data in target

Measurement points and measurement documents

Reason and Prerequisites

There is an error in the start routine of the update rule of the ODS object 0PM_DS05.

Solution

In the start routine of the update rule of the ODS object 0PM_DS05, change two parameters as follows:

1. Call transaction RSU30 and enter the following data:

ODS Object: 0PM_DS05

Select "InfoSource",

enter InfoSource: 0PM_MEASUREMENT

and choose ENTER.

2. On the screen "Display Update Rules", use the pencil icon to switch to edit mode and choose "Change Start Routine".

3. In the program UPDATE_ROUTINE, change the FORM as follows:

a) Go to line 55 and change the parameter DATE_FROM to DATEFROM.

b) Go to line 57 and change the parameter DATE_TO to DATETO.

The changed source code must be as follows:

.......

assign component 'DATEFROM' of structure <G_S_0EQUIPMENT> to

<DATEFROM>.

assign component 'DATETO' of structure <G_S_0EQUIPMENT> to

<DATETO>.

......

4. Save and activate the changed extraction start routine.

Implement the note it should work after that.

Regards

Andreas

Former Member
0 Kudos

HI,

Thanks for the reply.

i have tried to excute this RSU30 T Code but it was showing me that this T Code does not exist. Then i have tried RSU31 there i could able to login in this i have given the ODS object name and Info Source name, but it is asking about the Info object what should be given there, can u please suggest me the way so that i can proceed with the rest of the steps.

Regards

Prabhakar

Former Member
0 Kudos

Hi,

In RSU31 i have given 0EQUIPMENT in the info object area, but it was showing me message that for this info object start routine is not defined.

Can any please suggest me, what field i have to give in the info object area so go into the edit mode of the start routine.

Regards,

prabhakar

Edited by: Prabhakar K on Sep 9, 2008 1:10 PM

Former Member
0 Kudos

Hi Andreas,

Thanks for the Details, Issue got resolved.

Assigned points.

Regards,

Prabhakar.

Answers (1)

Answers (1)

Former Member
0 Kudos

Check OSS :

Note 986690 - GETWA_NOT_ASSIGNED when transformation is activated

Note 1083486 - Dump during activation of a transformation (content)

Note 1006848 - Error GETWA_NOT_ASSIGNED when activating transformation

Thanks...

Shambhu