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 selection fields for IW28 T.Code

Former Member
0 Likes
2,505

Hello all,

We need to add selection fields to IW28 T.code.

We tried to add those selection fields using the enhancement "IUID_APPL_01_RIQMEL20" but it was no good.

We also tried to insert an implicit enhancement point in include "DBQMISEL" (of the logical database) but no implicit enhancement points are available.

We don't want to write a ZIW28 T.Code - so please no suggestions of such.

Thanks ahead

Eyal.

10 REPLIES 10
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,900

Did you try any of the enhancement shown below.

Read only

Former Member
0 Likes
1,900

Hi.

Look, this can be done using an enhancement on the program RIQMEL20.

Just press Enhace on the program and then modify (second boton under the enhancement 4 dimp....)

picture:

Regards

Miguel

Read only

0 Likes
1,900

Hi Miguel and Nabheet.

Thanks for your reply.

The enhancements you have mentuined are not usefull.

Since the selection screen for IW28 T.code is only in the logical database 'QMI' - include DBQMISEL and this include can not be enhanced.

Any other suggestions?

Thanks ahead

Eyal

Read only

0 Likes
1,900

Did you also try to achieve it via extending selectiobs views of LDB. Search you will maby docs related to the same.

Read only

Former Member
0 Likes
1,900

Hi,

I have tried to add selection fields through the logical database.

But when i execute the IW28 t.code I don't see the special icon (near the variant icon) that indicates that there are addition fields to select with.

Thanks

Eyal

Read only

0 Likes
1,900

Hi Eyal

Can you please detail us the steps taken for the same..? Did you create any selection view..?

thanks

Nabheet

Read only

Former Member
0 Likes
1,900

HI,

Can we know which field u want to display in selection screen?

and check exit IWOC0004

Read only

0 Likes
1,900

Hi

this exit (IWOC0004) only changes the field catalog of the displayed ALV

I need to insert to the selection screen the fields: HERST and TYPBZ - from QMEL

about the LDB - since i dont see the special icon of the added selection field - what can i do about it?

Thanks

Eyal

Read only

0 Likes
1,900

Hi,

Then u can create Z program for only selection screen and get data from qmel table(using ur input) after that pass notification number in iw28(RIQMEL20) program in back ground.

Read only

0 Likes
1,900

Thanks anyway.

Eyal