cancel
Showing results for 
Search instead for 
Did you mean: 

Transformation Message : RSTRANS 502

0 Kudos

Hi Experts,

I am working on one of the project, completly fresh BW system.

We have a scenario where we have enhanced 0FI_GL_14 datasource with MATNR and loaded the data in the DSO.

Now during loading a AR DSO from datasource 0FI_AR_4, we are trying to read the Material (0MATERIAL) present in the GL - DSO using "Read from DSO" on the basis of following fields used in I/O Assignment

At the time of saving the Transformation following error is being seen:

All the mappings have been done correctly. Still the Message No - RSTRANS 502 is being seen.

We are using SAP 7.5 SP1 Database - SYBASE.

Please suggest the solution.

former_member226419
Contributor
0 Kudos

Can you please share mapping screesnshot?

former_member226419
Contributor
0 Kudos

You have enhanced MATNR in standard extractor, How you are populating the value in the same? In CMOD ABAP code? After that you are reading 0material , so what exactly you want to achieve? i am not getting your requirement.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member226419
Contributor
0 Kudos

Hi,

Please make a note of the below things.

A few caveats are in order on this feature.

  • All the key fields of the lookup DSO should be specified. If a partial key is specified the system will assign the value from the first record it finds in the lookup DSO
  • The InfoObject Assignment for the source fields should have exactly the same names as the corresponding InfoObjects in the lookup DSO.
  • The target InfoObject will be filled from the value of the InfoObject having the same name in the lookup DSO.

Also can you share your full transformation and transfer rule screenshot? I hope you are using all the keys with same names and also data types should be similar of all the info objects used aa a keys.

Br

Sumeet

0 Kudos

Hi Sumeet,

I tried to do the same, but that too didn't work.

Thanks,

Sd

0 Kudos

Hi Sumeet,

I have enhanced 0FI_GL_14 datasource with MATNR. The business want to have specific report based on 0FI_AR_4 and 0FI_AP_4 datasources which would be requiring some information related to 0MATERIAL. Since the GL datasource has already been enhanced, I thought of using this datasource as lookup in AR/AP using "Read From DSO". (as 0FI_GL_14 is superset of 0FI_AR_4 and 0FI_AP_4).

To cut it short, I want to read 0MATERIAL present in 0FIGL_O14 DSO to 0FIAP_O03 / 0FIAR_O03 using "Read from DSO".

Thanks,

Sd

former_member226419
Contributor
0 Kudos

Hi,

have you tried reading 0material using ABAP code in end routine and populate the same using above fields?

Br

Sumeet

0 Kudos

Hi Sumeet,

Thanks of the response. I understand that we can use the ABAP code in End Routine to fetch Material from the other DSO. But just to avoid that we are trying to use "READ FROM DSO" and we are getting this error.

Thanks,

SD