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

field values not displayed

Former Member
0 Likes
367

hi frends, I have developed a report in ALV view in which i have nested select statement. actually i am obtaining the coressponding PO no against a particular PR no and then obtained vendor no,GR no and other values from that PO no.

the values displayed on execution in particular format are right but the case where PR exist but PO does not exist ,it displays values in the vendor no and GR no etc whereas no value in the PO field.

BUT if we ignore those rows then all values are correct.

Now what i want is that if the PO doesn't exist then there sould be no value displayed in the GR no,vendor no etc fields which are related to PO.

PLz guide me.I am new to ABAP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
338

check your final internal table if PO doesn't exist remove the the record form your internal table.

hi frends, I have developed a report in ALV view in which i have nested select statement. actually i am obtaining the coressponding PO no against a particular PR no and then obtained vendor no,GR no and other values from that PO no.

the values displayed on execution in particular format are right but the case where PR exist but PO does not exist ,it displays values in the vendor no and GR no etc whereas no value in the PO field.

BUT if we ignore those rows then all values are correct.

Now what i want is that if the PO doesn't exist then there sould be no value displayed in the GR no,vendor no etc fields which are related to PO.

PLz guide me.I am new to ABAP

1 REPLY 1
Read only

Former Member
0 Likes
339

check your final internal table if PO doesn't exist remove the the record form your internal table.