Question:
A colleague of mine tells me that the SAP Enjoy transactions such as MIRO are not compatible with batch input procedures. If this is that case it's unfortunate because I have an ABAP that uses batch input with MR01. This has now been replaced with MIRO, the new 'Enjoy' transaction.
Two questions:
1) Is my colleague correct when he states that Enjoy transactions cannot be used with BI?
2) If I can't use MIRO, is there an alternative for posting invoices against orders that is BI compatible?
Thanks,
Chris.
Answer:
1. In most cases, your colleague is right.
2. If there is no new functionality that you need when posting through MR01, you can still use the transaction in BI mode (as of SAP Enterprise).
Answer:
Or you can use BAPIs instead of BI (where appropriate).
_________________
Kind Regards
Rosie Brent
Please remember to search the forum and check the FAQ before posting questions, thank you.
Tuly Idiot most of the time, part-time Guru
Answer:
The reason why your collegue is right is that a lot of the new Enjoy transactions use OCX controls which are only available on the presentation server.
_________________
Regards
R
Abap KC
SFMDR
Answer:
Yes..your colleague is absolutely right..There is an OSS note too where SAP recommends to use BAPI's instead.
Check OSS notes using search criteria - BAPI , ME23N
Answer:
Thanks eveyone for your help. I've identified BAPI BAPI_INCOMINGINVOICE_CREATE
which should do the trick.
Regards,
Chris.