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

Update BSEG/BSIM.

Former Member
0 Likes
1,169

I added an include to BKPF and now I need to update that include (it is a single field that we are using as a flag). What is the best way to update this flag (include)? No other data will be changed only this include.

Please see my second post for an updated question.

Thanks,

Davis

Please see my second post for updated question.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
952

Hi,

Please check these FM.

G_FI_UPDATE

G_BKPF_BSEG_UPDATE

If they don't work, you may need to write BDC program or find the user exits available to update the flag (include).

Regards,

Ferry Lianto

I added an include to BKPF and now I need to update that include (it is a single field that we are using as a flag). What is the best way to update this flag (include)? No other data will be changed only this include.

Please see my second post for an updated question.

Thanks,

Davis

Please see my second post for updated question.

5 REPLIES 5
Read only

Former Member
0 Likes
953

Hi,

Please check these FM.

G_FI_UPDATE

G_BKPF_BSEG_UPDATE

If they don't work, you may need to write BDC program or find the user exits available to update the flag (include).

Regards,

Ferry Lianto

Read only

0 Likes
952

Ferry, thanks but I made a mistake.

The include that I need to get to will be on the table BSIM (secondary index for BSEG). So I need a way to update this include in BSIM.

I am using BSIM because you can not add an include to BSEG. If there is a better way to add an include to BSEG please let me know.

Davis

Message was edited by:

Davis

Read only

Former Member
0 Likes
952

Hi,

I checked in my system, our FI consultant use structure CI_COBL to add new custom field for BSEG table.

Regards,

Ferry Lianto

Read only

0 Likes
952

Ferry,

From the looks of it CI_COBL is only available in ECC 6.0; I am on 5.0

Regards,

Davis

Read only

Former Member
0 Likes
952

Hi,

My system is also ECC 5.0.

Try transaction OXK3.

Regards,

Ferry Lianto