2008 Mar 02 11:14 AM
I have a new field added to table .
That table is updated through the BAPI Call before added the field .
i have to update this new field in table through already existing BAPI.
what i need to do for this .
how shd i ensure the field is updated in debugging .
I have a new field added to table .
That table is updated through the BAPI Call before added the field .
i have to update this new field in table through already existing BAPI.
what i need to do for this .
how shd i ensure the field is updated in debugging .
2008 Mar 02 4:49 PM
Hi Vijay,
it depends on the way you created your new table field and on the BAPI you use. Check if the BAPI has so-called extension (table) parameters. If so, check the parameters documentation where the necessary steps are explained. AFAIK it is comparably easy with business partber BAPI. With financial postings you will carry the new fields through extension parameters and a new userexit to transfer the field values.
If you do not fully understand, please tell us table name and BAPI name.
Regards,
Clemens
2008 Mar 03 7:06 AM
2008 Mar 28 11:37 AM