cancel
Showing results for 
Search instead for 
Did you mean: 

WBS Dates check at save time

former_member404816
Discoverer
0 Kudos

Hello Gurus,

Customer request is to control each time WBS finish date is updated in order to help with planning.

WBS dates are updated either manually or automatically (strict bottom-up) from networks. Requirement is to check if planning is forcing a new end date for the WBS (PTRE-PENDE). If it is, then save a log in a Z table, no interrupts.

BADI WORKBREAKDOWN_UPDATE does not have dates info available(PRTE), only master data (PRPS), and my ABAPer was not able to pick the updated field from memory (to check with DB if it is getting updated) Any sugestions?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello,

You can use the Function Module "CJDT_PRTE_GET" within the

BADI WORKBREAKDOWN_UPDATE to get the updated PRTE-PENDE. You need to pass the pspnr(internal number) of WBS Element to this function module.

Regards,

Karthik

former_member404816
Discoverer
0 Kudos

thanks, we implemented you solution succesfully.

For anyone facing similar issue, we briefly explored another option:

function CJVB_PRTE_POST is called every time table PRTE is updated. an enhancement can be implemented at the begining to detect changes.

Regards,

Answers (0)