cancel
Showing results for 
Search instead for 
Did you mean: 

Update PMR item Status with in EWM during consumption posting

0 Kudos
258

Hello Techies,

I have a requirement to update PMR with in EWM programmatically during an external consumption posting processing. I used /SCDL/cl_sp_prd_out class & method update_aspect to update item status value to complete as during this consumption posting only I shall come to know whether the consumption is fulfilled or not. But I couldn’t able to do so as the corresponding aspect in which the item status is available is not called in standard code. I don’t want to go back to s4 to do a Teco on processing order to update PMR. Please help me with any successful comment on this requirement at the earliest.

Thanks,

naresh k

 

View Entire Topic
Ajit_Routray
Active Contributor
0 Kudos

Hi @naresh_kudipudi13 ,

Please see the check the below FM, fill the data related to Teco (status) and let us know if any questions. This FM is used in interface ERP-EWM.

Function Module- /SCWM/PRODUCTION_WHR_MAINTAIN

Kind Regards,

Ajit

0 Kudos
Hi Ajit, It appears that this FM is not updating PMR status rather it actually sends the information of Process order details to EWM. I couldn't find any PMR relevant data updates via this function module.
0 Kudos
To update you all .. there seems no standard way to update PMR ITEM fields like deletion indicator, status etc with EWM.. how ever I could update custom fields in EEW structure.. I am still looking if some one can provide a direction on std fields update.
Ajit_Routray
Active Contributor
0 Kudos
Hi naresh_kudipudi13 - Did you try to stop via interface debugging (Proces- QueueDeregister... Stopping...etc) ...I am believe this is function module would give you desire things which you are looking. Before conclude debug once. Thanks! Kind Regards, Ajit