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

BDC ME22N error

Former Member
0 Likes
501

hi

i have written a BDC in ME22N for change the quantity in PO, it is working fine if OLD quantity and NEW Quantity (which have to upload) are NOT SAME,

But when both are same it gives a Informational Message

(NO DATA CHANGE) due to this BDC get Stack and not going ahed.

how can i skip this INFO message, it come when i try to save PO.

plz help[.

hi

i have written a BDC in ME22N for change the quantity in PO, it is working fine if OLD quantity and NEW Quantity (which have to upload) are NOT SAME,

But when both are same it gives a Informational Message

(NO DATA CHANGE) due to this BDC get Stack and not going ahed.

how can i skip this INFO message, it come when i try to save PO.

plz help[.

2 REPLIES 2
Read only

Former Member
0 Likes
457

Hi,

In your BDC Recording, just add one more ENTER Command to overcome this problem.

Regards,

Satish

Read only

Former Member
0 Likes
457

ME22N is an EnjoySAP transaction and not well suited for batch input. It is better to use the old transaction (ME22).

rob