Other

What is the reference table for currency field in SAP?

What is the reference table for currency field in SAP?

You specify a reference table for fields when they contain quantities (data type QUAN) or currency amounts (data type CURR). This reference table must contain a field with the format for the currency key (data type CUKY) or unit of measure (data type UNIT). This field is called the reference field of the output field.

What is reference table SAP?

What is data table in ABAP?

SAP ABAP database tables are collection of fields, in which fields are made up of columns and rows. There can be only one data value in each column of each row in a table. To define tables in ABAP dictionary, you need to define fields first, so to define a field, you need to specify data type, length and description.

What is the use of value table in SAP?

value table is validation at domain level. Value table is defined at the domain level and is used to provide F4 help for all the fields which refer to that domain. Also while defining a check table SAP proposes the value table as check table by default.

How to add currency Key Field in ABAP?

There add Salary field with CURR data Type. Step 3 : In the domain: Give data Type as CURR and length as 20. Then save, check and activate it. Where give the Reference table and reference Field. It means, If i mention salary as 10000, Is it INR or USD or etc.. For this purpose, we should give Currency key field for Currency data type.

What are reference fields and reference table in ABAP?

What are reference field and reference table, why we need to specify for currency and quantity fields, where we can check the reference field/reference tables for our requirment. Iam creating a smart form for purchase order item data so, I need quantity and prize fields, so what fields I have to take and what reference fields I have to specify.

Do you need a reference table for the currency field?

The currency and quantity field always require a reference table and field so that they can be entered in correct format. Whenever you use currency and quantity field while creating the table you need to provide their respective reference field and table.

How to create a currency table in SAP?

If you are looking for more detail about SAP Currency table or SAP tables related with currency you can use SAP transaction SE11. Type “TCUR*” in the “Database table” search parameter input area and request help using F4.