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

BAPI_CHARACT_GETDETAIL not reading Check table data

Former Member
0 Likes
868

I am trying to get the values for the characteristics in the check table for the characteristic. Is there a BAPI to get the general characteristics values that are in the check table? When I call BAPI_CHARACT_GETDETAIL, i can get the check table name but not the values.

Anyone encountered this? Any ideas.

Thanks,

Jay

I am trying to get the values for the characteristics in the check table for the characteristic. Is there a BAPI to get the general characteristics values that are in the check table? When I call BAPI_CHARACT_GETDETAIL, i can get the check table name but not the values.

Anyone encountered this? Any ideas.

Thanks,

Jay

1 REPLY 1
Read only

venkata_ramisetti
Active Contributor
0 Likes
599

Hi,

I used this function module at my earlier client. It worked fine.

Just do one thing...put break-point after function module call in the program BAPI_CHARACT_CREATE_TEST execute the report and check the values after function call during debugging.

Thanks

Ramakrishna