cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement for 0FI_GL_10 (or similar)

0 Kudos

Hi,

my FI functional team added an append to the FMGLFLEXT table with fields FISTL and FIPOS to better detail the information there.

As I'll need to report FMGLFLEXT information I need to enhance the 0FI_GL_10 datasource with these new fields. I've searched the forum and read this "0FI_GL_10 enhancement" post but my functional team forbade me to change the structure "CI_COBL" mentioned in the post.

Is there any other way I can extract these two new fields from FMGLFLEXT with a standard extractor? Am I using the right one?

As a side note, I'm also using 0FI_GL_14.


Thanks in advance for the help.

Accepted Solutions (1)

Accepted Solutions (1)

maggie_yi
Advisor
Advisor
0 Kudos

Hi Bruno,

Yes, you're correct that you've to create your own datasource in case of not S/4HANA system.

Best regards,
Maggie

Answers (1)

Answers (1)

maggie_yi
Advisor
Advisor
0 Kudos

There's no such standard extractor which's for FISTL and FIPOS from table FMGLFLEXT.

But if you're using a S/4HANA system, you can use compatibility views to extract data directly (as an ODP context).

See note:

2408083 - FAQ: Data Model of S/4HANA Finance Data Migration

2221298 - Notes about using views GLT0, FAGLFLEXT, FMGLFLEXT, PSGLFLEXT, and JVGLFLEXT in custom programs in SAP S/4HANA Finance

2160045 - S/4HANA Finance: Fields of Appends to COEP and BSEG missing in table ACDOCA

0 Kudos

Hi Maggie, thanks for the input.


Unfortunatelly, we don't have a S/4HANA system so it seems the only solution I have is to ask an ABAP to create a generic datasource based on 0FI_GL_10.

Thank you once again.