‎2009 Oct 09 6:54 AM
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
‎2009 Oct 09 7:17 AM
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
‎2009 Oct 09 7:17 AM
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
‎2009 Oct 09 7:35 AM
hi aditya
its solved
i write like this at ref curr/qu field
WA_DATA-MENGE WA_TABLE-MENGE QUAN
THANKS YARR
‎2009 Oct 09 7:45 AM
hi mansi ,
if you question is solved then marked it as solved .
Regards
Nilesh
‎2009 Oct 09 7:50 AM
hi nilesh
thanks
i 4got to mark as solved
i have marked as solved
thanks once again
regards,
manasi