Application Development 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: 

On which table can I find "fixed source of supply" flag?

Former Member
0 Kudos

I am relatively new in SAP/ABAP.

On the source list screen, most of the fields are from EORD. But I can not find where the "fixed source of supply" flag is. I need to query that value from a table for a program. But I could see it from several structures only.

Suggestions, please.

Thank you.

1 REPLY 1

Former Member
0 Kudos

Hi,

Check the code in the include LMEORI0R..I think it is referred in the following three fields..

EORD-FLIFN.    "Indicator: Fixed vendor
  EORD-FRESW. "Fixed issuing plant in case of stock transport order
  EORD-FEBEL.   "Fixed Outline Purchase Agreement Item

Thanks

Naren