20061115

Batch Input a Tx. FB01

- Funciones:
POSTING_INTERFACE_START, POSTING_INTERFACE_DOCUMENT, POSTING_INTERFACE_END : se llamana en ese orden, permite cargar documentos en modo BI o Call Transaction.


- BAPI:
BAPI_ACC_DOCUMENT_POST


- Reports:
RFBIBL00 : crear un archivo con el formato correspondiente y llamarlo con un submit.
este report crea un juego de datos, que luego procesaremos con el report RSBDCSUB.
ej:
SUBMIT rfbibl00 WITH ds_name = wv_outfile "-> path al arch creado
WITH callmode = 'B'
* WITH xlog = 'X'
WITH xinf = 'X'
AND RETURN.

SUBMIT rsbdcsub USER p_util
WITH mappe = p_group "BI name
WITH von = p_start "create on from
WITH bis = p_start "create on to
WITH z_verarb = 'X'
WITH fehler = space
WITH logall = 'X'
AND RETURN.

This page is powered by Blogger. Isn't yours?