cancel
Showing results for 
Search instead for 
Did you mean: 

Transformations inactive after system copy

Former Member
0 Kudos

Hi experts,

We are using 7.31 version and we did a copy from dev to sandbox for testing purpose. Now most of the transformations are inactive.

The transformations in which there are no routines or formulas are active and those transformations in which there are formulas or routines are present are inactive.

When we try to check the formula its showing syntax error in routine. When we try to open the formulas or routines, its giving runtime error. short dump.

Any resolution or note on this?

Regards,

Mohammed.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Mohammed,

Did you find a solution to this problem?

We have also completed a Client Copy and now we have the same problem as you in the rules of the transformations.

Kind Regards

Michelle

Former Member
0 Kudos

The solution for us was to execute the following program (SE38):

RSTRAN_ROUT_RSFO_CHECK

Kind Regards

Michelle

Former Member
0 Kudos

Just to add more info,

when I clicked on check in formula its giving this syntax error and when I tried to edit the formula in change mode, its giving me this abap dump.

All things were working fine in the dev system. And they are still working fine there in dev system.

sbastien_francal2
Active Participant
0 Kudos

Hello,

Please check SAP Notes 1271513 (Syntax error after migration of transfer rules with formulas) and 1127197 (RSTRAN 532: Syntax error in formula) but they're quite old so I assume it's already applied into your system.

Ensure that the post refresh procedures (i.e BDLS and potentially a REGEN) were properly executed.

What do those formulas contain? Are they tied to a source system field by any chance?

former_member182516
Active Contributor
0 Kudos

Try to execute the program : RSTRAN_ROUT_RSFO_CHECK to check formulas and routines with regards to completeness & consistency of metadata)

For more info check the Note:

1913191 - Transport transformations fails with return code 12

Also check the note :

1946031 - Syntax error GP_ERR_RSTRAN_MASTER_TMPL during activation of transformation

Make sure the below Notes are applied in your system or not

1746151 RSTRAN 510, syntax error in GP_ERR_RSTRAN_MASTER_TMPL

1760763 730SP9: Error activating TRF having DSO and MD lookups

1762252 Syntax error in GP_ERR_RSTRAN_MASTER_TMPL

1815893 NW BW 7.30 (SP10) Missing check for hierarchy split

1818702 730SP10: Syntax error in GP_ERR_RSTRAN_MASTER_TMPL_M during activation of transformation

1809029 Automatic repair for incorr field in functional TRFN group

1816350  731SP8: Assertion failed during atcivation of transformation

former_member182516
Active Contributor
0 Kudos

What are the syntax errors you are getting while checking the transformations?

Its not fair to simply giving bits n pieces of information and asking for Notes that need to be implemented to resolve the issue or asking for solution.

If the transformations are inactive with out syntax error then we can directly use the RSDG_TRFN_ACTIVATE and activate all.

But the case is different ... provide the error info...

michael_devine
Employee
Employee
0 Kudos

Hi,

Apply these Notes:

1471117 SP25:RSDG_TRFN_ACTIVATE skips if M version has OBJSTAT 'INA'
1819353 M version of TRFN becomes inactive due to BDLS
1790597 ASSERTION Failed , transport runtime of SPO
1813893 ASSERT w/ expert routine after implementing SAP Note 1790597
1824191 Err RSTRAN518, RSTRAN520 after implementing SAP Note 1790597
1760763 730SP9: Error activating TRF having DSO and MD lookups

Then use program RSDG_TRFN_ACTIVATE to activate the transformations.

Regards,

Michael

RamanKorrapati
Active Contributor
0 Kudos

Hi Naveed,

System copy may not be happened properly.

please can you share the syntax error messages.

Thanks