cancel
Showing results for 
Search instead for 
Did you mean: 

Extractor 0FI_AR_4

Former Member
0 Kudos

Hello all,

I have a field hidden in my AR extarctor, I am using the BI one, is there a way I can remove the check mark on hidden field so that its available for reporting?

Plz adv.

Tina

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks OC, yes its greyed out, the field name is DMBTR and extractor name is 0FI_AR_4.

Thanks again.

tina

Former Member
0 Kudos

Hi,

call SE11 with table ROOSFIELD.

Enter 0FI_AR_4 as OLTPSOURCE, OBJVERS = 'A' and FIELD = DMBTR.

You'll have to change the value of the fild SELECTION from '4' to ' ' (<empty>).

Since this is a standart table with no table maintenace allowed by default you won't be able to change this record.

2 options:

- write a little ABAP updating the record (I don't reccomend unless you feel really confortable and don't mess up the whole table ;-((

- request an object key through the market place in order to be able to change the table attribute "table maintenance allowed"

Then the field should be visible in your datasource.

If this worked out, don't forget to perform the same change in production!

hope this helps...

Olivier.

Former Member
0 Kudos

Hi,

in RSA6 (post processing DSources) you should be able to unhide this field.

However, it could be that it's greyed out.

Please provide us with the DS and field name and we'll see if it is possible to change this setting directly in the control table ROOSFIELD.

hope this helps...

Olivier.