cancel
Showing results for 
Search instead for 
Did you mean: 

SerData Tab in Equipment Record

Former Member
0 Kudos

Hi All,

I have tried to find some way to enhance the SerData Tab in Equipment records but failed to find anything. I understand the way how we can enhance the screen for other tabs like General, Organization but didn't find anything on SerData.

Is it possible to enhance this particular screen? If yes, what is the procedure to do it?

Thanks in advance.

Best Regards,

Varun

Accepted Solutions (0)

Answers (3)

Answers (3)

jogeswararao_kavala
Active Contributor

Try this in IE02.

This will add the    tab to Equipment master.

KJogeswaraRao

Former Member
0 Kudos

Hi Jogeswara,

Thanks for the reply but I have this tab already in the records. I need to enhance the screen fields. I want to add user fields in the screen.

BR

Varun

Former Member
0 Kudos

Hi,

Please check

a) Create a new project in tcode cmod. Assign enhancement ITOB001.

b) Create any one of the subscreens 1000, 1001, 1002, 1003 or 1004 in the function group xtob. You can do that right from the cmod screen.

c) In the exit EXIT_SAPLITO0_001, you can specify which of the subscreens you would like to display. For eg. if you created your additional fields in the subscreen 1001, you make   E_SUBSCREEN_NUMBER = '1001' in the user exit. However, this has to be conditional based on the equipment category etc ( depends on your requirement ) and also more importantly the tab which you clicked on.

( You identify the tab you clicked on by I_ACTIVE_FCODE parameter. )

d) Go to SPRO

Plant Maintenance and customer service > Master Data > Technical Objects > General Data > Set View Profiles for technical objects.

Here you go the particular View Profile and select the activity and layout views for that view profile.

e) Assign Screen 150 ( if you are dealing with the equipment ) to the specific tab you wish to display the custom fields.

f) Go to "Maintain equipment category" activity and assign view profile you edited to the particular equipment category.

g) You should now be able to see the new fields on the equipment master.

Regards,

Chaitanya Parchure

Former Member
0 Kudos

Hi Chaitanya,

Thanks for your time in looking into this.

as in (e) step, you wrote 'Assign Screen 150 ( if you are dealing with the equipment ) to the specific tab you wish to display the custom fields'. The thing is that 'SerData' tab is not available in the Profile.

Please check the reply of Jogeswara.

BR
Varun

Former Member
0 Kudos

Hi,


1. Go to "CMOD", create your project and attach enhancement ITOB0001 [https://www.sdn.sap.com/irj/scn/advancedsearch?query=itob0001&cat=sdn_all] "PM: Customer include subscreen for techn. obj. master data"

2. Some remarks

- The append structure CI_EQUI is part of structure ISTRU_EQ .

- Look at the enhancement documentation and at OSS [Note 103855 - Technical objects: customer screen for maintaining data|https://service.sap.com/sap/support/notes/103855]

- Also look at OSS  [ Note 92970 - Technical object: Exits to check or change data|https://service.sap.com/sap/support/notes/92970]


Regards,


Chaitanya Parchure

Former Member
0 Kudos

Hi Chaitanya,

I have checked the links but none of them tell how to add the user field in SerData tab. Even note 92970 is for changing the data on the screen, not for adding user field.

BR
Varun

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Varun,

This requirement looks not addressed by SAP. User fields in Equipment master are added through screen area 150 in the configuration 'Set view profiles for Techncical Objects' in a particular tab. But the Serdata tab is not coming from here. So the exit ITOB0001 provided for adding user fields in Equipment master can not help for this requirement. When looking for other methods, it is clearly understood that, if at all it is possible, it will be by expert ABAPer. So the the space for your query also would change (ABAP).

Best of Luck

KJogeswaraRao

Former Member
0 Kudos

Hi Jogeswara,

I was suspecting this. Any ways, thanks a lot for your help and time.

BR

Varun