Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Updateing new custom field in table through BAPI

Former Member
0 Likes
547

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 .

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
508

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

Read only

Former Member
0 Likes
508

The BAPI is

/AFS/BAPI_SALESORD_CHANGE

TABLE IS

VBAK

Read only

Clemenss
Active Contributor
0 Likes
508

... and what are the new fields details?

Regards,

Clemens