cancel
Showing results for 
Search instead for 
Did you mean: 

WBS dates validation

Former Member
0 Kudos

Hi,

I need to validate dates PRTE-ESTRT & PRTE-EENDE in OPSI.
They don't appear in structures PROJ, PRPS, RCJ_PRPSUP, SYST.
Is there anything that can be done to validate them? Can I put them in table VWTYGB01 or other so it appears in OPSI structures?

Another possibility is this: In BADI WORKBREAKDOWN_UPDATE, AT_SAVE method, we read WBS elements dates with function 'CJDT_PRTE_GET_SINGLE', but I prefer OPSI if possible.

Thanks, Amos.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member203098
Active Contributor
0 Kudos

Hi Amos,

PRPS table don't have forecast date fields and cannot be validate directly using OPSI. However you can use exist option (u910,u911) in OPSI and wirte the code as required.

Thanks,

Former Member
0 Kudos

Hi NAG,

Thanks for the answer.

But  u910,u911 aren't in the exits.

Theses are the ones I have.

U100

US001

U300

U400

U701

U702

U703

U704

U705

U900

U101

U601

UFP01

UFP02

UFP03

SFALS

STRUE

SSHOW

SVAL

SAM01

Do I have to add it in program ZRGGBR000?!

Maybe these are customer exits and can be used generally? If so, why 900/901. It can be any number.

Amos.

former_member203098
Active Contributor
0 Kudos

Hi Amos,

Yes, i think you need to add in ZRGGBR000 and check which user exist is triggering from validation, while you save the project.

To get furthe info on tehnical aspects, better to post in ABAP forum.

Thanks,