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

Effect of adding extra fields to MKPF using append structure

Former Member
0 Likes
1,168

Hi All,

We have a requirement in which we have to add certain fields to MKPF(Header u2013 Material Document) table.

What I wanted to know is, will the addition of these fields to the table have any effect on the programs in which the table is being used.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
725

Hi arun,

along with what anusha told there are even table and data level relationships for the master table.The general changes are changes getting reflected in some other tables(due to addition or deletion of some fields). So to ensure no errors occur in the table look out for the dependancies of the master table,

rather you can go with the customization of the master table Zname and try out.

Hope its helpful,

Thanks and Regards

Srikanth.P

4 REPLIES 4
Read only

Former Member
0 Likes
725

Hi Arun,

Yes, there will be some effect based on the used of the table in any custom programs/transactions.

You are not supposed to change the master table just like that. You have check the dependencies where ever is has been used.

Regards,

Anusha V

Read only

Former Member
0 Likes
726

Hi arun,

along with what anusha told there are even table and data level relationships for the master table.The general changes are changes getting reflected in some other tables(due to addition or deletion of some fields). So to ensure no errors occur in the table look out for the dependancies of the master table,

rather you can go with the customization of the master table Zname and try out.

Hope its helpful,

Thanks and Regards

Srikanth.P

Read only

0 Likes
725

Hi Arun,

I've ever heard about the dependencies of the tables with the .INCLUDE structure. Because, the structures that we append for any table is for our future use. If we start thinking about the dependency factors, then we need to check all the tables related to the master table and check the key relationships.

Append Structure purely doesn't have any effect on the current form of the table and .INCLUDE structure will be for our use.

This could be contradictory, but think very generic.

Regards,

-Syed.

Read only

Former Member
0 Likes
725

Closing the thread