cancel
Showing results for 
Search instead for 
Did you mean: 

WBS disappeared after entering data in primary cost

0 Kudos

Hi all,

I used transaction cj40 to enter a value for a WBS element. For example, select TST-NOV-130001-DE-02-1, go to Primary Cost and enter a value. After that, when I saved the data, the return screen for cj40 displayed the wrong WBS hierarchy as in the last screenshot.

Do you have any ideas about this issue? Thank you very much

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is Program Error.

Follow step.

1. Tcode SE80 ->  Function Group : GUMD -> subroutine -> READ_WBS_ELEMENT

2. disabled below code.

*  CALL FUNCTION 'CJDW_INIT'.

*

*  CALL FUNCTION 'CJDW_SELECT_BASIC_DATA'

*    EXPORTING

*      ENTRY_ELEMENT                 = l_posid_2

*   EXCEPTIONS

*     ENTRY_ELEMENT_NOT_FOUND       = 1

*     MISSING_PARAMETER             = 2

*     PROJECT_NOT_FOUND             = 3

*     PROJECT_INACT                 = 4

*     ALE_DISTRIBUTED               = 5

*     OTHERS                        = 6

*          .

*  IF SY-SUBRC <> 0.

** Implement suitable error handling here

*  ENDIF.

0 Kudos

Thanks Seung. This is indeed a program error. It was fixed by applying the corrections of note 1935076 (even though the note text might not indicate that this is the solution here) as it will fix a program error regarding the WBS buffering in CJ40 as well.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

if you have activated change documents in project profile, then execute CNS60 for changes.

Also check in table PRPS for those two WBS elements.

Thanks,

Sudhakar