Application Development 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: 

Characterstic value of submaterial

Former Member
0 Kudos
66

Hi friends,

Is there any function module like we will pass material and it's characteristics which will display characteristic value of that particular material.

please help me

regards

kumar.

1 REPLY 1

former_member156446
Active Contributor
0 Kudos
40

hi Kumar

Please find the below FM's

CALL FUNCTION 'QC01_BATCH_VALUES_READ'

EXPORTING

i_val_matnr = wa_upload-matnr

i_val_werks = wa_upload-werks

i_val_charge = wa_upload-charg

i_language = sy-langu

i_date = sy-datum

TABLES

t_val_tab = lt_char

EXCEPTIONS

no_class = 1

internal_error = 2

no_values = 3

no_chars = 4

OTHERS = 5.

-


'CUOV_GET_FUNCTION_ARGUMENT'

-


ATINN , ATWRT, ATNAM will the field names

Edited by: JackandJay on Jan 17, 2008 11:42 AM