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

Customer Classification

Former Member
0 Likes
1,144

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!!

7 REPLIES 7
Read only

Former Member
0 Likes
910

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.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
910

Check BAPI_OBJCL_CREATE , BAPI_OBJCL_CHANGE

Read only

Former Member
0 Likes
910

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

Read only

Former Member
0 Likes
910

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.

Read only

0 Likes
910

Hi reetwika

[This link|]

Will help you to find the objects and the usage of the said BApi's

BR

Manthan.

Read only

0 Likes
910

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

Read only

Former Member
0 Likes
910

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!!