Application Development and Automation 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: 
Read only

how to pass values for BAPI_OBJCL_CREATE?

Former Member
0 Likes
9,239

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

3 REPLIES 3
Read only

Former Member
0 Likes
4,244

Now why don't use SCN search to locate examples of BAPI_OBJCL_CREATE?

http://scn.sap.com/thread/903857

Read only

0 Likes
4,244

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.

Read only

Former Member
0 Likes
4,244

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