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

Problem in ME21N

Former Member
0 Likes
736

Hi,


I am running T-code ME21N after my BDC recording. The messages (if any) that occur on pressing "Check" button are not displayed to me. Can anyone please tell me how to achieve this?

Please note that using any kind of Enhancement is not suggested because of some reasons.


Thanks,

Hi,


I am running T-code ME21N after my BDC recording. The messages (if any) that occur on pressing "Check" button are not displayed to me. Can anyone please tell me how to achieve this?

Please note that using any kind of Enhancement is not suggested because of some reasons.


Thanks,

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
693

ME21N is an Enjoy transaction so officially not compatible with BDC. Look at notes similar to Note 217437 - ME21N/ME51N: Batch input and CATT not possible or Note 381630 - Batch input for Enjoy transaction in MM not possible.

Can you explain what is your exact purpose in using BDC on this transaction, could you use BAPI_PO_CREATE1 ?

Please note that using any kind of Enhancement is not suggested because of some reasons.

My curiosity is aroused, why?

Regards,

Raymond

Read only

0 Likes
693

Hi,

I just need to add the required "Check" button functionality as per my Original post. Basically, I need to capture messages from the pop-up that appears. "Call Transaction" statement does not contain these messages. Please let me know if you have any idea regarding this.

Read only

Former Member
0 Likes
693

Hi,

Please do not use BDC recording method for ME21N. You cannot create mutiple line items and you might not be able to get all benefits in recording.

Please use BAPI_PO_CREATE1 for creating purchase orders. Are you doing data conversion, in that case , you can use the BAPI method in LSMW. Another option is to create custom program and call this standard BAPI inside your program.

Hope this helps you.

Best Regards,

Abirami

Read only

0 Likes
693

Hi,

I know about the BDC limitations on Njoy T-codes. But I already have a BDC working for it. Just need to add the required "Check" button functionality as per my Original post.