cancel
Showing results for 
Search instead for 
Did you mean: 

Can we create classfication for customer without class number?

Former Member
0 Kudos

Hi Experts,

I want to create classifications of customer. I have all required data example: class type , characteristic name, characteristic value, characteristic description but I do not have CLASS NUMBER. Can I find class number with help of all inputs which i have? Please guide me what is the best way to do it?

Thanks and Regards,

Sunil

Accepted Solutions (0)

Answers (1)

Answers (1)

raghug
Active Contributor
0 Kudos

Try BAPI_OBJCL_GETCLASSES. You need the object table and the class type.

Former Member
0 Kudos

Thanks Raghu!!

I tried this but it will give the class number for existing customer but in my case i am creating the classification from starting.

can you please suggest me any other BAPI?

Thanks

Sunil

raghug
Active Contributor
0 Kudos

That sounds like Master Data - If you have just one number for your entire system, you may as well look it up and hardcode it. If you have more than one - there is no way SAP can tell you what to use. You will need some other way to determine which class number to use according to your business rules.