Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change Log for PRTE table

Former Member
0 Likes
1,139

Hi Experts,

I have to maintain the change log for the starting date of the WBS element (T code - CJ02 , Field - PRTE-PSTRT ). Change document is not maintained by SAP for the table PRTE , so checking the checkbox of the data element doesn't work out . So I created a customized change document object in SCDO and generated the Functional Module .

How should I proceed from this . My objective is to place this FM where the old and new value of the start date (PSTRT) is accessible . I tried placing the FM in the BADi WORKBREAKDOWN_UPDATE , but I cannot get the new, entered start date? Please help .

Hi Experts,

I have to maintain the change log for the starting date of the WBS element (T code - CJ02 , Field - PRTE-PSTRT ). Change document is not maintained by SAP for the table PRTE , so checking the checkbox of the data element doesn't work out . So I created a customized change document object in SCDO and generated the Functional Module .

How should I proceed from this . My objective is to place this FM where the old and new value of the start date (PSTRT) is accessible . I tried placing the FM in the BADi WORKBREAKDOWN_UPDATE , but I cannot get the new, entered start date? Please help .

1 REPLY 1
Read only

Former Member
0 Likes
873

Solved .

Exported the new date using the Implicite Enhacement and imported it in the BADI.