How can I add my own subscreens to “Basic order view” for plant maintenance order?
If you know about using the customizing called “Basic order view”, and you found this not sufficient. Follow this hint.
I found the following screens you can put on your own-designed tabs:
001 Responsibilities
002 Reference Object
003 Dates (Overview)
004 Dates (Enhanced)
005 Header Long Text as Control (23 Lines)
006 Header Long Text as Control (10 Lines)
007 Operation Details (with Tab Pages)
008 Operation Details, Selected Fields
010 Partner Overview
011 Partner Overview (Small)
012 Addresses
013 Service Data
014 Notification Data
030 Obsolete: Operations (Fullscreen)
031 Obsolete: Operations (15 Lines)
032 Obsolete: Operations (6 Lines)
033 Operations (Fullscreen)
034 Operations (As Subscreen, 15 Lines)
035 Operations (As Subscreen, 6 Lines)
040 Components (Fullscreen)
041 Components (As Subscreen, 15 Lines)
042 Components (As Subscreen, 6 Lines)
What about adding something like:
050 account assignment like the subscreen on tab “location” – screen number 7000
****
OSS-Note 1673036 helps
****
call sm30 and maintain the needed entry in the view: V_IWOT_SUB,
you can look for the existing Dynpros that you can use in se80 for FUGR IWO_UI_UI
f.e. dynpro 0280 carries the account assignment.
enter the following entry in the sm30:
028 SAPLIWO_UI_UI 0280 account assignment.
you don’t need to adjust the textelements in the program ‘SAPLIWO_UI_UI’ as described in the note.
Nevertheless no guarantee for this – be careful, the data are owned by SAP!!
Best regards
Matthias
https://websmp130.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1673036
This document was generated from the following discussion: How can I add my own subscreens to “Basic order view” for plant maintenance order?
Doesn't this require that you activate business function LOG_EAM_SIMP first?
Hi Nathan,
thx for the hint. In our system (ECC 6.06) this business function (existing since 6.02) is not implemented (to be correct: not activated)
Best regards
Matthias
That's odd. It's a prerequisite for a solution we are implementing from SAP that requires that we add a new subscreen to the work order view
The documentation (http://help.sap.com/erp2005_ehp_03/helpdata/EN/46/4ad530501c0db6e10000000a1553f6/frameset.htm) says...
... so I was under the impression that this function was required for V_IWOT_LNK and _PROF to show up. If that's not the case, do you have any idea in which way this functionality is enhanced by LOG_EAM_SIMP?
Hi Nathan,
sorry I have no idea. Maybe you have access to another SAP-system like ERP5 and check it there.
I guess your question will have a bigger chance to be answered when you post it in the basics / EhP forum.
all the best
Matthias
I just checked in a system without EAM_LOG_SIMP active and those tables are already present so it's not required.
Hi Nathan,
our decision was now to work with the basic order view as template. Therefore I had to check for latest OSS notes. At least I had to implement these ones:
0001680864
0001692364
0001703263
0001703264
0001766879
0001781174
0001805077
0001828726
0001828728
0001836830
In note
0001680864 it is mentioned to activate the business function LOG_EAM_CI_6.
Check for this one as well.
Hope that helps
Best regards
Matthias
Just got the message that SAP has taken more available screens into customizing themselves.
Must be from ECC 60604 on
... because we have 60603
Matthias