12-26-2011 10:42 AM
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 .
12-26-2011 11:09 AM
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
12-26-2011 11:12 AM
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.
12-26-2011 11:23 AM
12-26-2011 11:27 AM
12-26-2011 11:30 AM
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.
12-26-2011 11:35 AM
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.
12-26-2011 11:35 AM
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.
12-26-2011 11:42 AM
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