cancel
Showing results for 
Search instead for 
Did you mean: 

BCD_NO_SIGN In program /SAPAPO/OM_REORG_DAILY

Former Member
0 Kudos

Hi all,

We are getting run time error BCD_NO_SIGN while running the background job with program /SAPAPO/OM_REORG_DAILY

Details of the dump

Runtime Errors         BCD_NO_SIGN

Short text

    A packed number contains no sign.

Error in the ABAP Application Program

    The current ABAP program "/SAPAPO/SAPLOM_TOOLS_BASIS" had to be terminated

  because it has come across a statement that unfortunately cannot be executed.

Error analysis

    In the current program "/SAPAPO/SAPLOM_TOOLS_BASIS", the conversion to a packed

    number (type P) revealed that the number had no valid sign.

Can you please help me to find out the cause of this issue

Regards,

Deepu

Accepted Solutions (1)

Accepted Solutions (1)

RahulHanda
Active Contributor
0 Kudos

Hi,

Go to /SAPAPO/OM13, go to checks tab and see whether you have any error there. If yes you will have information icon. Click the same and cross-check.

Though there is one SAP note, cross check the same.

1816930 - Short dump BCD_NO_SIGN in func. /SAPAPO/OM_FETCH_CLASSCONT_



Regards

Rahul

Former Member
0 Kudos

Dear Rahul ,

Thank you for your reply

I got one error in /SAPAPO/OM13  is attached

The program is scheduled and also running successfully in production client up to last week now its showing error

Regards,

Deepu

RahulHanda
Active Contributor
0 Kudos

Check in SM37, whether you have this job now and running on regular basis (but not from last week as it is recommended to schedule this on a daily basis)? I would suggest you to first fix this and thereafter cross-check for above issue again.

Take help of your basis team if required and also cross-check SAP support for relevant SAP note(s) if required after scheduling/executing this job.

If this answers your question follow

Regards

Rahul

Former Member
0 Kudos

Hi Rahul,

This job is running on daily basis and ending with error from last week on words  Job details are

    Date       Time                     Message text                                                                                Message class       Message no.    Message type

30.09.2015 21:32:53 Job started                                                                                                                00                      516                    S

30.09.2015 21:32:53 Step 001 started (program /SAPAPO/OM_REORG_DAILY, variant , user IDXXXXX      00                      550                    S

30.09.2015 21:32:53 Deleting old transactional simulations 0                                                                /SAPAPO/OM            012                    S

30.09.2015 21:32:53 Unloading of containers from multilevel ATP check                                               /SAPAPO/OM            076                    S

30.09.2015 21:32:53 Check the Trace Settings                                                                                    /SAPAPO/OM            076                    S

30.09.2015 21:32:53 Reorganization initial stocks                                                                                /SAPAPO/OM            076                    S

30.09.2015 21:33:00 Delete old log files, lock entries: Optimization                                                               00                      001                    S

30.09.2015 21:33:00 Clear Forecast jobs                                                                                                     00                      001                    S

30.09.2015 21:33:04 Correct period profile and time frame                                                                             00                      001                    S

30.09.2015 21:33:04 Delete PENDING models and planning versions                                                            00                      001                    S

30.09.2015 21:33:04 Reorganization of the ATP time series                                                                           00                      001                    S

30.09.2015 21:35:04 Reorganization of the ATP Merkmalsmatrizen                                                                00                      001                   S

30.09.2015 21:35:04 Read transaction ID                                                                                                      00                     001                    S

30.09.2015 21:35:04 32407449                                                                                                                     00                     001                    S

30.09.2015 21:35:05 /sapapo/om_reorg_daily scheduled daily: 010   > see / SAPAPO / OM13                           00                     001                    I

30.09.2015 21:35:05 /sapapo/om_delete_old_simsess simsess has regularly scheduled > see / SAPAPO / om   00                     001                    I

30.09.2015 21:35:05 Analysis of LC and LCA objects shows errors                                                            /SAPAPO/OM           006                    I

30.09.2015 21:35:05 Internal session terminated with a runtime error (see ST22)                                                     00               671                    A

30.09.2015 21:35:05 Job cancelled                                                                                                                  00                   518                    A

RahulHanda
Active Contributor
0 Kudos

The dump is what you have mentioned in your original post, right? If yes, then check the SAP note already mentioned above.

Let us know did note resolved your issue.

Regards

Rahul

Answers (1)

Answers (1)

Former Member
0 Kudos

Issue resolved after implementing the note Thank you Rahul