cancel
Showing results for 
Search instead for 
Did you mean: 

IMA11 - Create a project and wbs from an appropriation request - exit ?

Former Member
0 Kudos

Hello

I have a requirement to update the person responsible and business partners for a project - from the data held in either the level 1 wbs or the appropriation request (the values held in the level 1 wbs and the AR will be the same). We want this to happen in the background when the project is created from the appropriation request via IMA11.

Can anyone suggest an exit where I can put the required code ?

Thankyou

Ros

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Use Substitution for passing it from level 1 to below WBS:

Prerequisite:

PROJ-PROFL = 'ABC' AND PRPS-STUFE >= '1'

Substitute

PRPS-ASTNR = " A"

PRPS-VERNR = "B"

This will help for Person Responsible and Application Number.

However for Partner function you have to use Exit and wirte code.

Thanks

Sarang

Former Member
0 Kudos

hi

check is there any user exit or substitution can be used.