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: 

How to add custom fields on create maintenance plan screen

Former Member
0 Kudos

We have a requirement to add 20 new custom fields somewhere on Create maintenance plan screen

( Tcode- IP01, Module - Plant Maintenance). The User who will be creating a maintenance plan could select the values for these custom fields from their dropdowns and these values for custom fields need to be saved alongwith the maintenance plan details in SAP.

As we know that Planned order(order Type ZM02) would get created against this maintenance plan

(as per the schedule given in maintenance plan). Our requirement is that those custom fields selected while creating the maintenance plan should get reflected somewhere in the Order details.

Please suggest how we can do the above requirement .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

4 exits exist. Out of these four, IPRM0003 should help you create custom fields.

IPRM0002

IPRM0003

IPRM0004

IPRM0005

Go to CMOD transaction, create a project and use this enhancement.

Edited by: Naresh Ganesan on Sep 5, 2008 11:31 AM

4 REPLIES 4

Former Member
0 Kudos

4 exits exist. Out of these four, IPRM0003 should help you create custom fields.

IPRM0002

IPRM0003

IPRM0004

IPRM0005

Go to CMOD transaction, create a project and use this enhancement.

Edited by: Naresh Ganesan on Sep 5, 2008 11:31 AM

0 Kudos

Thanks Naresh for such a prompt suggestion. I will try it.

Can you suggest the SAP tables where the values of these custom fields would get saved in SAP.

Also, when the order will get created aginst this maintenance plan (as per the schedule), how these values

would be reflected in the order details too. Can you suggest something on this also.

0 Kudos

Look at structure COCI_AUFK and within it you will see append structure CI_AUFK. If you double-click this structure this is where you will be adding fields.

Another structure of interest will be STCI_MPOS, this also has an append structures.

Take some time and go thru' the documentation supplied by SAP (transaction SMOD, enhancement IPRM0003 and select documentation option)

Former Member
0 Kudos

In sap - Plant Maintenance, can anybody could tell me what is the process against the function location for non asset maintenence.

Also, In Mobile asset maintenence, we have one system status 'MOBI' which is a acknowledgement from mobile device whenever mobile user recieves the notifications/orders sent to him from SAP. Our requirement is that we are replacing MAM by portal application where again whenever portal user recieves the notifications/orders in portal (sent to him from SAP), one acknowledgement should go back to SAP.Please suggest .