Eugene написал(а):
2OlegDm
Объясните пожалуйста подробнее что я должен сделать чтобы решить проблему volkovas, а то я что то недопонял....
ну посмотрел вышеобозначенные екзиты, но на существующий экран я же не могу добавить поле, там вроде как подэкранов я не заметил...
С этим экзитом дела не имел, просто привожу справку:
1. Расширение IMRC0002  
The function module EXIT_SAPLIMR0_002 (
IMRC0002)  mentioned in this SAP enhancement   
is called when you call up the function code "+PT1" during the online     
processing of a measuring point.                                          
                                                                          
This makes it possible to:                                                
                                                                          
o   trigger customer-specific functions, or to                            
                                                                          
o   call up customer-specific screens.                                    
                                                                          
If you have extended the table IMPTT to include user-defined fields by    
creating the customizing include CI_IMPTT, these fields can be displayed  
and maintained in the customer-defined screens.                           
                                                                          
For more information, see the documentation for the function module.    
2. ФМ EXIT_SAPLIMR0_002____________________________________________________
Short text
User Exit for Customer Function in Measuring Point Menu
Functionality
This user exit enables the following customer-specific enhancements:
Triggering of customer-specific functions based on the online processing of a measuring point. This can also involve calls of programs outside the R/3 System. The R/3 System then acts as a client. 
Calling of customer-defined screens for displaying and maintaining customer-defined data fields at the measuring point. 
Example
An external visualization program can be started as a customer-specific function for a process that is to be analyzed. The current measuring point can be highlighted graphically in this process-visualization. In so far as this involves non-critical functions, the operation of the external process can occur directly from the R/3 user interface as the result of customer-specific functions.
Notes
The SAP enhancement IMRC0002 must be activated if you want to use the function module.
The data fields of the measuring point contained in the structure IMPT_USR1 can be changed using the parameter UPDATE_DATA_IMPT. A prerequisite for this is that the field UPDATE_DATA_IMPT-POINT is filled correctly and that the parameter ACTIVITY_TYPE is not equal to "3" (Display). In addition, the parameter UPDATE_INDICATOR must either have the value "I" (Insert) or "U" (Update).
If you have extended table IMPTT to include customer-defined fields by creating the Customizing include CI_IMPTT, then these fields are also available to you in the structures IMPT and IMPT_USR1.
Parameter
ACTIVITY_TYPE
UPDATE_INDICATOR
DATA_IMPT
DATA_IMPT_OLD
UPDATE_DATA_IMPT
Exceptions
Function group
XMRC