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

BSEG enhacement.,

Former Member
0 Likes
706

Hi,

I would like to add a cusotm filed in BSEG table thorugh append structure. Please let me know what are the consequencies of this i.e performance etc..

Regards,

Ganesh

Hi,

I would like to add a cusotm filed in BSEG table thorugh append structure. Please let me know what are the consequencies of this i.e performance etc..

Regards,

Ganesh

4 REPLIES 4
Read only

Former Member
0 Likes
673

Hi Nama,

As you are aware the table BSEG contains data for customer/Vendor etc.. It is very heavy table and for this reason SAP has provided separate tables like BSAK/BSIK to improve the performance. Adding a field to this table will not create a problem from SAP prespective provided u follow the procedure..

However couple of things which you will have to address are...

1. When the field gets added how are you going to populate the field for the records which are already existing in the BSEG table...

2. You will have to identify all the possible updation process from where BSEG table is getting updated to insert your logic for populating your customf field.

I think the best option for you is to understand the need for this additional custom field and explore if you can manage it with the existing system..

Rgds

Abhijit

Read only

Former Member
0 Likes
673

Hi,

Follow up with the above answer.

Regards,

Jyothi CH.

Read only

Former Member
0 Likes
673

This message was moderated.

Read only

ThomasZloch
Active Contributor
0 Likes
673

For adding new fields SAP provides transaction OXK3, which adds the new fields to all relevant tables via structure CI_COBL. You should use that instead of your own append structure.

Thomas