groups

name language licence
HTML : Groupe d'otption dans un select HTML Other
TYPOSCRIPT : Typoscript mega exemple : TMENU, MULTILANGUE, TEXT, CONDITIONS , ATTRIBUT TITLE, FIL D' Other Other
CodeCollector.net API Text CC by-nc 2.5
Escaping a URL in an Objective-C String Objective-C Other
CapitalizeLastName PHP Other
BAPI para contabilizar solo cuentas mayores en cualquier ledger Other Other
ExtraContent Sample - RapidBlog HTML Other
BAPI para contabilizar en cuentas mayor, cliente, o acreedor Other Other

< 1 2 3 4 5 >



language: Other
licence: Other

BAPI para contabilizar solo cuentas mayores en cualquier ledger

options: view full snippetsend to code collector
** PRIMERO, se llenan unas tablas de la bapi, una tiene los datos de pos (cuentas, textos y wea) otra los montos y moneda (el debe haber se marca con negativo, consultar con su FI favorito para saber cual es cual) otra estructura tiene la cabecera.

FORM fill_tablas_bapi  USING    p_reversa           TYPE char01
                       CHANGING p_lw_resumen        TYPE zlo_alv_reclasifica
                                p_lt_accountgl      TYPE aceps_bapiacgl08_t
                                p_lt_currencyamount TYPE aceps_bapiaccr08_t
                                p_ls_documentheader TYPE bapiache08.

  DATA: lw_accountgl      TYPE bapiacgl08,
        lw_currencyamount TYPE bapiaccr08,
        l_fecha_post      TYPE dats,
        l_negativo        TYPE bbwhr,
        l_xref2           TYPE xref2.


	
(Continues...)