cancel
Showing results for 
Search instead for 
Did you mean: 

table in Smartforms cannot use data type CURR

Former Member
0 Kudos

Hello everyone,

I have trouble with Smartform

in Main window , I want to show data in table.

in main area of table .

I want to show data of amount in document (BSEG-DMBTR)

in text of main area. I add work area W_LINE_ITEM-DMBTR.(declare W_LINE_ITEM TYPE BSEG in Global definitions)

but when i execute report program I got error message "W_LINE_ITEM-DMBTR Unknown in form"

it's appear error for data type CURR only, for data type CHAR. it is OK.

Is Smartform can show data type Curr ?

what should i do to solve problem ?

Please help.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

ok

Former Member
0 Kudos

Hi,

The best way wud be just to use the "Currency/Quan. Fields" tab...

In Global definition,, go in "Currency/Quan. Fields" tab -> declare the the field as below for W_LINE_ITEM-DMBTR,,

Field Name           Reference Field          Data type 

W_LINE_ITEM-DMBTR          BSEG-DMBTR             CURR

Rgs,

Lokesh.

Former Member
0 Kudos

Hi,

In Global definitions,

Go to tab Currency/Qty fields.

Declare field name as W_LINE_ITEM-DMBTR and Data type as CURR

(OR)

Declare a character field, move the value of W_LINE_ITEM-DMBTR to ne variable.

Display it in the place of W_LINE_ITEM-DMBTR .

Regards,

Mr.A