Application Development and Automation 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: 
Read only

Call Transaction

Former Member
0 Likes
927

Hi,

In my report, i will select notification type,notification plant and calls the transaction to change the notification and creates an order within this transaction.

How can I do this? can u mention the transaction code which change the notification to creates an orders. Kindly send me also the coding

Pl reply as soon as possible...........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
761

Hi,

Tcodes used for SAP Plant Maintenance.

IW31 - Create Plant Maintenance Order

IW32 - Change Plant Maintenance Order

IW33 - Display Plant Maintenance Order

IW34 - Create Notification Order

IW51 - Create Service Notification

IW52 - Change Service Notification

IW53 - Display Service Notification

IW54 - Create Service Notification :Problem notification

IW55 - Create Service Notification :Activity Request

IW56 - Create Service Notification :Service Request

IW57 - Assign deletion Flag to Completed Service Notifications

IW58 - Change Service Notifications: Selection of Notification

IW59 - Display Service Notifications: Selection of Notification

Regards,

Sakthi.

Hi,

In my report, i will select notification type,notification plant and calls the transaction to change the notification and creates an order within this transaction.

How can I do this? can u mention the transaction code which change the notification to creates an orders. Kindly send me also the coding

Pl reply as soon as possible...........

3 REPLIES 3
Read only

Former Member
0 Likes
762

Hi,

Tcodes used for SAP Plant Maintenance.

IW31 - Create Plant Maintenance Order

IW32 - Change Plant Maintenance Order

IW33 - Display Plant Maintenance Order

IW34 - Create Notification Order

IW51 - Create Service Notification

IW52 - Change Service Notification

IW53 - Display Service Notification

IW54 - Create Service Notification :Problem notification

IW55 - Create Service Notification :Activity Request

IW56 - Create Service Notification :Service Request

IW57 - Assign deletion Flag to Completed Service Notifications

IW58 - Change Service Notifications: Selection of Notification

IW59 - Display Service Notifications: Selection of Notification

Regards,

Sakthi.

Read only

Former Member
0 Likes
761

Hi,

This is sample code for Call Transaction.

***********

*----


at line-selection.

*----


get cursor field c_field.

if c_field = 'SUM_IT-BELNR'.

set parameter id 'GJR' field sum_it-gjahr.

set parameter id 'BUK' field sum_it-bukrs.

set parameter id 'BLN' field sum_it-belnr.

call transaction 'FB03' and skip first screen.

endif.

*********************

Thanks.

If this helps you reward with points.

Read only

0 Likes
761

Thanks Deepak a lot.

But i need in transaction IW52 where i will enter notification type in selection screen and CALL TRANSACTION is used and click SERVICE ORDER button and automatically service order will be created for that notification . But i need to run in background. Can u please suggest some coding.........

Thanks...