SF_PRODUCT_MONTH
Sales by Product by Month
tableFINSF
SF_PRODUCT_MONTH — Sales by Product by Month. FIN table in the standard Ross ERP 8.0 schema: 11 columns, used by 31 programs. Columns, data types, keys, foreign keys and relationships.
Open SF_PRODUCT_MONTH in the interactive Data Dictionary →Part of SF tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | DIVISION | varchar(2) | PK | Division |
| 4 | PART_CODE | varchar(15) | PK FK→SF_FCAST_ITEM_PARMS | Product |
| 5 | SA_YEAR | smallint | PK | Sales Analysis Summary Year |
| 6 | SA_PERIOD | smallint | PK | Sales Analysis Summary Period |
| 7 | QUANTITY_SUPPLIED | numeric(20,6) | Quantity Supplied | |
| 8 | SF_TOTAL_BASE | numeric(20,2) | Sales Forecasting Total Value in Base | |
| 9 | UNIT_SALES | varchar(4) | Unit of Measure (Sales) | |
| 10 | USERNAME | varchar(20) | Username | |
| 11 | SYSTEM_DATE | datetime | System Date Transaction Made |