cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot activate RCNPROJR

britta_leib2
Participant
0 Kudos

Hi experts,

we have changed some customer fields in CI_PROJ (deleted old fields, created new fields) and now I want to adjust the field strings for the info system.

Now I have a problem with RCNPROJR since I made a mistake obviously.

  1. In order to note 43493 (number 4.) I executed report RCNCT001, but for ALL STRUCTURES.
  2. Then I followed note 43493 (number 5a)), which is probably wrong since our system is an ECC 6.0 system.

You have to include all changes in a transport request manually. To

do this, call the editor for all the files listed above, switch to

change mode, and save the file without having carried out any change.

Therefore I put report RCNPROJR in change mode without changing anything and saved in a request. At this time I didn’t see that the content of RCNPROJR had not been adjusted correctly. There are still old customer fields included which do not exist in CI_PROJ now.

3.    Later I have executed report RCNCT001 again, but have choosen only structure project definition. The report says that the includes RCNPROJR and RCNSOM00 were generated and table TMC73 was saved.

The results are:

1.    1. report RCNPROJR is inactive (not generated) and contains wrong (old) customer fields. When I want to activate it manually there is an error (component Z… does not exist). But since this report is an SAP object I don’t want to change it manually.

2.    2. report RCNSOM00 seems to be correct:

*---------------------------------------------------------------------*

*       MACRO _GET_PROJ                                               *

*---------------------------------------------------------------------*

*       Projektdefinition holen                                       *

*---------------------------------------------------------------------*

DEFINE _GET_PROJ.

  get proj.

*#              BEGIN OF PROJR FOR PROJ

*#              END   OF PROJR FOR PROJ

END-OF-DEFINITION. "_GET_PROJ                

Is this coding correct?

3.   3. Table TMC73 was adjusted correctly. The customer fields are ok  (TABNAME=PROJR).

Now the question: how can I repair the situation and generate report RCNPROJR with correct customer fields?

Thanks a lot in advance,

Britta

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

check out with this

Execute program RCNCT001 using Transaction SE38 without setting the input parameters. The field strings for all overviews of the project information system are then generated again.

britta_leib2
Participant
0 Kudos

Hi,

I have tried to start the program RCNCT001 again without setting anything in the selection screen (in batch mode). The spool output is:

ACTR                           RCNACTR

Table TMC73 saved and report generated

AFABR                          RCNAFABR

Table TMC73 saved and report generated

AFFHR                          RCNAFFHR

Table TMC73 saved and report generated

AFRUR                          RCNAFRUR

Table TMC73 saved and report generated

AUFKR                          RCNAUFKR

Table TMC73 saved and report generated

CNZVR                          RCNCNZVR

Table TMC73 saved and report generated

KBEDR                          RCNKBEDR

Table TMC73 saved and report generated

MLSTR                          RCNMLSTR

Table TMC73 saved and report generated

NETZR                          RCNNETZR

Table TMC73 saved and report generated

PLAFR                          RCNPLAFR

Table TMC73 saved and report generated

PROJR                          RCNPROJR

Table TMC73 saved and report generated

PRPSR                          RCNPRPSR

Table TMC73 saved and report generated

RESBR                          RCNRESBR

Table TMC73 saved and report generated

STRUCR                         RCNSTRUCR

Table TMC73 saved and report generated

VBAKR                          RCNVBAKR

Table TMC73 saved and report generated

VBAPR                          RCNVBAPR

Table TMC73 saved and report generated

           RCNSOM00

Table TMC73 saved and report generated

But the include RCNPROJR is still inactive and contains wrong fields.

I have also tried it again only choosing the project definition structure -> same message (success) but no change of the include.

Can anybody help?

Former Member
0 Kudos

Hi Britta,         

I  can confirm the code that you have attached is correct. Regarding your issue, as my colleague stayed you need to run RCNCT001 if you wish to add other field in PS information system. You have to extend the relevant structures and the report will discard and regenerate the reports RNCSTRUC, RCNPROJR, RCNPRPSR ... These reports are automatically generated coding and supposed not to be changed. Therefore the access key for these program is necessary. You can run it by yourself, you do not need to worry about this. The below are the specific ratio buttons for the structures of RCNACTR, RCNPROJR, RCNPRPSR & RCNSOM00:

RCNPROJR = Project Definitions
RCNPRPSR = WBS Elements
RCNACTR = Activities

RCNSOM00 - Project Info System: Macros for Event Processing Selection report

Many thanks and kind regards,

Enrique Sosa

britta_leib2
Participant
0 Kudos

Hi Enrique,

what do you mean with "You have to extend the relevant structures"? CI_PROJ has been extended of course.

Now I am expecting that the program RCNCT001 will extend the includes RCNPROJR and RCNSOM00 automatically. But it doesn't work.

What shall I do I haven't done yet?

Thanks a lot in advance, Britta

Former Member
0 Kudos

Hi Britta,

Thanks for the update, could you please review note 43493?

I hope this helps.         

Many thanks and kind regards,

Enrique