cancel
Showing results for 
Search instead for 
Did you mean: 

Mass updates for Notification/Workorder status

Former Member
0 Kudos

Is there any way for Mass update of 'status' because orders and notifications need to be un-teco before updating planner groups and work centers? we are using Mass update for IW58,IW38 & IW29 and there is no option for STATUS update.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Thanks everyone for there response. I'll check the possiblity to add a button in IW28 for the closed notificaitons via any of the below BADIs:

BADI_EAM_RIQMEL20_FCODE_CUS1 : Implement Customer Function Code in Notification List

BADI_EAM_RIQMEL20_FCODE_SAP1 : Implement SAP Function Code in Notification List

and for Work Order:

BADI_EAM_RIAUFK20_FCODE_CUS1 :Implement Customer Function Code in Order List

BADI_EAM_RIAUFK20_FCODE_SAP1 :Implement SAP Function Code in Order List

In IW28 & IW58 there is option u201CPut in Processu201D in Notification Menu, but when I used this option it says u201CNotification is completed -> can only be displayedu201D. I wonder why this option is not working if Notification is completed.

Former Member
0 Kudos

Hi,

You can try the below BADIs - from ECC6.0/EHP3

BADI_EAM_RIAUFK20_FCODE_CUS1 :Implement Customer Function Code in Order List

BADI_EAM_RIAUFK20_FCODE_SAP1 :Implement SAP Function Code in Order List

For reading status :- FM -STATUS_READ

giri

peter_atkin
Active Contributor
0 Kudos

We developed our own solution for mass-update of order user-statuses in IW37N via standard BADIs which allowed us to add a screen button.

Something similar should also be possible for system-statuses such as un-TECO in other reports such as IW38.

PeteA

Former Member
0 Kudos

You could also use Gui Script, which can be a good way to do updates if you don't have access to LSMW.

former_member385375
Contributor
0 Kudos

Use LSMW for mass UnTECO of orders as there is no standard T code.

shakti

former_member661330
Contributor
0 Kudos

Hi,

It's no standard SAP transaction to "Un-TECO"; you can create a batch recording to change the status on WO and notifications

http://www.saptraininghub.com/bdc-batch-data-communication/

Regards,

Carlos