2012 Oct 07 2:26 PM
Hi,
I am trying to print quantity value on smartform. for g_activity = 520.423, it is printing the correct value but when i am printing 520.000,it is printing 520 only on smartform.
g_avtivity type i have given as 'g_activity type menge_d' in global defination.
Kindly help.
Regards
Sumeet
Moderator message : Not enough re-search before posting, discussion un-marked as question.
Message was edited by: Vinod Kumar
Hi,
I am trying to print quantity value on smartform. for g_activity = 520.423, it is printing the correct value but when i am printing 520.000,it is printing 520 only on smartform.
g_avtivity type i have given as 'g_activity type menge_d' in global defination.
Kindly help.
Regards
Sumeet
Moderator message : Not enough re-search before posting, discussion un-marked as question.
Message was edited by: Vinod Kumar
2012 Oct 07 3:31 PM
To print quantity in smartform, we should mention.
field name = Field name of qty field
reference field = Unit of measure field
2012 Oct 08 7:01 AM
Hi,
U wont calculate Quantity field,so
First Go to Global variable ,take any variable like var1 type (Here u must put your Quantity field dataelement).
Fieldname is your workarea field( ex:wa-quan) and refference field id var1 . datatype is q quan
i think is useful for u .
if it is useful please give points
Thanks
Nagaraju.T
2012 Oct 08 6:16 AM
Hi Sumeet,
Define a variable with reference to "BMENG" & maintain that variable in "Currency/quantity" Tab..
Thanks & Regards,
Shinde
2012 Oct 08 6:27 AM
Hi Sumeet,
Please Provide the currency and quantity field in global definitions .
FYI...
Regards
Mahesh
2012 Oct 08 6:48 AM
Hi,
Can u explain how u are bring the quantity field..,r u bringing through select statement or using any Fm.,i think some code is there to supress zeros.,please debug the smartform..
Regards,
Shinde
2012 Oct 08 2:26 PM
Hi,
I got the result.
I have collected the g_activity value in 1 more variable as g_activity1 and defined it in global variable as
g_activity1 type p decimals 3.
Thanks for ur responses.I am closing the thread
Regards
Sumeet