SACO is an SAP Structure so does not store data like a database table does but can be used to process "Sales price calculation: validity periods of SP conditions" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SACO TYPE SACO .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
MANDT | MANDT | CLNT | 3 | T000 | Client | |
KSCHL | KSCHA | CHAR | 4 | T685 | Condition type | |
DATAB | W_SACO_DATAB | DATS | 8 | Start of a Time Interval with the Same Sales Conditions | ||
DATBI | W_SACO_DATBI | DATS | 8 | End of a Time Interval with the Same Sales Conditions | ||
DATAB_KOND | KODATAB | DATS | 8 | Validity start date of the condition record | ||
KVEWE | KVEWE | CHAR | 1 | T681V | Usage of the condition table | |
KAPPL | KAPPL | CHAR | 2 | T681A | Application | |
KOTABNR | KOTABNR | NUMC | 3 |
* | Condition table | |
KRECH | KRECH | CHAR | 1 | Calculation type for condition | ||
KAWRT | KAWRT | CURR | 15(2) | Condition base value | ||
KBETR | KBETR | CURR | 11(2) | Rate (condition amount or percentage) | ||
WAERS | WAERS | CUKY | 5 | TCURC | Currency Key | |
KKURS | KKURS | DEC | 9(5) | Condition exchange rate for conversion to local currency | EXCRT | |
KPEIN | KPEIN | DEC | 5 | Condition pricing unit | ||
KMEIN | KVMEI | UNIT | 3 | T006 | Condition unit in the document | CUNIT |
KNTYP | KNTYP | CHAR | 1 | Condition category (examples: tax, freight, price, cost) | ||
KNUMH | KNUMH | CHAR | 10 | Condition record number | ||
KOPOS | KOPOS | NUMC | 2 | Sequential number of the condition | ||
KZBZG | KZBZG | CHAR | 1 | Scale basis indicator | ||
KONMS | KONMS | UNIT | 3 | T006 | Condition scale unit of measure | CUNIT |
KONWS | KONWS | CUKY | 5 | TCURC | Scale currency | |
LIFNR | LIFNR | CHAR | 10 |
* | Account Number of Vendor or Creditor | ALPHA |
CHGFL | XFELD | CHAR | 1 | Checkbox |
Key field | |
Non-key field |