Dear experts,
I need to use the 0FI_GL_4 extractor to load GL data from the FI module, but I need to include the BEWAR info from the BSEG table.
I have found that it is needed to "extend" the extractor by adding the field, (ZZBEWAR): I followed the instructions and now I can see the field in the GL4, but I have no values, also if in the BSEG the filed is populated.
Looking around I found that that the activation of the field in the extractor is not enough, and there are some other steps to do.
In some post, (e.g. http://scn.sap.com/thread/2061378), I have found that:
Since 0FI_GL_4 Extractor will get data from BSEG table you can add the field in to the extractor.
Process of including the field .
1) Append the Field in the extract structure (what we have just done)
2) need to write include logic to populate the data for 0FI_GL_4
3) Include logic can be performed in CMOD tcode.
So it is needed to implement last two steps. In the post there is an example but seems to be generic and not strictly related to the BEWAR field.
In particular, I need more info about the correct "EXIT" code needed to fill the extractor. Unfortunately I am not an ABAP programmer and I don't know how to go on.
Is there someone who can help?
Thank you very much,
Gennaro.