‎2007 Sep 13 4:58 AM
Hi all,
i have requirement to fetch material classification data through function module.
is there any point to know releted function modules of classification data of material data.
Thanks in advance,
Bhaskar
‎2007 Sep 13 5:29 AM
Hi Bhaskar,
Try FM - <b>UPDATE_MATERIAL_CLASSIFICATION</b>
<b>BAPI</b>
BAPI_OBJCL_CHANGE
<b>Reward Points if Useful</b>
Regards
Gokul
‎2007 Sep 13 6:18 AM
hi,
check the BAPI: BAPI_OBJCL_GETDETAIL
For this you need to check & give correct class number from table KSSK & KLAH.
You can also check other BAPIs in FuGr. CLBPA.
Hope this helps.
Best Regards, Murugesh AS
‎2007 Sep 13 8:02 AM
Hi Murugesh..
Thank you ........it has good stuff
if i want check this classification data on the basis of Material number or type,
where i will check.........or if i want fetch data on the basis of Material number what is the process...
‎2007 Sep 13 9:20 AM
Hi,
In KLAH you get the list of Classifications linked to a Material. Give OBJEK = MATNR.
By giving CLINT in KLAH you find the corresponding CLASS.
in BAPI:
BAPI_OBJCL_GETDETAILpass following values:
OBJECTKEY = KSSK-OBJEK
OBJECTTABLE = 'MARA'
CLASSNUM = KLAH-CLASS
CLASSTYPE = KLAH-KLART
KEYDATE = sy-datum
UNVALUATED_CHARS
LANGUAGE = sy-languthe output would be in
ALLOCVALUESNUM
ALLOCVALUESCHAR
ALLOCVALUESCURRbased on the type of characteristic.
Best Regards, Murugesh AS
‎2007 Sep 13 9:45 AM
Hi ,
thank u ...........
i have requirement to create DATASOURCE (RS02) , do u have any idea on this..
means its asking EXTRACTION STRUCTURE .........how can i make it.
Thanks in advance,
Regards,
Bhaskar