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

Standard function module

Former Member
0 Likes
1,055

Hi in any of the standard function module is there any coding to change the amount to negative?

1 ACCEPTED SOLUTION
Read only

former_member585060
Active Contributor
0 Likes
1,028

Try this

BKK_SET_SIGN_IN_AMOUNT

9 REPLIES 9
Read only

Former Member
0 Likes
1,028

Refer this.

data: a1 type i value 56, a2 type i value 60, res type i, res1(10).

res = a1 - a2.

res1 = res.

CALL FUNCTION 'CLOI_PUT_SIGN_IN_FRONT'

CHANGING VALUE = res1.

write res1.

Thanks,

Kartavya

Read only

0 Likes
1,028

Can you please say in any of the following FM the coding is there exit_sapmrmh_011 to 015?

Read only

0 Likes
1,028

Hi,

Please let me what your requirement is. I could help you out. I send you the above code to just see that how can we put negative sign in front of the number.

Thanks,

Kartavya

Read only

0 Likes
1,028

Hi in need to know in which of the user exits the coding is done to change the amount value to negative?

Read only

0 Likes
1,028

Can u clearly give in which Tcode, that EXIT is there?

Read only

0 Likes
1,028

In SE37

Edited by: saranya srithar on Aug 21, 2008 6:24 PM

Read only

0 Likes
1,028

Sorry i am not able get this exit_sapmrmh_011 in my system

Read only

0 Likes
1,028

Oh ok ...thanks for ur effort...

Read only

former_member585060
Active Contributor
0 Likes
1,029

Try this

BKK_SET_SIGN_IN_AMOUNT