cancel
Showing results for 
Search instead for 
Did you mean: 

Error while creating CVC manually in SCM 7.0

Former Member
0 Kudos

Hi Experts,

We have recently upgraded to SCM 7.0 sandbox and while creating a new CVC manually in this , we are getting the following strange error:

Internal Error /SAPAPO/SCMB_PSTRU_PLOB_TEMPL=>RAISE_EXCEPTION_FRO

Message no. /SAPAPO/SCMB_PSTRU000

We have run the CONS CHECK for POS and PA both and reinitialised the planning area as well but no success.

Your advice in this regards would be highly appreciated.

Thanks in advance.

Regards

SAUMIL SHAH

Accepted Solutions (0)

Answers (8)

Answers (8)

former_member187488
Active Contributor
0 Kudos

Hello,

If you're creating CVCs from plain text file, make sure you have correct values for all characteristics. Please notice that lower letters are not valid letters for the characteristics.

I recently met such an issue, and with this problem, the error message raised internally is BRAIN060.You can go to SE91 to see the long text of this message, in which valid letters are listed.

Maybe you can also debug the process to see whether there's any error, like or except BRAIN060 happens internally.

Best Regards,
Ada

Former Member
0 Kudos

Ada Lv, I had the same issue as originally reported. I noticed that the CVCs I was loading were lower case and followed your suggestion. It fixed the issue! The CVCs got created properly!! Thanks!!

former_member187488
Active Contributor
0 Kudos

Hi,

Maybe you can try the following:

1)Go to SE38=>/sapapo/ts_pstru_gen, enter your POS name.

2)Run it with "Basis - form routines" and set 'Reset generation time stamp' and also 'Generate'.

3)Run it with option "Create planning objects" and set 'Reset generation stamp' and also 'Generate'.

4)Go to /sapapo/msdp_admin => right button on POS => Activate.

Also make sure that all infoobjects are correctly activated from BI content.

You should check all characteristics in the POS, and the navigational attributes characteristics if there's any.

Best Regards,

Ada

Former Member
0 Kudos

Even I'm facing the same issue in SCM 7.0.Have you got any solution for this.

Regards,

Manasa

pavan_verma2
Contributor
0 Kudos

Hi,

You have not maintained special character in T code RSKC and you are trying to create CVC for special character or masking character like #.

You will not get the error once you maintain special character in RSKC T code.

Thanks

Pavan Verma

former_member583013
Active Contributor
0 Kudos

Hi,

First make sure that all characteristics of planning object structure are active.And also make sure that you are not

maintaining any special characters while creating CVC.Also execute the report /SAPAPO/TS_PSTRU_TOOL.

Hope this will helps you.

Regards,

Sunitha

Former Member
0 Kudos

Some of the characteristics table might be missing from ABAP dictionary. Perform the following activities:

- For every characteristic in your POS, determine the database dictionary objects. i.e. go to se11 and do <name of charac> then go to each of the table/structure and click activate

- this will regenerate these dictionary objects in ABAP and you wont face this issue.

keiji_mishima
Active Contributor
0 Kudos

If my previous recommendation does not work, please check related infoobjects are active or not.

if not, please try activation of infoobject by using report RSDG_IOBJ_ACTIVATE.

Also activate internal infocube (POS) by using RSDG_CUBE_ACTIVATE.

Best Regards

Keiji

Former Member
0 Kudos

Hi Keji,

Thanks for your reply.

I tried activating the POS by going to MSDP_ADMIN , I also tried activating all the infoobjects(CHARS) of POS once again by the program you suggested and also reactivated the internal cube for POS but still no success.

Please suggest if anything else which might be missing which is causing this.

Thanks and Regards

SAUMIL SHAH

keiji_mishima
Active Contributor
0 Kudos

Hi SAUMIL SHAH

In that case, I expect debuging in yoru system might be necessary for RCA.

So I recommend you to create customer message to SAP via service market place or Solman service desk for further analysis.

Best Regards

Keiji

Former Member
0 Kudos

Dear Kaij,

We have recently upgraded to SCM 7.0 sandbox and while creating a new CVC manually in this , we are getting the following strange error:

Internal Error /SAPAPO/SCMB_PSTRU_PLOB_TEMPL=>RAISE_EXCEPTION_FRO

can you suggest me how to resolve in the system.

Regards,

SUN

Former Member
0 Kudos

Hi Saumil shah,

Please let me know the solution applied to resolve this issue as I am facing the same error.

Regards,

Krishna

keiji_mishima
Active Contributor
0 Kudos

Hi SAUMIL SHAH

It looks like POS TEMPLATE coding seems to has problem.

For each POS, there are special programs are generated from tempalte coding.

I guess current coding that your POS has seems to have problem.

to regenerate the code, I recommend you to re-activate pos.

go to /SAPAPO/MSDP_ADMIN -> display pos ->select activate. (by conducting addtional activation,

generated coding might be fixed).

Best Regards

Keiji