cancel
Showing results for 
Search instead for 
Did you mean: 

How do I add new a field in a table on PI 7.3?

Former Member
0 Kudos

Hi all,

    As the title. Some people know how to do this. Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

HuseyinBilgen
Active Contributor
0 Kudos

Do you want to add a new field to an existing SAP Standart table?

former_member191911
Contributor
0 Kudos

You have to do that directly on database level. So it depends on the database that you are running which command to use. For eg. on Oracle: alter table <table name> add column <new column name> <column  definition>;

Kr. Mark