cancel
Showing results for 
Search instead for 
Did you mean: 

XPRA_TRANS : Dump CL_RSTRAN_TRFN

0 Kudos

Hello,

I am in phase XPRAS_TRANS of SUM to upgrade BI 7.1 to Bi 7.4 and I have a message error.

The job RDDEXECL has been interrupted. I have try to check the button "accept non severe" but the bug is still present.

I have followed the step in : XPRAS_TRANS XPRAS_UPG and XPRAS_AIMMRG phases - Technology Troubleshooting Guide - SCN Wiki



In ST22, i have the following dump :

Error in the ABAP Application Program                                                  
                                                                                          
The current ABAP program "SAPLRSDS_DATASOURCE" had to be terminated because it        

has come across a statement that unfortunately cannot be executed.

Im Programm "CL_RSTRAN_TRFN================CP" ist im Include

"CL_RSTRAN_TRFN================CM003" in Zeile 62

der folgende Syntaxfehler aufgetreten:

The data object "L_S_TRAN" does not have a component called "TLOGO_OWNED_BY".

Could you help me ?

Accepted Solutions (0)

Answers (1)

Answers (1)

CharlesChen
Employee
Employee
0 Kudos

Hi Bruno,

In the program CL_RSTRAN_TRFN================CM003,  we can see the statement below below.

l_s_tran  TYPE rstran

And rstran is a transparent table.

You can check the table rstran  and see whether TLOGO_OWNED_BY is a column there in the table definition.

If not, maybe you need to check whether the table is adjusted manually.

Best regards,

Charles