Skip to Content
0
Former Member
Dec 02, 2008 at 02:09 PM

Infotype 5009 & LSO SP20????

20 Views

Hello,

We just installed LSOFE SP20 and we are getting MESSAGE_TYPE_UNKNOWN short dumps for the content player account when we take a course and log off in the content player. The Course that was taken still shows in the planned status with a start correct start date and end date. You see the learner in the participation Menu showing that they did participate in the course, however, the status is still showing as planned. The function that fails is 'RH_READ_INFTY'. See below.

When we run an authorization trace we get a couple of failures like below.

RC=4 PPFCODE=DISP;PLVAR=01;OTYPE=ET;INFOTYP=5009;SUBTYP= ;ISTAT= ;

Can anyone tell me more about it or if anything specific to SP20 would involve IT 5009 and cause a failure? When I applied SAP_ALL for debug to the account that the content player uses the problem cleared. I'm thinking that this is an authorization failure related to InfoType 5009. Any help is appreciated.

Thanks,

Doug

================================

CALL FUNCTION 'RH_READ_INFTY'

EXPORTING

authority = 'DISP'

with_stru_auth = ' '

plvar = l_v_plvar

otype = l_v_otype

objid = l_v_objid

infty = '5009'

  • ISTAT = ' '

extend = 'X'

  • SUBTY = ' '

  • begda =

  • endda =

condition = '00000'

inftb = '1'

sort = 'X'

  • VIA_T777D = ' '

TABLES

innnn = l_t_p5009

  • OBJECTS =

EXCEPTIONS

all_infty_with_subty = 1

nothing_found = 2

no_objects = 3

wrong_condition = 4

wrong_parameters = 5

OTHERS = 6

.

IF sy-subrc <> 0.

MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno

WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.

ENDIF.

ENDIF.

READ TABLE l_t_p5009 INDEX 1 INTO l_s_p5009.

g_v_lu = l_s_p5009-lupub.