cancel
Showing results for 
Search instead for 
Did you mean: 

Dump on execution of RFC HRXSS_PER_READ_P0006_US in ECC

Former Member
0 Kudos

Hi

I am just trying to execute one of FM that is used in case of country specific self service application. But I get following dump in the backend. Strangely standard wd java also calls this FM without any dump. I also did check though extenal debugging.

I have also checked if I execute it for any other infotype instead 006 I do get the same error.

Please suggest if I am missing something .

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"OBJECTS_OBJREF_NOT_ASSIGNED_NO" "CX_SY_REF_IS_INITIAL"

"SAPLHRXSS_PER_MAC" or "LHRXSS_PER_MACU04"

"HRXSS_PER_CLEANUP"

Source Code Extract

Line SourceCde

1 FUNCTION hrxss_per_cleanup.

2 *"----


3 ""Local interface:

4 *" EXPORTING

5 *" VALUE(MESSAGES) TYPE BAPIRETTAB

6 *"----


7

8 * CALL METHOD mac_adapter->cleanup

9 * IMPORTING

10 * messages = messages.

11

12 * TRY.

>>>>> CALL METHOD xss_adapter->cleanup

14 .

15 * CATCH CX_HRPA_VIOLATED_ASSERTION .

16 * ENDTRY.

17

18 ENDFUNCTION.

Thanks

Abhay

Accepted Solutions (0)

Answers (2)

Answers (2)

dsharmak
Advisor
Advisor
0 Kudos

Hello Abhay,

This could be related to incorrect use of usecase in this case, please check the table V_T7XSSPERSUBTYP for the same.

Also please Support Pack should be in sync, Mismatch will lead to the same error. You can go through the link :

http://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES

You can check if the BADI HRXSS_PER_BEGDA is active in your system or not ??

Best Regards,

Deepak...

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

it probably needs more values to be filled thats why its not able to be executed directly from SM37. there might be some values which needs to be filled.