cancel
Showing results for 
Search instead for 
Did you mean: 

BADI during the save projects

Former Member
0 Kudos

Hi all,

we are trying to create a small program to get cprojects project details and send it to xrpm customer fields... we need a BADI to get this information when cprojects projects are saved (button save is pressed).

we do not want to use the events / workflows from the TC swo1. Someone has any idea to help me?

tks,

Elias

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi!

We also have the pb: we would like to update some cProjects fields at save, depending on other entries or custom rules. However, when I look at DPR_ATTRIBUTES badi, both methods "check" and "verify" have only input structures, and not changing... So where can we really update the data at save?

Thank you.

Matthias

thomas_berndt
Active Participant
0 Kudos

Hi Elias,

conceptually the ideal solution would be to implement an own sub-system, which updates xRPM according to your demands.

Hoping this helps to start...

Best regards,

Thomas

Former Member
0 Kudos

Hi Elias,

You can use the BADI DPR_ATTRIBUTES for the purpose. You can go through the several interfaces provided in this BADI.

In the interface VERIFY_ATTRIBUTES, you can write your logic under the method 'SAVE'.

Let me know if this helps.

Regards,

Vivek Pandey