Hi frnds,
in transaction va43 there is a screen where as regard
to the sales organisation number the below line items are displayed such as billing date, billing status and etc.
in my report the field for billing status is
fplt-fksaf.
the billing status information is given as
a- for not yet processed
c-completely processed
my code is some what like this
data : begin of i_billing occurs 0,
include structure i_billing
end of i_billing
i_billing is an transparent table in which include is used for all the fileds that are used in fplt table.
my report now shows onl;y for billing stauts a data
if i_billing-fksaf = 'a'
---
---
how can i code this if i want to display allt the data for
slaes org whre billing status is a and c both
thnx
note:- if code is reqd i can send