cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms : Error like Reference field lw_vbrp-fkimg unknown in form

Former Member
0 Kudos

Hi all,

I am developing a Smartform Named Customer invoice,

In Global definitions I had defined like

in global data tab i had defined like

lw_vbrp(consists of 2 fields fkimg and netwr) type zvbrp_s(a structure)

and in currency/quantity tab can u please say how to define

thanks and regards

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Raja,

Include the Meins in the structure zvbrp_s

In the global data :

lw_vbrp type zvbrp_s

Then in the Currency/quan field give

(Field name) Reference Field Data type

lw_vbrp-fkimg lw_vbrp-Meins QUAN

Regards,

Sravanthi

Former Member
0 Kudos

Hi,

In Global Definitions -->Currency/Quantity Fields tab mention u r field name and data type.No need to mention the Reference Field.

Eg : v_menge -


>Curr

Former Member
0 Kudos

Hi,

If you have used that field in Program lines inside smartforms, you have to enter lw_vbrp in input parameters and output parameters.

This will solve your error.

Regards

Karthik D

Former Member
0 Kudos

HI,

Curr and Qty fields shouled be defined in currency/quantity fields tab of global definition.

Please do this one.

lw_vbrp_fkimg type FKIMG

lw_vbrp_netwr type NETPR

Pass internal table value to lw_vbrp_netwr variable and display this lw_vbrp_netwr.

Rgds,

Kiran

Edited by: Kiran on Jun 19, 2009 6:02 AM

in the structure zvbrp_s add the reference field for NETPR that is Waerk and then click on the Currency/Quantity Fields tab in the Z-structure there give the Reference table name as your Z-table(Zvbrp_s) name and the reference field name as your field (Waerk)

Edited by: Kiran on Jun 19, 2009 6:37 AM

Former Member
0 Kudos

Hi,

In global definition--> currency/Qunat. fields tab--> given fkimg and netwr of workarea like below:

Field name Reference field datatype

lw_vbrp-fkimg fkimga QUAN

lw_vbrp-netwr netwr CURR

Regards,

Thilotham.