hi gurus,
i have problem in my codes that one field is fiscper but in bseg and nkpf it is fiscal year but i used already in my code the another fisper is used in programm
as fiscper type bseg-gjahr,
but it shows that no one field like fisper in table
then tell me how can i declare it in my programm that i fetch data according to this field.
my code is
SELECT bukrs belnr gjahr fiscper buzei augdt shkzg
dmbtr kostl hkont matnr werks
INTO TABLE i_bseg
FROM bseg
FOR ALL ENTRIES IN i_bkpf
WHERE bukrs EQ i_bkpf-bukrs
AND belnr EQ i_bkpf-belnr
AND gjahr EQ i_bkpf-gjahr.
ENDIF.
plz help me its urgent.
thanks jayant.