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

BAdI IF_EX_WORKBREAKDOWN_UPDATE

Former Member
0 Likes
1,798


Hey,

I would like to validate the Profticenter at save.

How do I know or how do I get the data the user has entered?!

For example:

I already have a value in PRPS-PRCTR and would like to check if

its the same of different from the value the user wants to enter.

How?

I'm a bit curious.

Thanks for help.

Best regards,

Florian

1 ACCEPTED SOLUTION
Read only

guilherme_frisoni
Contributor
0 Likes
1,438

Hi Florian,

in BADI WORKBREAKDOWN_UPDATE, you have a table with all WBS at save method.

You can loop through the table IT_WBS_ELEMENT and check PRCTR.

Regards,

Frisoni


Hey,

I would like to validate the Profticenter at save.

How do I know or how do I get the data the user has entered?!

For example:

I already have a value in PRPS-PRCTR and would like to check if

its the same of different from the value the user wants to enter.

How?

I'm a bit curious.

Thanks for help.

Best regards,

Florian

1 REPLY 1
Read only

guilherme_frisoni
Contributor
0 Likes
1,439

Hi Florian,

in BADI WORKBREAKDOWN_UPDATE, you have a table with all WBS at save method.

You can loop through the table IT_WBS_ELEMENT and check PRCTR.

Regards,

Frisoni