Application Development 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: 

Substitution rule: ania-aktiv with proj-plsez(t-code: CJ20N)

Former Member
0 Kudos

Hi,

I am trying to create a substitution rule in transaction OPSN. On project save ania-aktiv is to be substituted with proj-plsez based on a condition in t-code: CJ20N.

I am aware of the client specific user exits and i have successfully set substitution rule for another field( Copying standard program into a custom program and setting the configuration in SPRO).

I am facing problem to set substitution rule for ania-aktiv as these fields are not available in the exit. I could populate only PRPS and PROJ fields and not ANIA fields.

Can any one please give a solution for this.

Thanks in advance

1 REPLY 1

Former Member
0 Kudos

I will suggest you to use <b>BADI PROJECTDEF_UPDATE</b>, Method <b>AT_SAVE</b>. Inside your implementation, you can call another function module to update ANIA fields.