cancel
Showing results for 
Search instead for 
Did you mean: 

Workcenter field not updating in SAP WM 6.2

former_member337066
Participant
0 Kudos

K K

Chandra Ayyagari

Stephen Streeter

Leonardo Gomez

Hello Experts,

                      We are working on SAP WM 6.2. We added customize field work center. Now we are facing problem in update.

When we are changing workcenter field in edit mode and transmit it not get updated.

                      We tried using test data for backend and it is working. So it is clear that issue is from Agentry side.

So can you please tell me where we are going wrong.

                     Is there any update rule we have to mention in Agentry side???

Thanks & Regards,

Ashish

Accepted Solutions (0)

Answers (2)

Answers (2)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Ashish,

What transaction and object did you add the field to?

Have you run the ATE (integrated into the Editor) and debugged the transaction and also inspected the transaction after edit but before transmitting to confirm the value is properly set in Agentry?

Remember that when editing there are really two transactions.  One to capture the data and a second transaction to send the data to the backend.  A common issue is when the change is only made in the one transaction which captures the data locally but does not send it to the backend. 

For example, WorkOrderEdit captures the change locally but WorkOrderPostCurrent sends it to the backend.  You need to add your property to both transactions so it gets sent to the Java layer and then can be sent to the backend.

--Bill

sravanthi_polu
Contributor
0 Kudos

Hi,

Please check the below parameters in configpanel.

[TABLE_REFRESH] -  These are used to determine when to refresh the complex and data tables

-1 = never

0 = every time

1 week = 168 Hr

1 month = 720 Hr

[TABLE_CHECK] These are used to determine when to check the complex and data tables

-1 = never

0 = every time

1 week = 168 Hr

1 month = 720 Hr

[ENABLE_TABLE] These are used to skip some large complex and data tables for testing.

1 = Get the table

0 = Ignore the table

Thanks & Regards,

Sravanthi Polu