cancel
Showing results for 
Search instead for 
Did you mean: 

Insufficient date/time information for event RECEIVE_GOODS

nitesh_hatizar
Participant
0 Kudos


Hi,

I am sending events from ECC system to EM system for procurement process. When I create purchase order it automatically get acknowledged. Is it the standard functionality? Goods Received events are successfully get updated in EM from I do PGR in inbound delivery(VL31N) but Event handler does not updated when I do GR in MIGO or suing service entry sheet. Also I am getting error log in SLG1 is Insufficient date/time information for event RECEIVE_GOODS. I need your help to resolve this error.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nitesh,

Go to your purchase order and check confirmation category AB, delivery date and qty are updated.  This drives Acknowledgment ok automatically.

Follow this discussion and check all configurations are correctly configured.

Check this discussion

Regards


GGOPII

nitesh_hatizar
Participant
0 Kudos

Hi Gopi,

Thanks for your reply. My Configuration setting are as per your reference.EH is updating from inbound delivery. But its not updating when I am receving goods with T-Code MIGO or when I am doing service entry sheet.

Regards

Nitesh Hatizar

Former Member
0 Kudos

Hi Nitesh,

You have to use BPT ESC_DELIV & Event Type PCM10_GR, so it means that it has to go through Inbound delivery VL31N or VL32N.

If you are executing through MIGO then it would call BPT ESC_MATDOC, so there is no standard event type exist and you need to write custom event extract (w.r.t Event type PCM10_GR -> /SAPTRX/XET_MM_GR_PCM10) and send event to SAP EM.

Service entry sheet again different to perform GR for service.  You have to use below standard BPT and then copy existing event types and create on your own event types.

Delivery BPT ESC_DELIV - Event Type PCM10_GR & PCM10_ASN

Invoice BPT ESC_MM_INVOICE - Event Type PCM10_INVOICE

Payment BPT ESC_FI_CLEARING-PCM10_PAYMENT

Regards


GGOPII

nitesh_hatizar
Participant
0 Kudos

Hi Gopi,

Thanks for your help.

Regards

Nitesh hatizar

Answers (0)