cancel
Showing results for 
Search instead for 
Did you mean: 

Can we call directly PM Order- Internal processing operation of IW32

former_member228514
Participant
0 Kudos

Hi,

I have a requirement to automate person assignment in the PM order for work center.

So I need to call 3rd screen from the IW32 T code.

Please find attached screen shot for the reference.

Thanks,

Aarti.

Accepted Solutions (0)

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor
0 Kudos

Do you want to achieve this during execution of transaction by user (1) or when called by program with (2) or without (3) user interaction?

  1. To change behavior of the transaction use User-Exit of enhancements IWO* or BAdI like WORKORDER_UPDATE.
  2. To trigger immediate display of another dynpro when calling IW32 use parameter id like ANR and VGN for order and operation, and set COK with some initial function code (e.g. VGUE) /Or/ build a small Batch Input an use it in a CALL TRANSACTION.
  3. To change some value use BAPI_ALM_ORDER_MAINTAIN.
peter_atkin
Active Contributor
0 Kudos

Aarti.

In your image, it is not clear where you want to enter the personnel numbr, nor where the data is derived from??

PeteA

former_member228514
Participant
0 Kudos

I Have develop 1 custom report and once output get displayed user can select Order/Operation activity . After selection I want to navigate to above screen.