cancel
Showing results for 
Search instead for 
Did you mean: 

Adding extra field to 0FI_GL_4

Former Member
0 Kudos
244

Enhancing extractors is a well discussed topic - please search the forums before posting

Hi Experts,

I need to add XREF2 field from BSEG table to 0FI_GL_4 datasource. Please let me know the step by step procedure for the same.

Thanks,

Gaurav

Edited by: Arun Varadarajan on Jan 27, 2009 9:31 AM

Edited by: Arun Varadarajan on Jan 27, 2009 9:32 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Here are the steps:

1. Enhance the Extract structure DTFIGL_4 ( You can find the Extract Structure name at RSA5 )

Goto SE11 input the structure

Goto Append Structure and add the field and activate the append structure

Sometimes you may have change the properties for this fields in the DataSource, like uncheck Hide option, Field only option.

2. For this field, write the code at FM EXIT_SAPLRSAP_001, where you look up BSEG table an logic basically depends on the business requirement.

3.Replicate the Datasource to BI and further add to an InfoObject in the Transfer rules/Transformation

Regards,Vj

Edited by: Vijay kumar Nandipati on Jan 26, 2009 9:09 PM