cancel
Showing results for 
Search instead for 
Did you mean: 

AI_SDK_USER_BP_GEN FAILED

0 Kudos

Hi all,

In our Solution Manager 7.0 EhP1, we are executing the AI_SDK_USER_BP_GEN report to create users or BP automatically,

But as we execute it, we get a RAISE_EXCEPTION dump, and we have not been able to find a soluton for this issue.

Below you can find the content of this dump:


*Runtime Errors*         RAISE_EXCEPTION
-----
*Short text*
    Exception condition "FAILED" raised.
-----
*Trigger Location of Runtime Error*
    Program                                 AI_SDK_USER_BP_GEN
    Include                                 AI_SDK_USER_BP_GEN
    Row                                     3.193
    Module type                             (FORM)
    Module Name                             PREP_IBASE_CHECK_ONCE
-----
*Information on where terminated*
    Termination occurred in the ABAP program "AI_SDK_USER_BP_GEN" - in
     "PREP_IBASE_CHECK_ONCE".
    The main program was "AI_SDK_USER_BP_GEN ".
    In the source code you have the termination point in line 3193
    of the (Include) program "AI_SDK_USER_BP_GEN".
-----
*Source Code Extract*

  Line  SourceCde

 3163 *&---------------------------------------------------------------------*
 3164 *&      Form  PREP_IBASE_CHECK_ONCE
 3165 *&---------------------------------------------------------------------*
 3166 *       text
 3167 *----------------------------------------------------------------------*
 3168 *  -->  p1        text
 3169 *  <--  p2        text
 3170 *----------------------------------------------------------------------*
 3171 FORM prep_ibase_check_once CHANGING pv_ibase TYPE ibxx_ref-ibase.
 3172
 3173   "hint: check FuMod "IB_DEACTIVATE" for changes or improvments.
 3174
 3175   CLEAR pv_ibase.
 3176
 3177 *-----------------------------------------------------------------------
 3178 * check ibase
 3179 *-----------------------------------------------------------------------
 3180   DATA: lv_ibase TYPE ibxx_ref-ibase,
 3181         lv_ext_id TYPE dswpdtext30.
 3182
 3183   CALL FUNCTION 'DSWP_NOTIF_READ_IBASE_EXT_ID'
 3184     IMPORTING
 3185       pf_ext_id     = lv_ext_id
 3186     EXCEPTIONS
 3187       failed        = 1
 3188       stsup_missing = 2
 3189       OTHERS        = 3.
 3190
 3191   IF sy-subrc &lt; &gt; 0.
 3192     "MESSAGE ixxx(dswp) RAISING failed.
>>>>>     RAISE failed.
 3194   ENDIF.
 3195
 3196 *-----------------------------------------------------------------------
 3197 * get ibase ID
 3198 *-----------------------------------------------------------------------
 3199   DATA: ls_ibap_head2 TYPE ibap_head2.
 3200   DATA: lt_ibap_head1_tab TYPE ibap_head1_tab.
 3201   DATA: ls_ibap_head1 TYPE ibap_head1.
 3202
 3203   ls_ibap_head2-extid = lv_ext_id.
 3204
 3205   CALL FUNCTION 'CRM_IBASE_FIND_MULTI'
 3206     EXPORTING
 3207       i_ibase_det = ls_ibap_head2
 3208     IMPORTING
 3209       e_ibase_tab = lt_ibap_head1_tab
 3210     EXCEPTIONS
 3211       not_found   = 1
 3212       OTHERS      = 2.

I really hope you can help us at this point.

Best Regards,

Cristian andres Marin

Edited by: Cristian Marin on Jul 27, 2011 6:35 PM

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Check SAP note 1280638.

Also, please make sure that system for which you are generating BP's should be correctly defined in Ibase.

Thanks

Sunny

0 Kudos

Hi Sunny,

Firstly thanks for your quick response.

SAP Note 1280638 - Automatic generation of users and business partners, is delivered in the Support Package "ST 400 SAPKITL429", our system is currently is in "ST 400 SAPKITL435".

I'm downloading the next SP Level, to solve this issue, but i'm not really sure it will.

Also I have checked the IBase (in T-Code IB52) and checked that every client has defined the correct BP (I only had defined the BP for the productive client), but we're still getting the same dump.

Can you think of any other cause for this dump?

Yours faithfully,

Cristian

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Have you implemented SAP note 1567826 ?

Thanks

Sunny

Answers (0)