‎2007 Nov 27 3:27 PM
I have to post Invoice which has with GL tab items in MIRO screen. Idea was to use the BAPI BAPI_INCOMINGINVOICE_CREATE to post the invoice . So, want to create new interface by filling object field with bus2081 and method with CreateFromData. What are the complications involved. Does thies work??. Or was it better to copy the object and method into a Zobject and Zmethod and build the interface for the custome ones.
‎2007 Nov 27 3:34 PM
Better to copy them in Zobject and Zmethods and then use the BDBG to generate the ALE interface for that.
Regards,
Naimesh Patel
‎2007 Nov 27 3:43 PM
Hi naimesh
Nice to hear from you, Does creating Zobject will have the same functionality??. And when iam creating the new interface it is asking SAP net access key will it ask for the Zobjects also?
‎2007 Nov 27 3:48 PM
Yes it will have the same functionality and it will not ask for the key.
But you need to change your interface to handle so you can call this newly created Inbound message type created via BDBG.
Regards,
Naimesh Patel