cancel
Showing results for 
Search instead for 
Did you mean: 

Short dump while loading data from PSA to DSO

Former Member
0 Kudos

Hi Experts,

I have laoded data from source system to only PSA.

I am trying to push data from Data source(PSA) to DSO in 3.x flow.I am getting the below shot dump.

Exception condition "NOT_EXIST" raised.

What happened?

The current ABAP/4 program encountered an unexpected

situation.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

A RAISE statement in the program "SAPLRSSM" raised the exception

condition "NOT_EXIST".

Since the exception was not intercepted by a superior

program, processing was terminated.

Short description of exception condition:

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

-

Information on where terminated

Termination occurred in the ABAP program "SAPLRSSM" - in

"RSSM_CONVERT_ODSSID_RNRSID".

The main program was "RSAWBN_START ".

In the source code you have the termination point in line 77

of the (Include) program "LRSSMU55".

Kindly help me on this This is a production system...SO i can not delete any data from PSA or do re-loaidng..

Its a Delta load .Data is now availble in PSA.

Regards

Laxman

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thnaks a lot to ALL

We tried to apply the Sapnote-0000578150 as it is suggested by sap india but did not work,Final SAP INDIA has taken the system and resolved it.

The reason is that we are low level packgae 13 asked us upgrade to higher version.

Former Member
0 Kudos

Since you said you are using 3.x you are using Update rules and Transformations.

1. Check your mappings.

2. Check your code if you have rules that has been placed, as the exception seems to indicate this.

3. If you are reading master data, ensure the master data is filled or you need to put in an exception in your logic to ignore it if it does not exist.

4. You can put in a break-point and debug it to check what is causing the issue (as it could be a data issue).

Former Member
0 Kudos

Hi,

The error is because of either the field routine or the Start Routines or the End routine, kindly check that.

Regards,

NAnda.S

former_member188080
Active Contributor
0 Kudos

Hi,

You can check your DSO in RSRV transaction.

Check PSA tables in RSRV as well.

Check whether your master data is loaded correctly or not. All the SID should be generated for transaction data to load.

Check following thread as well

Thanks and regards

Kiran