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

ABAP Report

Former Member
0 Likes
535

my requirement is regarding to schedule agrrement me32l.

open tcode me32l and go to conditions, In condition we entered the Amount.

So my requirement is to validate the Entered Pricing Amount to a Ztable Amount.

If they are equal then only it has to be authorized otherwise give an error,

the Pricing rate are not match to a Table Rate.

I think a user exit should be use in this Condition.

provide me a Appropriate Solution.

Thanks.

Bittu

my requirement is regarding to schedule agrrement me32l.

open tcode me32l and go to conditions, In condition we entered the Amount.

So my requirement is to validate the Entered Pricing Amount to a Ztable Amount.

If they are equal then only it has to be authorized otherwise give an error,

the Pricing rate are not match to a Table Rate.

I think a user exit should be use in this Condition.

provide me a Appropriate Solution.

Thanks.

Bittu

2 REPLIES 2
Read only

former_member187748
Active Contributor
0 Likes
490

Hi Sourav,

please put a break point in EXIT_SAPMM06E_016 , and see is it stopping at your

scenario in me32l, then it would be your required user exit.

Or please see this BADI ME_PROCESS_PO_CUST, and the method will be check,

please see whats suits your requirements better.

Read only

adrian_mejido
Contributor
0 Likes
490

This message was moderated.