cancel
Showing results for 
Search instead for 
Did you mean: 

problem faced while update to spam/saint version 39 basis realease 700

Former Member
0 Kudos

Hi

I am a SAP BASIS Administrator at fresher level.My spam/saint version was 22 when i applied SPAM/SAINT version 39 for SAP BASIS 700 , at first time it was not imported and struck at *Movenamespace with return code zero* phase and the import log showed error at IMPORT_PROPER phase,

But as described in the SAP note 822379 , i followed the instruction emptied the queue and imported the spam/saint version again

This time the import was completed and showed a green status. But next time when i wanted to apply SAP_BASIS 10 support pacake immediately it showed an runtime syntax error.

The error is as follows

Runtime Errors SYNTAX_ERROR

Date and Time 02.03.2011 11:57:31

-


-


|Short text

| Syntax error in program "CL_OCS_RT_ANALYSIS============CP ".

-


-


|What happened?

| Error in the ABAP Application Program

|

| The current ABAP program "SAPLSPAM" had to be terminated because it has

| come across a statement that unfortunately cannot be executed.

|

| The following syntax error occurred in program

| "CL_OCS_RT_ANALYSIS============CP " in include

| "CL_OCS_RT_ANALYSIS============CM002 " in

| line 135:

| "Die Transformation "RTA_TRAFO" hat keine aktive Version."

| " "

| " "

| " "

|

| The include has been created and last changed by:

| Created by: "SAP "

| Last changed by: "SAP "

|

-


-


|Error analysis

| The following syntax error was found in the program

| CL_OCS_RT_ANALYSIS============CP :

| "Die Transformation "RTA_TRAFO" hat keine aktive Version."

| " "

| " "

| " "

-


-


|Trigger Location of Runtime Error

| Program SAPLSPAM

| Include LSPAMU69

| Row 364

| Module type (FUNCTION)

| Module Name SPAM_PROLOGUE

-


-


|Source Code Extract

-


|Line |SourceCde

-


334

| 335|* and set default start options according to the new scenario

| 336| CALL FUNCTION 'OCS_SET_DEFAULT_START_OPTIONS'

| 337| EXPORTING

| 338| iv_ocs_tool = lv_tcode

| 339| iv_scenario = lv_scenario

| 340| iv_save = on

| 341| EXCEPTIONS

| 342| OTHERS = 0.

343

| 344|* inform the user about the scenario change

| 345| MESSAGE i336(tn) WITH lv_inact_scenario lv_scenario

| 346| RAISING emergency_stop.

| 347| ENDIF. "sy-saprl(2) < '46'

| 348| ENDIF.

| 349|* activate all halt points for current transaction

| 350| UPDATE patstop SET cont_step = off

| 351| WHERE ocs_tool = lv_tcode.

352

| 353|* initialize the application specific checks

| 354| UPDATE patcheck SET ret_code = space

| 355| reason = space

| 356| message = space

| 357| ign_in_dia = off

| 358| ign_in_btc = off

| 359| queue_id = lv_queue_id

| 360| WHERE ocs_tool = lv_tcode AND

| 361| active = on.

362

| 363|* collect some source data for the runtime analysis

|>>>>>| CREATE OBJECT lr_rt_analysis

| 365| EXPORTING

| 366| iv_queue_id = lv_queue_id

| 367| EXCEPTIONS

| 368| others = 99.

| 369| IF sy-subrc = 0.

| 370| CALL METHOD lr_rt_analysis->collect_conf_data

| 371| EXPORTING

| 372| iv_conf_group = 'ALL'

| 373| EXCEPTIONS

| 374| OTHERS = 0.

| 375| CALL METHOD lr_rt_analysis->save

| 376| EXCEPTIONS

| 377| OTHERS = 0.

| 378| ENDIF.

| 379| ENDIF. "SY-SUBRC = 0

380

| 381|* (5) now start with the application:

| 382|* - set the OCS environment

| 383|* - read the settings

-


Can anyone please suggest a bolution on BASIS perspective

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

HI,

there was actually an problem with the "RTA_SLANA_HTML" element. Thesolution was simply to re-activate this element. There is no real syntax error in this case. Could not find a root cause exactly,

Regards,

Ramesh

Former Member
0 Kudos

Hi,

I would begin with implementing the last available SPAM/SAINT package on SAP market place, that means version 700/0044.

good luck

ImtiazKaredia
Active Contributor
0 Kudos

After you imported SPAM, and then when you restarted SPAM what version information do you see in application toolbar.

I mean does it show SPAM version 39?

Also did you get this dump when you try to define BASIS SP queue or trying to import queue?

Former Member
0 Kudos

In addistion to Imtiaz, when trying to import BASIS please do not refresh frequently. Usually it will take little more time to change the status of import phases.

Former Member
0 Kudos

well ya its showing spam/saint level 39, i got the dump from service market place only, and after this when i tried to import SAP_BASIS 10 its showind the error as shown earlier

Former Member
0 Kudos

and i got the dump when i tried to import the SAP_BASIS 10 package

ImtiazKaredia
Active Contributor
0 Kudos

Ok, So what is current step of your import queue?

As it is in error, can you restart from this step.

Also I would suggest start import in background.

Former Member
0 Kudos

well the import queue is showing the SAP_BASIS 10 package as not imported, inwhatever way i am starting the import it is showing the abap dump immediartely.

Former Member
0 Kudos

Hi,

Have you solved this issue? I am facing the exact same problem:

In Tx SPAM, whatever I choose, I get the shortdump: Transformation "RTA_TRAFO" has no active version"

This is a newly installed 7.10 netweaver mobile system.

If someone knows the solution, that would be very appreciated!

(I also have entered an OSS message for this issue in the meantime..)

Best regards,

Menno

Edited by: M. Van Rooij on Sep 8, 2011 9:33 AM

Former Member
0 Kudos

Hi all,

Not sure if this thread is still active at all, but just to be sure, and to close it once and for all

to solve this issue :

Icheck class CL_OCS_RT_ANALYSIS in TA SE24 and go to method GET_XML.

Search for RTA_TRAFO, jump to object via doubleclick and activate it.

Afterwards install the latest TP and R3trans tools from sapnet, and SPAM should be working again.

Best regards,

Menno van Rooij