‎2006 Dec 18 3:58 AM
Hi,
Although I'm familliar with the concept, I'm relatively new to developing apps using BAPI function modules.
Anyways, I am using BAPI_ACC_DOCUMENT_POST to post vendor open items. I am having diffuculty in posting entries for one time vendors as the BAPI requires me to enter the name the city of the one time vendor. The problem is that the interface IMPORTING CUSTOMERCPD LIKE BAPIACPA09 is a structure. I am posting multiple vendor items (possibly different vendors in each item) so a structure with a one-to-many correspondence isn't much help.
Is this possible or do I have to post a separate documentsfor each item?
Thanks in advance!
‎2006 Dec 18 8:01 AM
Hi,
...
I am posting <b>multiple</b> vendor items (possibly different vendors in each item) so a structure with a one-to-many correspondence isn't much help.
...
that's <b>not</b> correct: use 1 vendor in in 1 document
A.