cancel
Showing results for 
Search instead for 
Did you mean: 

Customer specific fields

Former Member
0 Kudos

Hi,

If client requires any addtional field on technical object master data, can we have any standard option by which we can satisfy client requirement?

or we have to go for enhancemets - Extensions or ABAP development?

Regards,

Kedar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Kedar,

Well there is no standard way that we can add additional feilds in any transcation it is only possible with user exit and ABAP development.

What exactly you are looking for if you can come up with senario then might can suggesut you some way .

Regards

Iftikhar

Answers (5)

Answers (5)

Former Member
0 Kudos

Got answer.

peter_atkin
Active Contributor
0 Kudos

Kedar,

See [here|http://www.sapfans.com/forums/viewtopic.php?p=648307] under the Technical Objects heading.

PeteA

Former Member
0 Kudos

Hi Kedar,

You can check these exits for ur requirements.

ITOB0001 PM: Customer include subscreen for techn. obj. master data

ITOB0002 ITOB: Field changes to copy model

ITOB0003 PM: Customer Include subscreen for fleet object data

ITOB0004 PM: Customer Exit fleet identification data: Checks

I feel that there are std lot of filed & functionlities provided in the system try to explore that then only go for any new developments.

Ramesh

Former Member
0 Kudos

Hi

The simplest solution is to use Class & Characteristics which is very commonly used by many

Regards

Jignesh

Former Member
0 Kudos

Start by looking at the screens available in the IMG: Master Data in Plant Maintenance and Customer Service > Technical Objects > General Data > Set View Profiles for Technical Objects

You can add to the list of provided options by using the drop downs for addition screen numbers in the existing screen groups, or additional screen groups and adding the required screen numbers to your view profile.

If your required fields are not contained in any of these, user exit ITOB0001 for regular equipment or ITOB0003 for Fleet objects may be useful.

I've never looked at IQSM0003, for serial numbers, but that may be something worth investigating as well.

Finally, a lot of customers use classification to store additional data and this can be a very easy solution to implement.