cancel
Showing results for 
Search instead for 
Did you mean: 

Field name for Dates fProject & Budget Release

former_member249141
Participant
0 Kudos

Hi All ,

I am making report in which I required Input as Release dates of Project &  WBS   , from PROJ table i get created & change date Fields but my requirement is Release dates for Project & WBS . Also same requirement for Budget .

Thanks ,

Virendra  

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can easily do this by SAP Query. Use table PRPS which give you Object No of WBS and JCDS which give you status of that object No with date and time. Join OBJNR field of both table. Select Inputs and Outputs there.

Regards

Shishir

former_member210342
Participant
0 Kudos

hi virendra,

proj and prps table have object number in background

TJ02T table contains status list

I0002 REL

i0067 budg

and others also

check JEST table

these status against object number of that wbs-elements

rahul

0 Kudos

Maybe you can try to

join the tables PROJ/PRPS and JEST with JCDS, JCDO and identify all changes in

I0002  REL

I0067  BUDG

or all other Project Header/WBS statuses you want.

Hope it helps

Pan