You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Default Ship-to Location Behavior in PO View Mode

edited Nov 12, 2024 5:12AM in Purchasing 1 comment

Hello,

I have a question about how the "Default Ship-to Location" displays on the Purchase Order (PO) screen. Here’s the issue:

  • In edit / creation mode, the "Default Ship-to Location" field correctly displays a single default value from the BU configuration( the user can manually update if needed.)

This value is stored in the SHIP_TO_LOCATION_ID field within the PO_HEADERS_ALL table:

SELECT a.SHIP_TO_LOCATION_ID FROM PO_HEADERS_ALL a WHERE a.PO_HEADER_ID = 'YYYYY0';

  • In view mode, however, the "Ship-to Location" field pulls data from the PO_LINE_LOCATIONS_ALL table, which can show multiple locations if there are different line entries.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!