cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with WBS Element..

Former Member
0 Kudos

Hi All,

We have created a new WBS Element in the existing Project.

The new WBS Element have few Networks, against which the Employees have booked their times.

Now, i have developed a Function module to get the list of Project Definitions ( PROJ-PSPID) to an internal table.

The interface logic has been written as follows.

The inputs to the Function module will be today's date.

1. SELECT OBJID SOBID FROM HRP1001 INTO CORRESPONDING FIELDS OF TABLE IT_TEMP

WHERE OTYPE = 'P'

AND RSIGN = 'A'

AND RELAT = '108'.

2. The field IT_TEMP-SOBID will be converted as WBS Element using the function module CONVERSION_EXIT_ABPSP_OUTPUT.

3. In later steps, the WBS Element's Project Definition will be retrieved and hence the Project Defn data will be pased into final internal table.

In debug mode, it has been observed that the WBS Element of particular Project will not be retrieved.

The Project is created properly and the time has been booked for Network (under the WBS Element).

Still the WBS Element is not getting retireved and hence the Project is not getting passed into final internal table.

What might be the reason for this issue?

Please guide me in this regard....

Regards

Pavan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved