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

Extra positions MIRO

Former Member
0 Likes
419

Hi!

We want create extra positions in an invoice created with a MIRO BAPI (BAPI_INCOMINGINVOICE_CREATE). It is possible? How we can do it?

Thanks a lot!

Edited by: LM on Dec 11, 2008 8:11 AM

Hi!

We want create extra positions in an invoice created with a MIRO BAPI (BAPI_INCOMINGINVOICE_CREATE). It is possible? How we can do it?

Thanks a lot!

Edited by: LM on Dec 11, 2008 8:11 AM

1 REPLY 1
Read only

former_member182371
Active Contributor
0 Likes
376

Hi,

(just as a suggestion but not tested personally )

have a look at:

include LMR1MF0D

form DOCUMENT_PARK

here you have fm MRM_INVOICE_PARK

note here that for update f_xupda must be c_update ('U')

in order to get all the values you need for the fm you can use

fm MRM_INVOICE_READ.

This fm will retrieve all the data of an invoice stored in tables.

Then you just have to add you modifications and then do as in form DOCUMENT_PARK (see above).

Best regards.

Edited by: Pablo Casamayor on Dec 11, 2008 8:27 AM