2008 Jan 17 4:32 PM
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.
2008 Jan 17 4:41 PM
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