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: 

QM01 - New subscreen for custom fields.

former_member615325
Participant
0 Kudos

Hi,

Requirement is to add custom subscreen to QM01 for new z fields. We already have one custom subscreen and new one will go the bottom portion of the QM01 screen.

Also is there any way to modify std SAP subscreens via user exits, as I need to include few more fields on quality notification.

Regards

Ram.

3 REPLIES 3

Former Member
0 Kudos

Hi,

check this badi 'QM00_SUBSCR_5000' for screen enhacement for QM01 transaction....

below are the user exits..


Transaction Code - QM01                     Create quality notification                                                                                
Exit Name           Description                                                                                
IWO10026            User check on setting status 'Do not perform'                    
 IWO10027            User exit: Generate user-defined settlement rule                 
 IWOC0001            Create PM/SM notification: Determine reference object            
 IWOC0002            PM/SM notification: Check whether status change is allowed       
 IWOC0003            PM/SM authorization check of ref. object and planner group       
 IWOC0004            Change single-level list editing PM/QM/SM ALV settings           


NAME     TYP MEMBER                   
                                      
IWO10026                              
IWO10026 E   EXIT_SAPLCOIH_026        
IWO10027                              
IWO10027 E   EXIT_SAPLCOI1_027        
IWOC0001                              
IWOC0001 E   EXIT_SAPLIWO1_001        
IWOC0002                              
IWOC0002 E   EXIT_SAPLIQS0_001        
IWOC0003                              
IWOC0003 E   EXIT_SAPLIWO1_004        
IWOC0003 E   EXIT_SAPLIWO1_005        
IWOC0004                              
IWOC0004 E   EXIT_SAPLIREP1_001       

and below are the List of Badi available for


                                                                                BAdI Definition      Description                                                                                
NOTIF_ACTIONBOX      Changing the Functions in the Action Box                 
 NOTIF_CREATE_OBJ     Creating an Object in the Notification Dialog            
 NOTIF_EVENT_POST     Notification Update: Retrieval of Notification Data      
 NOTIF_EVENT_SAVE     Change When Saving Notification                          
 QM00_SUBSCR_5000     Reference-Object Screen for Quality Notifications         
 QM11_NODE_ATTRIBUTE  Replacing a Node Attribute in the Document Flow Graphic  

Regards,

Prabhudas

0 Kudos

Hi Prabhu Das,

We already have custom subscreen area at the top portion of 7200 screen of QM01, Now the requirement is to add another subscreen in the middle or bottom of 7200 screen, is this possible? or we just need to expand the existing custom subscreen area with more fields, please let me know.

Ram.

former_member615325
Participant
0 Kudos

just closing