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: 

ME51N - EXIT_SAPLMEREQ_005

former_member283153
Discoverer
0 Kudos

Hello.

I have problem with Purchase Requisition ( transaction ME51N).

I want to change the value of u201ERelease dateu201C using user-exit EXIT_SAPLMEREQ_005.

CALL METHOD im_req_item->get_data

RECEIVING

re_data = get.

.

.

set-frgdt = u2026..

.

.

CALL METHOD im_req_item->set_data

EXPORTING

im_data = set.

Next, in dynpro is visible the right value from EXIT_SAPLMEREQ_005, but when saving the system uses another value, not the value from user exit.

Do you anybody have some experiences with similar problem?

Lumir

2 REPLIES 2

madhu_vadlamani
Active Contributor
0 Kudos

HI Lumir,

Just debug the enhancements and check from where it is picking.

Regards,

Madhu.

0 Kudos

Hi Madhu.

I have debugged for 2 days, but no result.

Lumir