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

po BDC

Former Member
0 Likes
948

Hi Gurus,

When doing the recording of the PO creation,when clicking on header ,it is throwing an error saying "enter purchasing organisation", now the problem is when I execute the BDC using call transaction in background method, Due to this error message it is not processing though I am giving in the value of the purchasing organisation. Is there any way of avoiding the error message?

And can we change the default settings of the transaction me21n.? If we can, please explain the process.

Thanks and Regards,

Vishwa.

Hi Gurus,

When doing the recording of the PO creation,when clicking on header ,it is throwing an error saying "enter purchasing organisation", now the problem is when I execute the BDC using call transaction in background method, Due to this error message it is not processing though I am giving in the value of the purchasing organisation. Is there any way of avoiding the error message?

And can we change the default settings of the transaction me21n.? If we can, please explain the process.

Thanks and Regards,

Vishwa.

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
924

hi,

instead of changing settings for me21n,do the recording again and this time give the purchasing organisation value before it gives any message.

Read only

Former Member
0 Likes
924

Thanks for the Reply.

But the problem is as soon as we click on header button,it is showing this error message without giving us the time to enter any value which is getting recorded in that way.

Regards,

Vishwa.

Read only

Former Member
0 Likes
924

Hi,

ME21N-->Personal Settings-->Default Values.

Regards

Raju Chitale

Read only

alpesh_saparia3
Active Contributor
0 Likes
924

Hi,

Do recording for ME21 Or

Try BAPI using "BAPI_PO_CREATE1" there will not be any screen control error.

Read only

megha_h
Participant
0 Likes
924

Hi Vishwa,

Use call transaction ME21n....messages into msgtab.

This will put all the error messages into nsgtab and move ahead.

It will not stop the BDC.

Regards

Megha

Read only

Former Member
0 Likes
924

For technical reasons you can't and shouldn't attempt to create BDC sessions against enjoy transactions, such as ME21N.

It is much better to use the correct BAPI instead, or as a last resort perform a BDC against ME21 which WILL work with BDC technology.

Gareth.