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 table control

Former Member
0 Likes
971

i have to make some changes in ME51n, there is a single text field for accepting equipment number , i have to create a table control for that so as to accept multiple equipment numbers as input. How do i proceed with this. I appreciate your responses

8 REPLIES 8
Read only

Former Member
0 Likes
844

any suggestions on this please?

Read only

Former Member
0 Likes
844

I know one user exit for PO which is creating Custom fields in ME21N,ME22N,ME23N Transaction

Enhancement : MM06E005

But you get new screen with separate new tab.

Thanks

Seshu

Read only

0 Likes
844

I have to create a table control in the same screen in place of input/output field .Any suggestions on this please

Read only

0 Likes
844

Hello Deepthi,

It is not possible unless if you modify standard functionality.

There is no user exit to related to your requirement.

I would suggest that do not modify sap standards,if you modify the standards then you will not get any support on that transaction.

Thanks

Seshu

Read only

0 Likes
844

How can I complete the request then ? I am not sure if it is a standard screen or a subscreen . How do i check that ? As far as i see its not a subscreen .

Read only

0 Likes
844

Cant i use the user exit MEREQ001 for that ?

Read only

0 Likes
844

You can use MEREQ001 Screen exit, But this will give sepatrate tab.

Thanks

Seshu

Read only

0 Likes
844

may be i have to modify the standard includes then ? how do i solve O.W