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: 

sales register showing cancel document also

Former Member
0 Kudos

Hi...........

I already created one program for sales register but its showing cancelled sales billing document also how to remove that from report result.

Regards,

Moderator Message: Please try it yourself

Message was edited by: Kesavadas Thekkillath

2 REPLIES 2

janisar_munshi
Participant
0 Kudos

if  fksto of vbrk eq 'X' it is cancelled. put a check for the same in your code..

Regards,

Janisar

Former Member
0 Kudos

Hi,

While fetching from VBRK table check for FKSTO <> 'X' .

Regards,

Pavithra