2010 Jul 08 3:37 PM
HI All,
How to create classification view for material? is there any function module?
pls let me know.
Bandi
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.
2010 Jul 08 3:44 PM
2010 Jul 08 4:00 PM
2010 Jul 08 4:31 PM
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.
2010 Jul 08 4:35 PM
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.
2010 Jul 08 4:46 PM
2010 Jul 08 5:27 PM
HI All,
how to populate the class number(classnum_new) filed...? from which table...?
Bandi.
2010 Jul 08 6:58 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |