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

Modifying Infotype Table STRUCTURE

Former Member
0 Likes
283

I need to a new FIELD to the structure of IT PA0008.

Please suggest ways/pdf's/links for the same.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
262

Modifying infotype tables is not recommended - but I have seen append structures added to some of the tables and working OK. May cause some issues with an upgrade in the future?

Another option is to just create a Z table with an identical key structure, and store your customer data in parallel to the infotype data. Less likely to have any impact on critical functionality like payroll.

Andrew

1 REPLY 1
Read only

Former Member
0 Likes
263

Modifying infotype tables is not recommended - but I have seen append structures added to some of the tables and working OK. May cause some issues with an upgrade in the future?

Another option is to just create a Z table with an identical key structure, and store your customer data in parallel to the infotype data. Less likely to have any impact on critical functionality like payroll.

Andrew