‎2013 Jun 03 7:54 AM
Dear ABAP Experts,
I have a doubt in creating characteristics of a material in classification view.
I think using BAPI_OBJCL_CREATE we can create a characteristics of a material in classification view.
If yes, can anyone explain me the input values for all parameters to maintain characteristics?
what should I give the values in objectkeynew , objecttablenew, classnumnew , classtypenew, etc (IMPORT parameters) and also in ALLOCVALUESNUM, ALLOCVALUESCHAR, ALLOCVALUESCURR ( Table parameters).
Please explain table parameters in fields wise.
Thanks in advance.
-JANARAJA
‎2013 Jun 04 2:35 AM
Now why don't use SCN search to locate examples of BAPI_OBJCL_CREATE?
‎2013 Jun 04 3:34 AM
Hi Janaraja,
Please research thoroughly as tonnes of material is available.
Another advice, please use BAPI_OBJCL_GETDETAIL before calling BAPI_OBJCL_CREATE because BAPI_OBJCL_CREATE will give issues in case the classes have already been assigned to the material and you are again trying to assign them.
Helpful links on BAPI_OBJCL_GETDETAIL
http://scn.sap.com/thread/1302428
http://scn.sap.com/thread/862846
BR,
Ankit.
‎2013 Jun 04 4:05 AM
Hi Janaraja,
Check this
Note 1083986 - BAPIs for classification - Overview
Note 1348099 - BAPI_OBJCL_CREATE: Operating instructions (Sample Code given by SAP )
Regard's
Smruti