cancel
Showing results for 
Search instead for 
Did you mean: 

How regenerate table FAGLFLEXT

Former Member
0 Kudos

Hi, we append Z field to table FAGLFLEXT and delete values in table, is posible regenerate data inside table FAGLFLEXT ?

we use transactions FAGLBW03 & FAGL_GINS, any idea ?

Thank you.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Related to 0fi_gl_10 in append, problem is how reverse the appends.

Former Member
0 Kudos

Related to 0fi_gl_10 in append, problem is how reverse the appends.

Former Member
0 Kudos

Victor -

Create one new Z**** Table with same fields of FAGLFLEXT and copy data from your FAGLFLEXT table to Z***.and now delete the data from FAGLFLEXT then append the Zfield in your table(FAGLFLEXT ).now copy back data to your table (FAGLFLEXT) from Z**** table.

Code for copying data from one table to another table :

select * from FAGLFLEXT into table Z*****

Hope it helps you

Anesh B