Application Development and Automation 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: 
Read only

Adding custom tab in T-code qmo1

Former Member
0 Likes
3,002

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

1 ACCEPTED SOLUTION
Read only

madhu_vadlamani
Active Contributor
0 Likes
2,338

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.

4 REPLIES 4
Read only

Former Member
0 Likes
2,338

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.

Read only

madhu_vadlamani
Active Contributor
0 Likes
2,339

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.

Read only

Former Member
0 Likes
2,338

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.

Read only

0 Likes
2,338

Thanks ,Query Solved.

Regards .

Vijju.