on 06-17-2014 1:56 PM
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?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
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
Isn't this done in transaction RSA6?
Best regards,
Thomas Wagner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.