‎2007 Jun 26 10:33 AM
Hi experts,
I am using a variable discount in my abap proram and the value of discount is picked up from table konv. i am trying to display that display in my script. but it display always 0. while debugging the value is come.
Please help me to do.
Thank u.
‎2007 Jun 26 10:35 AM
‎2007 Jun 26 10:37 AM
‎2007 Jun 26 10:52 AM
Hi,
I guess u must be using KBETR field for this wcich is of currency type.
U will have to convert this field into char type for using in smartform.
Smartform doesn't give the output for quantity and currency fields.
Take a separate wa_kbetr and copy ur field into this .
Reward if useful.
‎2007 Jun 26 10:56 AM
Hi,
If the value is comming while debugging your form, check the following
1) Is your cursor reaching the place where you have printed in the Script.
If no then check, why it is not...maybe you have put a condition which is failing
2) Have you put the variable name absolutely correct and is it in between &&
Regards,
Suruchi Mahajan