2008 Jun 27 1:08 PM
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.
2008 Jun 27 1:10 PM
hi,
instead of changing settings for me21n,do the recording again and this time give the purchasing organisation value before it gives any message.
2008 Jun 27 1:12 PM
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.
2008 Jun 27 1:27 PM
Hi,
ME21N-->Personal Settings-->Default Values.
Regards
Raju Chitale
2008 Jun 27 1:40 PM
Hi,
Do recording for ME21 Or
Try BAPI using "BAPI_PO_CREATE1" there will not be any screen control error.
2008 Jun 27 1:41 PM
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
2008 Jun 27 1:57 PM
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.