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

Custom fields for FV50 table control

Former Member
0 Likes
1,455

Hello,

The customer has a requirement to add 3 text fields to the table control in Transaction FV50. These fields are currently not available in the table control at all (I checked the Table settings Administrator). Further, no Screen/Transaction Variant has been implemented either to prevent these fields from being displayed. Which is why I'd like to find a way to add these custom fields to this table control. These fields are the text descrptions for the numeric fields Cost Center, Fund and Business Area.

I've read many posts on this forum regarding potential solutions including the link below which details the SAP std solution. Only problem is this approach adds these fields to the data dictionary tables underlying the screen. The customer says about 1 million records are being generated a month so they would rather not have all that extra data at the line item level.

If anybody has done this sort of thing via a user exit I'd much appreciate your input.

Thanks,

Tarun

Hello,

The customer has a requirement to add 3 text fields to the table control in Transaction FV50. These fields are currently not available in the table control at all (I checked the Table settings Administrator). Further, no Screen/Transaction Variant has been implemented either to prevent these fields from being displayed. Which is why I'd like to find a way to add these custom fields to this table control. These fields are the text descrptions for the numeric fields Cost Center, Fund and Business Area.

I've read many posts on this forum regarding potential solutions including the link below which details the SAP std solution. Only problem is this approach adds these fields to the data dictionary tables underlying the screen. The customer says about 1 million records are being generated a month so they would rather not have all that extra data at the line item level.

If anybody has done this sort of thing via a user exit I'd much appreciate your input.

Thanks,

Tarun

4 REPLIES 4
Read only

Former Member
0 Likes
1,137

After some more research via SMOD, and looking at available BADIs, it appears no clear cut screen exit is available either for the screen in question here (SAPLFSKB 0100). I'm hoping to find something that will allow me to read the cost center or fund description from the master data and simply display it on the screen without extending any underlying tables. Ideally, if I could just add the necessary custom text fields that would be nice.

Any help is appreciated.

Tarun

Read only

0 Likes
1,137

Have you checked to see if this can be done through configuration?

Rob

Read only

0 Likes
1,137

Hi Rob,

Yes, I checked IMG configuration and found that Txn OXK3 allows us to extend the underlying tables and customize the generic fields in the table control. However, the client has nearly 1 million postings to table BSEG each month and I'm guessing this approach will entail adding the custom fields to table BSEG, which won't work for them. I haven't actually tried this approach because the SAP documentation has some dire warnings about proceeding. But if you have any insight as to whether this can be achieved without extending BSEG (possibly just extend VBSEGS??) that would be very valuable.

Thanks,

Tarun

Read only

0 Likes
1,137

Adding the new fields to BSEG would be redundant, and something to avoid. Have you raised an OSS message. The worst they can do is say it's a consulting issue.

Rob