cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax error in transfer routine for InfoObject 0GN_PAR_SSY

welkin_ma
Advisor
Advisor
0 Kudos
217

Hello, Friends

   I encounterred this issue when activating standard BI content 3.x info source "0BPARTNER_ATTR". My BI cont is 705 SP6 on NW 702 SP11:

  My activating BI content results the following error:

   Installation of: Transfer structure (ISTS)

     Transfer structure 0BPARTNER_ATTR_EB ZMZCLNT302

       Syntax error in transfer routine for InfoObject 0GN_PAR_SSY

    

In Display mode of characteristic "0GN_PAR_SSY", in the transfer routine tab, I checked the routine syntax, and it indicates "The transfer rountine for characteristic "0GN_PAR_SSY" is OK". So I puzzled.

Besides, I have already maintained unique Source system IDs for each source system in RSA1 under "Asgnmt of Srce Syst. to Srce Syst. ID" from the Menu Tools.

Is there any other else that I can do? Any suggestions?

Some one has solved similar issue in http://scn.sap.com/thread/432176, but no solution has been provided in that thread.

Thanks a lot!

Welkin

Accepted Solutions (1)

Accepted Solutions (1)

welkin_ma
Advisor
Advisor
0 Kudos

Hello, All

   It seems that error exists in the transfer rule "0BPARTNER_ATTR                ZMZCLNT302" from standard BI content 705 SP06.

  In the routine for "0GN_PAR_SSY", I have copied the code from BI content 736 and updated the following code between "begin of global " and "end of global":

   DATA: gs_cob_pro TYPE rsd_s_cob_pro,
      gt_viobj   TYPE rsd_t_viobj,
      gs_viobj   TYPE rsd_s_viobj.
DATA:   l_s_errorlog TYPE rssm_s_errorlog_int,
        l_text TYPE string.

Then the transfer rule "0BPARTNER_ATTR                ZMZCLNT302" can be activated successfully and issue has been eliminated.

Welkin

Answers (1)

Answers (1)

former_member186445
Active Contributor
0 Kudos

can you check in change mode in the target system?

welkin_ma
Advisor
Advisor
0 Kudos

Thanks Tibollo.