Skip to Content
0
May 31, 2011 at 01:15 PM

ME51N - EXIT_SAPLMEREQ_005

362 Views

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