Application Development 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: 

Addition of field to FISL table

Former Member
0 Kudos

Hello,

Can I modify the special purpose ledger table by adding a field ? will it create problem ? What precaution we need to take for this?

Thanks in advance

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

You can refer this help to add a field to a standard table.

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/frameset.htm

But more importantly you should find how would you populate the data in that additional field.

Like, you should find a user exit in the standard program/transaction which populates the FISL table.

Regards,

Ravi Kanth Talagana

Former Member
0 Kudos

Dear Bonny,

It is possible to add fields to any standard table provided that the last field of the table is not a long field (data type VARC, LCHR or LRAW).

It doesn't get overwritten during an upgrades as the append structures is in the customer namespace.

Best Regards,

Rajesh.

Please reward points if found helpful.

Former Member
0 Kudos

Guys, thank you for your response. May be I have not made it clear is that, this table is not standard but custom. This is special purpose ledger table which we create for our purpose , what I want to know is it is mapped to certain fields. When we add a field I will not be mapping it to any other field.