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

MF50 user exit for table control view

Former Member
0 Likes
985

Kindly provide my any user exit to change the column of the MF50 because I want to add a new column on it.

Thank You

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
768

try with this exit.

EXIT_SAPLMDZU_003

Short Text

User Exit for Individual Fields in Table Control

Functionality

Use this user exit to display particular fields in the detailed information screen for additional planning.

The selected data is transferred to the user exit in table T_ZUPO. The table contains fields that are displayed when you assign values to them using the user exit.

To display the additional fields, you must change the relevant field headings (those beginning with character string IE_CUS_TOP). For example, flags, strings, quantities, and currency fields.

Example

Use this function module if you want to go to a customer-specific or non-listed fields.

Notes

Ensure that the relevant units for quantities and currency fields are also supplied.

<b>Please Close this thread if when u r problem ise solved</b>

Regards

Naresh Reddy K

Message was edited by:

Naresh Reddy

try with this exit.

EXIT_SAPLMDZU_003

Short Text

User Exit for Individual Fields in Table Control

Functionality

Use this user exit to display particular fields in the detailed information screen for additional planning.

The selected data is transferred to the user exit in table T_ZUPO. The table contains fields that are displayed when you assign values to them using the user exit.

To display the additional fields, you must change the relevant field headings (those beginning with character string IE_CUS_TOP). For example, flags, strings, quantities, and currency fields.

Example

Use this function module if you want to go to a customer-specific or non-listed fields.

Notes

Ensure that the relevant units for quantities and currency fields are also supplied.

<b>Please Close this thread if when u r problem ise solved</b>

Regards

Naresh Reddy K

Message was edited by:

Naresh Reddy

3 REPLIES 3
Read only

Former Member
0 Likes
769

try with this exit.

EXIT_SAPLMDZU_003

Short Text

User Exit for Individual Fields in Table Control

Functionality

Use this user exit to display particular fields in the detailed information screen for additional planning.

The selected data is transferred to the user exit in table T_ZUPO. The table contains fields that are displayed when you assign values to them using the user exit.

To display the additional fields, you must change the relevant field headings (those beginning with character string IE_CUS_TOP). For example, flags, strings, quantities, and currency fields.

Example

Use this function module if you want to go to a customer-specific or non-listed fields.

Notes

Ensure that the relevant units for quantities and currency fields are also supplied.

<b>Please Close this thread if when u r problem ise solved</b>

Regards

Naresh Reddy K

Message was edited by:

Naresh Reddy

Read only

Former Member
0 Likes
768

Thank for responded, but when I try put the break-point in EXIT_SAPLMDZU_003 and execute the MF50, seems like the system didn't go through this user-exit.

Read only

0 Likes
768

Hello weihong,

I am facing the same problem, can you please tell me how you solved this problem ?

Thanks,

Gilad.