Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EDI

Former Member
0 Likes
348

hI,

Where ever PO is sent to the vendor via EDI, we want an acknowledgement of the PO by vendor. Which fields are updated and what should be my procedure?

Thanks,

Manjula.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
329

Hi,

Execute Program: IDOC_INPUT_ORDRSP

Process code: ORDR

Message type: ORDRSP

IDOC: ORDERS01

The confirmation process allows the supplier to return an acknowledgment. Only Dates and quantities can be changed The information is stored in the PO and can be viewed via Item->Confirmation->Overview. The PO can be flagged as 'confirmation required' so that Pos without acknowledgement receipt can be monitored. Control keys and tolerances (days and quantities) have to be customized.

Reward points if found helpfull...

Cheers,

Chandra Sekhar.

1 REPLY 1
Read only

Former Member
0 Likes
330

Hi,

Execute Program: IDOC_INPUT_ORDRSP

Process code: ORDR

Message type: ORDRSP

IDOC: ORDERS01

The confirmation process allows the supplier to return an acknowledgment. Only Dates and quantities can be changed The information is stored in the PO and can be viewed via Item->Confirmation->Overview. The PO can be flagged as 'confirmation required' so that Pos without acknowledgement receipt can be monitored. Control keys and tolerances (days and quantities) have to be customized.

Reward points if found helpfull...

Cheers,

Chandra Sekhar.