Hi everyone,
query I have made uses two time characterisiics 0FISCPER (payment period) and ZFISCPER (posting period). I would like to make restrictions based on current fiscal year/period and hence used SAP exit variables 0FPER and 0FYTCFP. Unfortunatelly these variables can be defined on only one InfoObject (e.g. 0FISCPER) at the same time (in one query) so I need suggestion on how to set it for another InfoObject (e.g. ZFISCPER). Thanks in advance.
Kind regards,
Josko.
Hi Josko,
std variables are available only on std char on which these variables are created and delivered...so, you need to create your own variables on ZFISCPER and to fill them via user exit !
Please refer to www.service.sap.com/bw -> SAP BW InfoIndex -> Variables
Hope it helps !
Bye,
Roberto
Add a comment