cancel
Showing results for 
Search instead for 
Did you mean: 

Units field MEINS for field EISBE of DataSource 0MAT_PLANT_ATTR is hidden

Former Member
0 Kudos

Good day Experts

I try to unhide fields  from 0MAT_PLANT_ATTR.

use test prorgram :

REPORT  Z_0MAT_PLANT_ATTR.
tables: ROOSFIELD.
sELECT single * FROM ROOSFIELD
   WHERE OLTPSOURCE = '0MAT_PLANT_ATTR' AND OBJVERS = 'A' AND
   FIELD = 'EISBE' .

   IF SY-SUBRC = 0.
   ROOSFIELD-SELECTION = 'P'.
   MODIFY ROOSFIELD.
  ENDIF.


when check  in RSA6 have error "Units field MEINS for field EISBE of DataSource 0MAT_PLANT_ATTR is hidden"


EISBE field need unit, how to unhide it also?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

First check your data source field  MEINS whether its hiden at RSA6 or not visible at RSA6.

if its hidden at RSA6 then you can directly unhide it at RSA6 by going thru change mode.

if its not visible at RSA6 and part your data source/hiden by SAP then above code will help you to make it as visible.

Thanks

Former Member
0 Kudos

Read  carefully my topic message.

Code partly helps. it is unhide keyfigure but  keyfigure need measure (unit) - error about it .

There is no field of unit in ROOSFIELD and this code doesn`t help to get it (it is works only with characteristics).

0 Kudos

Your data source is standard one then why your getting above error at RSA6.

Can you reinstall your data source again from RSA5 and see.

As you said your getting error message. Can you share error screen shot.

if there is no field of unit at data source then why you written above code and whats the purpose?

As my guess above code will make field EISBE as visible. mean EISBE is hidden by SAP?

Former Member
0 Kudos

I wrote this code because it is from standart note http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c008cd97-ef00-2d10-d1ad-867b9c3f0...

This note describes only for characteristic not for key figure so I`m asking how to get units

I have such error on screenshot  "Units field MEINS for field EISBE of DataSource 0MAT_PLANT_ATTR is hidden" found couple topics about this problem but the all not answered

0 Kudos

can you share the screen shot?

at RSA6 what your trying to do on standard data source?

if you want MEINS at your data source, you need to do the enhancement. because MEINS is not part of your data source.

Former Member
0 Kudos

screenshot only tomorrow, what info do U need from it ? there is only messsage .

In rsa6 try change this source (pencil) unhide field if it appear in list .

To create append structure U mean?

0 Kudos

at RSA6 which field your unhiding? EISBE?

Some times system may give messages or warnings.so that's why i asked about screen shot.Whether its  an error or message kind popup screen.

Former Member
0 Kudos

Yes EISBE, some other also but try this one first

Former Member
0 Kudos

Here is screenshot, any iseas?

0 Kudos

Can you click on Ltxt and share the error message of it.

Again reinstall your data from RSA5 and try to unhide EISBE at RSA6.

Lets try once again.

Former Member
0 Kudos

I spoke with other BW experts it is old problem - impossible to do such way with KF.

cREAte append structure with enhancement field ZZMEINS type MEINS  (for units) and maintain in se11 structure also/

0 Kudos

About MEINS i suggested the same(enhancement).

Answers (1)

Answers (1)

Former Member
0 Kudos

Isn't this done in transaction RSA6?

Best regards,

Thomas Wagner