‎2010 Mar 08 7:33 AM
Hi Experts,
I need to update slassification data for customet master.
Can someone guide me , as to how to do it.
I have Classification, Class Type, Product Equipment Category Desc, Equipment Number Category as my fields to be updated.
Thanks for your help!!
‎2010 Mar 08 8:22 AM
hi,
you can create a new 'z' report for this purpose.
for updating you can use ;update' statement of sql.
refer to this sap link:
http://help.sap.com/erp2005_ehp_04/helpdata/EN/00/de6819d9b511d5994500508b6b8b11/frameset.htm
for updating only one customer data:
update <tablename>
set <col_name1> = <val1>, <col_name2> = <val2>, ....
where <cust_name> = <val1>
also this will update the data for logon client only for other specific or multi client use mandt in the where clause with client specified addition
hope this will surely help you!!!
Thanks & Regards,
Punit Raval.
‎2010 Mar 08 8:22 AM
‎2010 Mar 08 9:19 AM
Hi I have to use a Function Module/BAPI to do the Customer Clasifixation update , as it is just oe part of a requirement which uses LSMW.
Please suggest a Function Module/BAPI.
Thanks
‎2010 Mar 11 7:34 AM
Hi ,
BAPI_OBJCL_CREATE , BAPI_OBJCL_CHANGE serve my requirement. Thanks a lot.
But how do I find the business obect associated with it. Can you please help.
‎2010 Mar 11 8:23 AM
‎2010 Mar 11 10:08 AM
Got se37-give the fm-in attributes tab get the package CLCL -got tcode SWO1-hit ctrl+f-place the package and execute
The business object is BUS3060
‎2010 Mar 11 9:38 AM
Hi Manthan,
I am looking for the Busines Object associated with the BAPI.
Link provided by you gives me the parameters to be passed to the BAPI.
Please let me know if there is any Business Object assiciated with the same.
Thanks!!