cancel
Showing results for 
Search instead for 
Did you mean: 

How fb05 modifying table fagl_splinfo?

ilya_eremetov
Explorer
0 Kudos

Hello! I need to find how entries are inserted in FAGL_SPLINFO in the code through tcode FB05 because there are couple excess entries goes to the table(HANADB EHP7, core 745, copy of the production system EHP6 where it goes normal). I can't find it by myself through the debugger and whereuse button and keywords "UPDATE,INSERT,MODIFY" in debugger. So if anybody know how entries are inserted in the table i would appreciate it. Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182371
Active Contributor
0 Kudos

Hi,

here is the result of a "where used" search of the table:

there is a wiki available too:

FAGL_SPLINFO Table Entries

and this thread seems interesting (the OSS Notes suggested):

How to update FAGL_SPLINFO table after FM activation

Best regards,

Pablo

ilya_eremetov
Explorer
0 Kudos

Hi! Thank you for an answer! I checked this whereused list already and post break-points and no one of that list is take part through fb05, thats why i said "i can't find".

former_member182371
Active Contributor

Hi,

why don't you try with a trace (ST05) of transaction fb05 and see in the log if the table is updated there?

Best regards,

Pablo

ilya_eremetov
Explorer
0 Kudos

Thank you! I didn't guess for that. I found what i searched.

former_member182371
Active Contributor
0 Kudos

Hi,

just for curiosity sake, could you please share your findings?

Best regards,

Pablo

Answers (0)