cancel
Showing results for 
Search instead for 
Did you mean: 

add field to extractor 0MAT_PLANT_ATT

Former Member
0 Kudos

Hi all expert,

i need to add field Safety Stock to extractor 0MAT_PLANT_ATT in ECC.

at trn rsa6 i see tje field eisbe(Safety Stock) in Structure BIW_MARC_S but i cant add the field to ectractor

Regards,

yuval

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182346
Active Contributor
0 Kudos

Field EISBE is not included in the DataSource 0MAT_PLANT_ATTR, while it is in the extract structure BIW_MARC_S.

I tried to change settings in the ROOSFIELD (change filed SELECTION from A to P), but unsuccessfully : SAP always says : 'Units field MEINS for field BSTMI of DataSource 0MAT_PLANT_ATTR is hidden', and I can't even edit DataSource in sbiw-transaction.

I know the reason : MEINS is not part of extract structure.

The other solution would be to extend DataSource with fields ZZEISBE and ZZMEINS and populate them during extraction in the user exit.

It is easy, but, in that case, change of the filed EISBE would not trigger delta, and we need delta for 0MAT_PLANT, including field EISBE.

Thank-You.

Vinod

Former Member
0 Kudos

Did anyone have a solution to this issue?

I have the same problem. The field is in the datasource and extracts to BW correctly, except it isnt delta enabled, so if this field changes and nothing else does, then this field will not be brought into BW.

Is the only solution here to produce a duplicate datasource and create a new record type for that datasource and delta enable all of the fields plus the extra ones that I wish to include, or is there another way?

Former Member
0 Kudos

Hi

Are you able to see the field in RSA6. If you are able to see the field, just un hide it and save the extraction structure.

If you are not able to see the field in RSA6, the check the field in ROOSFIELD. IF you have A for this field then you need to change this as X or ' '. Now you will able see the field in RSA6.

http://aq33.com/business-warehouse/Articles-10239.html

Regards,

Venkatesh

Former Member
0 Kudos

Hi,

thank your answer,

i hava similar problem at extractor 0COSTCENTER_ATTR

the field KHINR(Standard Hierarchy Area) exist at BWCO_MD_CCTR structures but not at extractor.

at ROOSFIELD table the field KHINR is with value 4(No Selection Possible, Visibility Adjustable) at selection field.

can i writh ABAP program to change this field ?

regards,

yuval

Former Member
0 Kudos

you can find the code in the thread to unhide the field.....