Application Development and Automation 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: 
Read only

Help to solve DUMP

Former Member
0 Likes
720

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.

4 REPLIES 4
Read only

Former Member
0 Likes
683

Have you recently upgraded the SAP system?

May be the query need to regenerated.

Regards,

Atish

Read only

0 Likes
683

which is the latest one? ours is ECC6.0.

Thanks.

Read only

0 Likes
683

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

Read only

0 Likes
683

Okay Atish,

Thanks for help will search in OSS and will get back.

Thanks.