cancel
Showing results for 
Search instead for 
Did you mean: 

Duplicated wbs elements

Former Member
0 Kudos

Hi exports,

I create a lot of WBS elements in the same project. The project always has duplication of the last item. When I call function 'BAPI_PROJECT_MAINTAIN' to maintain WBS element hierarchies.It didn't work. when I used CJ20n to open the project, it occurs a fatal error. The system message is ITAB_DUPLICATE_KEY_IDX_OP. I can use CJ02 to open the project but WBS element is few than I created. Please help me.

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Solved the question by OSS note 149698

Thanks for help,buddies.

Former Member
0 Kudos

Hmm ..as you are not able to open the project in CJ20N the inconsistency looks like duplication of WBS elements while creation

1) Go to PRPS table and check whether all the WBS elements you created exists. If not then they were not created.Also check the numbering for any inconsistencies.

2) If they were created check whether the Deletion flag indicator is set. If this indicator is set the WBS will exist in the table but will not be displayed in CJ02 or CJ20N

3) finally creation of hierarchies using Project Maintain is a bit complex. While creation, you will have to provide the entire WBS elements using the Hierarchy table in Project Maintain in the same order they should appear.

i.e. WBS 1 - Lvl 1

WBS 2 - Lvl 2

WBS 3 - Lvl 3

WBS 4 - Lvl 3will be represented as

WBS element -


Top--


Bottom
Left
--


Right

WBS1----


WBS2

WBS 2--


WBS1----WBS 3

WBS 3--


WBS 2--


WBS 4

WBS 4--


WBS 2--


WBS3

Edited by: Renjith Yesudasan on Nov 13, 2008 12:33 PM

Edited by: Renjith Yesudasan on Nov 13, 2008 12:36 PM

virendra_pal
Active Contributor
0 Kudos

have you checked OSS notes for this??

Former Member
0 Kudos

OSS have no examples like mine while occurs duplicated key.