Hello
i add a new structure with one field to "BSEG" table and "ACCIT" structure .
i want update it with "BAPI_ACC_DOCUMENT_POST" bapi , therefore i add new enhancement in "BADI_ACC_DOCUMENT" and make a copy of "CL_EXM_IM_ACC_DOCUMENT" and update the new add field in "IF_EX_ACC_DOCUMENT~CHANGE" method , though when pass the value for update this new field into "BAPI_ACC_DOCUMENT_POST" with "extension2" parameter the structure "c_accit & it_accit" has update with my value , but the new add field is not updat in "BSEG" table .
Someone has a solution to this problem.
thank you in advance