Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem with reference field in smartform

Former Member
0 Likes
561

hi expert

my requirement is when i press one button it'll save data into database and print that data.

for that i develop one smartform. while i executing that program data comes into the database

but not printing.saying reference field WA_DATA-MENGE ( i declared WA_DATA type ZTABLE at global definition )

is unknown to form.

in ztable i have field MENGE with reference table BSEG and

reference field MEINS.

i can understand that field i have to declare. but how ? i declared wa_data which having MENGE field.

can anyone please tell me how to solve this problem.

thanks in advance

manasi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
517

Hi Manasi,

When ever we use the QAN/CURR fields you need to specify them in the Curr/Quantity Fields tab which is present in the Global definitions...

Ex.. in tab , specify the

WA_DATA-MENGE BSEG-MEINS QUAN

This will solve your problem.

Please close the thread, if solved

Regards,

Aditya

4 REPLIES 4
Read only

Former Member
0 Likes
518

Hi Manasi,

When ever we use the QAN/CURR fields you need to specify them in the Curr/Quantity Fields tab which is present in the Global definitions...

Ex.. in tab , specify the

WA_DATA-MENGE BSEG-MEINS QUAN

This will solve your problem.

Please close the thread, if solved

Regards,

Aditya

Read only

0 Likes
517

hi aditya

its solved

i write like this at ref curr/qu field

WA_DATA-MENGE WA_TABLE-MENGE QUAN

THANKS YARR

Read only

0 Likes
517

hi mansi ,

if you question is solved then marked it as solved .

Regards

Nilesh

Read only

0 Likes
517

hi nilesh

thanks

i 4got to mark as solved

i have marked as solved

thanks once again

regards,

manasi