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

sap scripts

Former Member
0 Likes
446

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.

4 REPLIES 4
Read only

Former Member
0 Likes
428

Hello,

Increase the size of the window and check,

Vasanth

Read only

Former Member
0 Likes
428

Hi,

Use TRUNC "Interger part of x

Regards

Read only

Former Member
0 Likes
428

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.

Read only

Former Member
0 Likes
428

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