cancel
Showing results for 
Search instead for 
Did you mean: 

Error on RSMIPROACT

Former Member
0 Kudos

Hello Expert,

We use "RSMIPROACT" program to send information to SNC. In this program we have checked "Transfer Zero Quantities" option and in SNC some proact idoc are in error.

1°) Error creating new planning objects

2°) Internal Error /SAPAPO/SCMB_PSTRU_PLOB_TEMPL=> RAISE_EXCEPTION_FRO

3°) A severe error (Product exists) has occurred

We have verified and the Product, the Partner and the Location exists.

Please have you any idea to solve these three issues ?

Thanks for your help.

Stéphane VIRTH

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Stephane,

Are you getting this error for the PAN XML message in SXMB_MONI on the SNC side? If so please attach the error screenshot.

Can you also check the following in the client where you are getting this error:

1. Go to SE16

2. Enter Table == /SAPAPO/TSPLOBKO and press F7

3. Seelct the following Planning Object Structures - 9ADFC01 & 9AINVM1 and execute

4. Check the field "OBJSTAT" or "Status". It should be greeen.

Reagards,

Bharath

Former Member
0 Kudos

Hi Bharath,

I solved the third error (product not exist in SNC ).

But for the others, i didn't found the problem !

I verified table /SAPAPO/TSPLOBKO and all status are green

I add SXMB_MONI error files in attachment.

Thanks for your help.

Regards,

Stephane

Former Member
0 Kudos

Hi Stephane,

Were you able to resolve the error " Internal Error /SAPAPO/SCMB_PSTRU_PLOB_TEMPL=> RAISE_EXCEPTION_FRO"

Even am getting this error now in my new client when the PAN XML reaches the SNC system.

If you have resolved it please share the steps.

Regards,

Bharath

Former Member
0 Kudos

Hi Bharath,

Yes i have resolved the three errors of RSMIPROACT program.

In fact this error has multiple reason.

For me, i have 2 errors :

1°) Function group : RRSI, Include : LRRSIF02, FORM plausible_check_char

My numeric data (1234) are converted in 00000001234 with function :

CALL 'CONVERSION_EXIT_ALPHA_INPUT'  ID 'INPUT'  FIELD <l_chavl>
                                                                 ID 'OUTPUT' FIELD <l_int>.

and SNC check if 1234 is <> 00000001234

       IF <l_chavl> <> <l_int> OR l_subrc NE 0.
             PERFORM rollback.                                   " SU SP8
             PERFORM close_connection.                           " H562632
             MESSAGE e068(brain) WITH <l_chavl> l_s_cob_pro-iobjnm l_s_cob_pro-convexit

Here, we have enhance the form to exit if (conversion is not necessary in my case)

  IF I_CHABASNM = 'Z9AMFRPN'.

2°) Function group : RSKC, Function Modules : RSKC_LOWCHAVL_CHECK

We have data with the # caracter that are not allowed by SAP. We have updated master data and error was solved.

   * weitere Ausnahmen
  if i_chavl(1) = '!'
*    durch ! an der ersten Stelle werden Dynprofelder geloescht
  or i_chavl = '#'.
*    # wird im BW als Symbol fuer den Initialwert verwendet
    e_err_subrc = 4.
  endif.

For debugging i used SPROXY transaction and i test "ProductActivityNotification_In" service Interface (ESR) with the error file.

Well, I hope that it will be able to help you.

Best Regards,

Stephane.

Former Member
0 Kudos

Hi Stephane,

Thanks for the detailed reply. I just have the error . " Internal Eror /SAPAPO/SCMB_PSTRU_PLOB_TEMPL=> RAISE_EXCEPTION_FRO" when the PAN XML gets posted in SNC

Did you have enhancements while posting the PAN XML which required the changes you have mentioned above.  I am just using the std. PAN interface for the OFM scenario. I never faced errors in my DEV / Sandbox systems I started getting this error in my QA client. So I thought it has something to do with TSDM settings..

I will take a look at your suggestions.

Regards,

Bharath