cancel
Showing results for 
Search instead for 
Did you mean: 

change PO

Former Member
0 Kudos

hi all,

I got a reqmt where i have to develop a smartform for a changed PO. ie whenever user changes a PO, it should trigger the smartform.

Where I have to insert the code?

For new PO creation, there is already a smartform.

Will i have to use the same driver prgm, or if i write code in new smartform will it trigger when the PO changes?

Or i have to use any BADi or BAPI for ME22n?

Is there any way to do this?

Advance Thanks..

Praveena

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello Praveena,

What is your technical scenario and the version of your SRM component ?

Regards.

Laurent.

Former Member
0 Kudos

Hi,

1. I need to develop a new smartform for change PO.

and it has to capture old values and changed values.

2. How this smartform is going to trigger?

SRM version - 5.0

laurent_burtaire
Active Contributor
0 Kudos

Hello Praveena,

If you have a specific smartforms for PO when changed (i mean different from the one used when created), you will have to manage it as output condition for PO in BBP_PO_ACTION_CONF transaction.

Depending on conditions you put for PO output medium, your new layout will triggered.

Regards.

Laurent.

Former Member
0 Kudos

Hi,

But this transaction doesn't work in R/3.

We r using classical scenario, so in R/3

is there any transaction tht is used for maintaining

output mediums?

or is there any other way..

Regards..

Praveena

laurent_burtaire
Active Contributor
0 Kudos

Hi Praveena,

Conditions for output control are managed with the NACE transaction in R/3.

Check for application type 'EF' (purchase order):

- procedures,

- output types,

- access sequences,

- and condition records.

For output control (in the IMG), check if message type is cutomized for change.

Regards.

Laurent.

Former Member
0 Kudos

Thanks..

Will follow.

I think this is the only way.

Regards..

Praveena