cancel
Showing results for 
Search instead for 
Did you mean: 

smartform-vbrk

Former Member
0 Kudos

hi all,

i have a smart form and i am retrieving data from the vbrk and when i drag and drop the fields which i needed it gives me an error saying " @8R@ %TEXT1 Field WA_VBRK-VBELN has no defined value "

so what does it mean and where i need to define the value.

this is my text.

invoice no:&wa_vbeln&

sales org :&wa_vkorg&

distir cha:&wa_vtweg&

division : &wa_spart&

date : &wa_fkdat&

pls assist me as early as possible. thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi kata jacob,

Check whether you r importing any values in form interface and go to form interface import tab and click the check box on 'pass by value' for all importing fields and then activate it. Hope this will resolve ur problem.

with regards,

Arunprasad.P

Former Member
0 Kudos

Hi kata jacob,

Firstly your values should be like this.. if this is done..

invoice no:&WA_VBRK-VBELN&

sales org :&WA_VBRK-vkorg&

distir cha:&WA_VBRK-vtweg&

division : &WA_VBRK-spart&

date : &WA_VBRK-fkdat&

You are not passing this WA to that Window as Output Parameter.

Regards,

sg.

Former Member
0 Kudos

i have given as u said but the results are same

Former Member
0 Kudos

Hi Kata Jacob,

I think you are printing the values before Main Window.. As the loop Intenal table to Work area for Table ctrl only.

Where are you printing this Values before the Main Window or in side the loop.

One more thing is have you passed VBRK 'Header deatails' to SF in your driver program.

If so, declare WA_VBRK in global Definations and try later.

Regards,

sg.

Edited by: Suneel Kumar Gopisetty on Oct 9, 2008 4:30 PM

Edited by: Suneel Kumar Gopisetty on Oct 9, 2008 4:31 PM

Former Member
0 Kudos

Hi, After the declaration part in smart form, in the initialization you assign the initial value to the field you are having problem.

Thanks.

Regards,

Jey