cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Characteristic values in workflow ?

Former Member
0 Kudos

Hi Experts,

I want to trigger work flow based on characteristic values (document type + status + characteristic values).

But i don't get characteristic values in business object DRAW.

Any suggestion on how can i get the characteristic value in work flow or how can it be added in business object DRAW .?

Kind Regards,

Sunil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sunil,

The characteristic values are stored in AUSP and CABN tables and not in DRAW table.

It can be read by using a bapi **objcl******.Ask your abapper to find the exact one.

Workflow can trigger based on the status and the agents can be fetched from the additional data.

Thanks & Regards

Prasad K

Former Member
0 Kudos

Hi Sunil,

Every field which we are creating in additional data ( charateristics) are saved in table. Kindly check and confirm the table name but i think it's MARCO , just search and check I am not sure about the table name.

But the answer for your question is every data is saved in table. and from this table you can pick the values same like DRAW table for document type etc.Take help of workflow or abap person ,he can immediately give you table names.

I hope this will resolve the query.

Regards,

Ravindra

Former Member
0 Kudos

Hi Ravindra,

Have you achieved the functionality? If you have, do let me know.

I am unable to find a table called marco. I am on SAP ECC6.

Which version are you on?

Siddharth Menon.

Former Member
0 Kudos

Hi Siddharth,

Yes , we have achived this in my current project. This table name in MARCO, but it's a cluster table.

Consult with expert abap'r or workflow guy to resolve the query.

Hope this may help.

Regards,

Ravindra

Former Member
0 Kudos

Hi Siddharth,

We are using SAP ECC6 only, The table name is MARGO. This is a cluster table.

Hope this will resolve the query.

Regards,

Ravindra

Former Member
0 Kudos

Hi Ravindra,

Is there a separate transaction for viewing cluster tables?

I tried SE11, SE16, SE16N but unable to find either MARCO or MARGO.

My ABAPPER said there is no such table.

How did you retrieve the characteristic values?

Thanks.

Siddharth.

Former Member
0 Kudos

Hi

to get characterstic values assigned for documents check for table 'AUSP' or we can get with FM 'BAPI_OBJCL_GETDETAIL'

Former Member
0 Kudos

Hi Sunil / Siddharth,

Kindly follow following method as we have achieved this in current project:

Use function module BAPI_DOCUMENT_GETDETAIL2. T-code is SE37. Execute the function module and input document number,type,part,version and put X in get classification check box. You will get the data in characteristic values structure.

Hope this will resolve the query.

Regards,

Ravindra

Former Member
0 Kudos

Hey Ravi.

Thanks so much.

The issue is resolved.

I am now using the FM you mentioned.

Thanks again.

Sidd.

Former Member
0 Kudos

Hey Ravi,

But its strange that in my system the margo or marco table doesnt exist. Is there a problem with my system?

Sidd.