cancel
Showing results for 
Search instead for 
Did you mean: 

Add MATNR to 0FI_GL_4

Former Member
0 Kudos

Hi Experts,

We are trying to modify the 0FI_GL_4 extractor to pull in Material Number information.

We understand that in this case MATNR field should be appended through CI_BSIS after reading some of the posts.

We tried following approach,

1. Create CI_BSIS

2. Add 'MATNR' same as BSEG-MATNR

3. Activate CI_BSIS

4. Activate DTFIGL_4

5. Activate Datasource through RSA6

However when we execute RSA3, MATNR is not populated.(we have checked BSEG and there are values against MATNR)

Request your guidance for any missing steps in this case.

Thanks,

Gaurav

Accepted Solutions (1)

Accepted Solutions (1)

former_member209032
Active Contributor
0 Kudos

Hi,

Debug the extractor in RSA3 and see why the data is not populated.

Regards,

Raghavendra.

Former Member
0 Kudos

Hi Raghvendra,

I am curious to know if we are missing any config step. RSA3 debugging is one option we would like to explore if we are sure all the config is set properly.

Also we are on EHP1 SP05.

Thanks,

Gaurav

0 Kudos

1. The name for the fields in CI_BSIK needs to be exactly the same as in BSEG, i.e MATNR needs to be named MATNR not ZZMATNR as normal practice would require, because in the extractor evalutes field names for selection.

2. You need to un-check the flags for 'Hidden' AND the flag for 'Known in own exit' in for the new MATNR field in the datasource 0FI_GL_4 (RSA6).

That should do it

Regards,

Ola

Answers (0)