cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Manage Purchasing Info (Incoterm Location)

BSKhoo
Explorer
0 Kudos

Hi All,

I having issues with the standard fiori app (Manage Purchasing Info Record):
When I try to create a new Purchasing Info, the incoterm location 1 is greyed out. But when I save the purchasing info, there will be an error prompt to enter incoterm location. May I know how do I fix the error as the backend transaction (ME11) do not have such error message since the field is greyed out also.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186734
Active Participant
0 Kudos

Hello! Well, as a developer I would investigate this by debugging the ABAP code in the ODATA Service MM_PUR_INFO_RECORDS_MANAGE_SRV. To know what method and entity to set the break-point, use the browser's Network tab and filter the requests by the ODATA Service's name. This would help me find the error message's origin.

Hope this helps,

Bruno