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 create classification view for material?

Former Member
0 Likes
1,991

HI All,

How to create classification view for material? is there any function module?

pls let me know.

Bandi

HI All,

How to create classification view for material? is there any function module?

pls let me know.

Bandi

7 REPLIES 7
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,432

BAPI_OBJCL_CREATE

Search in SCN to know how to use this fm.

Read only

Former Member
0 Likes
1,432

You can use FM BAPI_OBJCL_CREATE to create classification view and BAPI_OBJCL_CHANGE to change it,

These examples wiil help you

Regards

David Carballido

Read only

0 Likes
1,432

HI All,

for the Parameters, what data we have to pass ex: for OBJECTTABLENEW: MARA, can you pls tel me for rest of the fields what data we have populate?

Bandi.

Read only

0 Likes
1,432

check the standard include "LCLBPAU14" this is using the following F.M

call function 'BAPI_OBJCL_CREATE' 
exporting 
objectkeynew = l_object 
objecttablenew = l_objecttable 
classnumnew = classnum_new 
classtypenew = l_classtype 
status = status 
standardclass = standardclass 
changenumber = changenumber 
keydate = keydate 
no_default_values = no_default_values 
importing 
classif_status = classif_status 
tables 
allocvaluesnum = allocvaluesnum 
allocvalueschar = allocvalueschar 
allocvaluescurr = allocvaluescurr 
return = return.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,432

Check for details.

Read only

0 Likes
1,432

HI All,

how to populate the class number(classnum_new) filed...? from which table...?

Bandi.

Read only

0 Likes
1,432

Check TCLA

Also read the fm documentation