Application Development 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: 

Not showing Net Order Value in PO Currency in ALV report

former_member308418
Participant
0 Kudos

Dear all,

Good day.

In my ALV report i want to display net order value in PO currency which comes from ekpo-netwr field. But this field is showing 0.00 for all records. i,e value is not coming here. Please tell me how to show the value in ALV and how to show blank space when value is not in database.

Thanks.

Best regards.

4 REPLIES 4

Former Member
0 Kudos

You need to DEBUG and check why value is not populated. Is your internal table holding that value.

Blank Space won't come if value is 0.00 because you are using referance field in your catalog as NETWR

Former Member
0 Kudos

Open your source code, then find routine where you have written code for assign netwr value to your internal table.

before that line add BREAK-POINT code.

This will open ABAP debagur, now see your ekko ekpo table and also your internal table.

This is the only way you can resolve this problem.

Regards,

Shaligram

Former Member
0 Kudos

Hi,

Place a break-point just before you call the ALV display "Reuse_alv_*".

Check the value here in the column price.

Most probably you do not have a value here which is why there is no value displayed.

Regards,

Jovito

0 Kudos

Hi All,

My problem regarding value is now showing.

Thanks,

Best regards,

Tripod