2015 Sep 16 10:48 AM
Hi Experts,
I have a requirement to upload records from excel file to classification data tab where few fields needs to be filled.
Before filling it, i used FM 'BAPI_BATCH_CREATE' to create basic data . Then i used FM 'BAPI_OBJCL_CREATE' to fill classification data.
(i.e. QC Release date, Batch creation date, Date Retested, Production Date, etc...).But these fields are not updating in classification. in return value,
the below entries are filled.
S CL 506 Saving changes to assignments
I CL 736 Assignment was not created
Could you please let me know how to process it ? Give me structure field(s) that i need fill in FM.
2015 Sep 16 11:50 AM
Hi Narasimha,
You are trying to create characteristics. Why dont you use FM CLVF_INSERT_AUSP for these characteristics.
ATINN -Characteristic description & ATWRT-value.
Hope this helps.
Regards,
KS
2015 Sep 16 1:14 PM
Hi K S,
i tried with FM BAPI_OBJCL_CHANGE , but not creating the classification data saying '
S CL 506 Saving changes to assignmen
I CL 736 Assignment was not created
I have passed
objectkey as meterial number and batch with space.
objecttable as AUSP
classnum as EXP_PROD_DATE
classtype as 023
in ALLOCVALUESCHARNEW table ,i filled the below entry.
CHARACT VALUE_CHAR
CREATION_DATE 09202011
please tell me the incorrect entry that i made.
and
I have tried the FM CLVF_INSERT_AUSP, by passing
OBJEK = T1500-BULK "meterial
ATINN = CREATION_DATE
ATWRT = 01/01/2014
But AUSP result table initial. Please let me know the all mandatory fields that i need to pass to create classification data for Tcode MSC1N.
Best regards,
Narasimha.
2015 Sep 17 8:20 AM
Hi,
Did you debug the FM.
Please see the link
http://scn.sap.com/thread/1816534
Will be helpful.
Regards,
KS
2015 Sep 17 11:27 AM
OBJECT TABLE should be 'MCH1'
i just lost a couple of hours checking the correct Object table to read classification for material batches.
Give a try and let me know.