cancel
Showing results for 
Search instead for 
Did you mean: 

Deassignment of DataSource to the General Ledger

Former Member
0 Kudos

Hello Experts,

As we can assign a datasource to a general ledger through txn- FAGLBW03, can by anyway we do the de-assignment?

Actually, by mistake I have assigned 3FI_GL_XX_SL DataSource as the Total Record DataSource. The entries of the same is created in T881IS_PI table, but unfortunately I am not allowed to delete the entry directly from the table.

Now, the system is not allowing me to assign 3FI_GL_XX_SL as the Line Item DataSource. Please suggest.

Thank you.

Regards

Prateek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Note 432699

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Only way is to delete the entries from T881IS and T881IS_PI tables using an ABAP Program.

Or using degug Mode (/h) you can delete the entry also

Thanks,

Nagarjuna

Former Member
0 Kudos

Thanks for the replies.

I have developed an ABAP program to delete entries from tables- T881IS and T881IS_PI.

Thread resolved.