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

ALV report

Former Member
0 Likes
645

hi frd,

im my report im display amount field, but the amount value is negative and next value is positive now i have to add the amount for example first amount is -10 and second amount value + 5. while sum the value i want to get as -5. how to include the negative sign in alv report.

im have more than 12,000 record in my display.

how to include the sign in the ALV.

by

karthi.

hi frd,

im my report im display amount field, but the amount value is negative and next value is positive now i have to add the amount for example first amount is -10 and second amount value + 5. while sum the value i want to get as -5. how to include the negative sign in alv report.

im have more than 12,000 record in my display.

how to include the sign in the ALV.

by

karthi.

4 REPLIES 4
Read only

Former Member
0 Likes
613

Hi,

While building the fieldcatalog, for amount field use gs_fieldcat-do_sum ='X'. You will get the desired output.

Thanks,

Sriram Ponna.

Read only

0 Likes
613

selecting the amount from the database table, positive value will come, but if the amount is negative a special indicator is available. how to include the sign value in the ALV report.

by

karthi.

Read only

0 Likes
613

Hello.

In the field catalog of ALV, make that field of type "QUANT" or "CURR".

Best regards.

Valter Oliveira.

Read only

Former Member
0 Likes
613

hi ,

in the fieldcat there is an option for sign like this..

it_fieldcat-no_sign = 'X'.

for the details use the program BALVBT01 or RFDSLD00

regards,

venkat.