Skip to main content

Hi,

I am trying to create an Import that does the following in one Import Scenario:-

  • takes the Sales Order no. from a file (SO Type = SR)
  • creates the Shipment Receipt from the SR
  • confirms the Shipment Receipt
  • creates the Credit Memo and
  • releases the Credit Memo

I have attached where I am at currently but I cant seem to find “CreateShipmentReceipt”.

The import Scenario I have tried to date is attached.

Any help appreciated.

Thanks,

Laura

Hi @lauracastagna 

Import scenario can import/ manipulate the imported document on specific screen selected. So, using an import scenario built on ‘SO’ screen, you wont be able to create a ‘Shipment’.

As per details provided, more than one screen is involved. Hence, 

  • you need to use multiple scenarios for each screen ( SO, Shipment and Invoice ) if you prefer to have shipment document (Receipt) created separately and then process a Credit memo.
  • Else, one can use SO ‘Invoice’ document screen (SO303000, type ‘Credit memo’) for import.  

Hope this clarifies,

Regards,


ignore @Naveen B 


Sure @lauracastagna 


Reply