Posted: Sat Apr 12, 2008 12:37 am Post subject: BAPI_ACC_BILLING_POST
BAPI_ACC_BILLING_POST - Учет и отчетность: проводка фактуры
He encontrado este ejemplo de código de llamada a la bapi en cuestión,
pero no consigo hacer que me reconozca el cliente.
He probado con alguna entrada de la KNA1 y de BSID o BSAK, pero no los encuentra:
Error en el documento: BKPFF $ ...
El deudor 100193 SH06 no existe.
Donde SH06 es la sociedad donde estoy haciendo las pruebas y el deudor 100193 existe en la tabla BSID.
Code:
************************************************** ****************
** Codigo de prueba para el uso de BAPI_ACC_BILLING_POST
************************************************** ****************
DATA: documentheader LIKE bapiache01 ,
accountreceivable LIKE bapiacar01 OCCURS 0 WITH HEADER LINE,
* wa_accountreceivable LIKE LINE OF bapiacar01,
accountgl LIKE bapiacgl01 OCCURS 0 WITH HEADER LINE,
* wa_accountgl LIKE LINE OF bapiacgl01,
currencyamount LIKE bapiaccr01 OCCURS 0 WITH HEADER LINE,
* wa_currencyamount LIKE LINE OF bapiaccr01,
accounttax LIKE bapiactx01 OCCURS 0 WITH HEADER LINE,
return LIKE bapiret2 OCCURS 0 WITH HEADER LINE.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.