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: 

IW21 screen exit

geetha_k
Active Participant
0 Kudos

Hi to all,

We have developed a Customer Screen exit QQMA0001 in IDES Server, its properly working in that server. But same user exit we have developed in Development server . But some packages (/GEP/FLEET and /GEP/FRAMEWORK ) unable to open in development server. From these packages customer screens are importing to standard tcode IW21. These are available in IDES server. When we executed IW21 its going to dump in development server. Can any one suggest what we will do in development .

8 REPLIES 8

former_member182040
Active Contributor
0 Kudos

I GIVE EXAMPLE :


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. Now go to IW21 and see

0 Kudos

HI Krupaji,

I have already done same as like u said. But its going to dump. Same USer Exit is working properly in IDES server.But in Development server its showing dump. Why means some packages r doesn't exist in development. Please let me know.

0 Kudos

i have screen shot but i don't know how to share this ?

0 Kudos

Is there any link. Attach to this message.

0 Kudos

not any link i have .doc document

do one thing in include ZXQQMU0 u write this code


move viqmel-yyfaultyfix to gmel-yyfaultyfix.
move viqmel-yyreplfix to qmel-yyreplfix.
move viqmel-yyfixfail to qmel-yyfixfail.
move viqmel-yytotalfix to qmel-yytotalfix.

0 Kudos

HI,

I have done all things, I mean wrote the code and function people configure this screen in IMG SPRO for IW21 tcode for particular notification type. After opening IW21 gave the notification type and select in which tab this screen is attach. then going to dump.

0 Kudos

also check Functional consultant configure or not.

write code in include ZXQQMU08


move qmel-yyfaultfix to e_viqmel-yyfaultyfix.
move qmel-yyreplfix to e_viqmel-yyreplfix.
move qmel-yyfixfail to e_viqmel-yyfixfail.
move qmel-yytotalfix to e_viqmel-yytotalfix.

former_member182040
Active Contributor
0 Kudos

Then after u have to implement BADI

badi name : BADI_EAM_SINGLELEVEL_LIST
method : FILL_ADD_FIELDS u write logic for fill alv


after that you can add separate group using the method CHANGE_FIELD_CATALOG



now run t.code IW28 and after that u not find that filed u just check in Setting ----layout--- current