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

problem in ALV

Former Member
0 Likes
880

hai

i have created a ALV for the excise details and i got the output correctly.but the problem i have is that an document has been reversed,but it still comes in the report.They excise dept doesn't want the reverse document to be displayed.

can i undisplay the reversed document,if so how..plzz help me

its urgent

hai

i have created a ALV for the excise details and i got the output correctly.but the problem i have is that an document has been reversed,but it still comes in the report.They excise dept doesn't want the reverse document to be displayed.

can i undisplay the reversed document,if so how..plzz help me

its urgent

7 REPLIES 7
Read only

Former Member
0 Likes
858

Set the filed NO_OUT = 'X' in field catalog. then this field wont be displayed inthe report.

Read only

0 Likes
858

hi ,

I dnt think , its problem in ALV.

U have to put condition in select query

where document reserve <> 'X'.

Edited by: Suyog Haralikar on May 27, 2008 10:18 AM

Read only

0 Likes
858

hai suyog

can u send me t condition

Read only

0 Likes
858

i never did in excise

but if BKPF table is ur header table

then put condition

where STBLG = ' '.

if any other table u r using jst let me know

Read only

0 Likes
858

suyog

im using tables j_1iexchdr,j_1iexcdtl,vbrp,vbrk

Read only

0 Likes
858

Hi,

In VBRK table, There is one field FKSTO which will contain field 'X' when Billing document is cancelled.

Hope this will solved ur problem.

Regards,

Denish Patel

Read only

Former Member
0 Likes
858

hi ,

I dnt think , its problem in ALV.

U have to put condition in select query

where document reserve 'X'.