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

Screen Exit for IW21

Former Member
0 Likes
2,915

Hi Experts,

I am trying to add custom fields in CIC0 (Service Notification) and I follwed the following steps.

1.Add the enhancement assignment QQMA0001 in the project.

2..Go to Components and double click on the screen 0100.

3.Before creating the customer fields in screen, create fields in QMEL table of structure CI_QMEL

4.Then create the custom fields in screen 0100.

5.Open FM EXIT_SAPMIWO0_008 then create include ZXQQMU0. This FM is used to pass the value from table to screen fields.

6. Open FM EXIT_SAPMIWO0_009 and create include ZXQQMU08. This FM is used to pass the value from screen to

   structure  to  store the value in table.

7.  Activate the project.

But I am facing problem now , the required custom fields are not displayed on Screen of CIC0 (Service Notification).

Thanks and Regards,

Irish.

3 REPLIES 3
Read only

Former Member
0 Likes
1,806

Kindly go through the documentation of the exit : QQMA0001 in SMOD.

I took the below from documentation:

"To display the subscreens on the notification header screen, you must

first define them in Customizing under  Define Notification Types and

copy the screen area "customer subscreen (one screen/NType)" or

"customer subscreen (>1 screen/NType)" to one or more of the

notification tab pages. You can do this using the Define Screen

Templates function in Customizing."

Read only

0 Likes
1,806

Hi Maju,

Can you provide me the link for the documentation of the exit : QQMA0001 in SMOD?

Read only

0 Likes
1,806

Hi Irish,

Please go to transaction code 'SMOD' in your system.

Enter 'QQMA0001' in Enhancements,

Select the "Components" and click display.

Now you will get the screen as shown below: Choose the exit and click on the button as marked in red in below screen shot