‎2011 Nov 03 7:24 AM
Is it poosible to add a new sub-tab in Complaint Data tab in T-Code qm01. The Complaint Data tab is a standard tab so is it possible to add a new sub-tab?
Regards
Vijju
‎2011 Nov 04 2:27 AM
Hi Vijju,
From the functional side check as sailaja suggested. You have to check Pbo and Pai of that screen.Go to Fgroup XQQM ,create screens 0090.Declare the screen fields.use EXIT_SAPMIWO0_008 to update fields under pai,under pbo write the code to keep in change and display mode in qm02 and qm03.
Regards,
Madhu.
‎2011 Nov 03 11:56 PM
Hi Vijju,
Custom fields can be added through configuration in SPRO
SPRO>Quality managementà Notification>Overview of notification types--> Select the notification & 90 give the customer specific screen area
Assign the values for the screen as below :
Screen Type header - H500
Screen type object - 0500
Custom screen area - 090
Thanks,
Shailaja Ainala.
‎2011 Nov 04 2:27 AM
Hi Vijju,
From the functional side check as sailaja suggested. You have to check Pbo and Pai of that screen.Go to Fgroup XQQM ,create screens 0090.Declare the screen fields.use EXIT_SAPMIWO0_008 to update fields under pai,under pbo write the code to keep in change and display mode in qm02 and qm03.
Regards,
Madhu.
‎2011 Nov 04 3:55 PM
Hi,
You can search my earlier post on the same req.
Go to function group XQQM ,create the screen under screens tab number 0090.
Declare the screen fields under include tab ZXQQMTOP .
Under the function module EXIT_SAPMIWO0_008 write the code for updation of custom fields to the structure viqmel.
Under PAI create a module for capturing the screen field values
For QM02 and QM03use EXIT_SAPMIWO0_008 for display of the screen field values.
Under the PBO of the screen create a module for fields to be in display mode.
Thanks,
Shailaja Ainala.
‎2011 Nov 09 11:11 AM