‎2008 Mar 07 11:33 AM
Hi ,
In transaction f.01 if i exicute after entering respective data gives financial statement if i go o menu List -> export -> additional functions of SAP Query. it gives me dump.when I analyse that dump it is some selection error which in in turn no function available error in function mudule SLVC_EXPORT_XINT.
code is........
.
.
.
.
.
.
.
if functionkey = space.
call function 'RSAQ_XINT_SELECT_FUNCTION'
importing function_name = function
canc = canc
exceptions no_functions = 1
others = 2.
if ( sy-subrc <> 0 ).
message s630(AQ) with functionkey raising selection_error.
endif.
if ( canc ne space ).
raise cancel.
..................................................
..
..
...
..
Can any body tell me why is so?
Thanks.
‎2008 Mar 07 11:35 AM
Have you recently upgraded the SAP system?
May be the query need to regenerated.
Regards,
Atish
‎2008 Mar 07 11:37 AM
‎2008 Mar 07 11:41 AM
Hi Tanisha,
Latest is ECC 6 only. But have you done upgrade recently.
As this dump in standard transaction better search OSS notes first.
Regards,
Atish
‎2008 Mar 07 11:47 AM
Okay Atish,
Thanks for help will search in OSS and will get back.
Thanks.