cancel
Showing results for 
Search instead for 
Did you mean: 

To display "NETWR" in a table

Former Member
0 Kudos

hi everybody , actually my problem is to display " NETWR " field of table "VBRP" , but it is not getting diplayed ... and its asking for refrence field for the same..... pls help me out

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

There's an reference field associated with every currency field. open table VBRP in se11 and click on the 'Currency/Quantity Fields' tab and check out the reference table and reference field for field 'NETWR'.

Its reference table is 'VBRK' and reference field is 'WAERK'

So you have to specify these(in Currency/Quantity Fields) when u declare a variable of NETWR(in Global Data) in the Global definitions page under Global settings folder in the respective smart form.

Hope it helps. Get back to me if it doesnt.

Regards,

Shehryar Dahar

Former Member
0 Kudos

Hello,

In smart forms, under Global Definitions section, in the Currency/Quantity fields tab, specify the amount field name in the Field Name column and the reference field name in the Reference Field column and select the data type as column. Make sure that you prefix the work area name with the column name in both the columns.

Manoj

Former Member
0 Kudos

Hi Swapnil

Can you let us know where and how you are trying to display the value.

Incase you are including this field in a table:

For currency and quantity fields, we need to specify the unit field.

Eg: NETWR in VBRP is amount which needs currency as reference.

You can check the same via SE11 -> VBRP

Select Field NETWR and Click on Currency/ Quantity Fields tab.

You will find the reference given as VBRK-WAERK.

For displaying purpose we can use the addition CURRENCY with WRITE statement.

WRITE:/ vbrp-netwr CURRENCY vbrk-waerk.

Hope this is what you are looking for...

Regards

Eswar

Former Member
0 Kudos

yeah wat u said is correct , but where will i include tht write statement and in global definition there is no tab of currency/quantity fields ...

Former Member
0 Kudos

Hello,

My answer is in respect of using sap smartforms.

Regards,

Shehryar Dahar