cancel
Showing results for 
Search instead for 
Did you mean: 

Problem loading from ODS to ODS

former_member584656
Participant
0 Kudos

Hi all,

i got 3 ODSs: ODS A, ODS B and ODS C. I'm loading data from ODS A to ODS B and in the actualization rules i'm reading data from ODS C to fill a field of B.

The problem is that when i export the data from A to B the load stays always in yellow, the monitor says that the process is finnished, on SM50 no activity is detected, and no record is inserted on B.

When i comment the code where i read from ODS C, the load works perfect.

How can i solve this.

thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Juan!

I think you have to check in ST22 to verify for some dump (related to your code!)

Let me know...

Bye,

Roberto

Answers (1)

Answers (1)

Former Member
0 Kudos

Juan

If you are reading from ODS C in the start routine check your code for the following:

1. Are you checking for sy-subrc after the read. What if you do not find a record in ODS C.

2. Are you modifying the record. You should be modifying and not inserting.

If you are using a routine on the infoobject check the following:

1. Are you checking for sy-subrc after the read. What if you do not find a record in ODS C.

Hope this helps.

Jita