Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Checking for a hidden characteristic

Former Member
0 Likes
384

Hello,

I am trying to get information from BAPIs regarding hidden characteristics. When I use the BAPI_CHARACT_GETDETAIL, I get the correct information about a characteristic being hidden (No Display).

I have a situtation where a class overwrites this value and thus hiding the characteristic. Inspite of using BAPI_CLASS_GET_CHARACTERISTICS and BAPI_CLASS_GETDETAIL, the correct information regarding the hidden value of the characteristic is not given. I always see the value as unchecked (i.e, no X for No Display), although I know that this class forces the characteristic to be hidden.

How do I get this information from the BAPI as it doesn't seem to work..Have any others tried this?

Regards,

Sameer

1 REPLY 1
Read only

Former Member
0 Likes
342

The problem was in the BAPI. An SAP Note fixed it.