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

TCode CBIH82 Characteristic Value

Former Member
0 Likes
1,796

Good Day everybody,

in Transaction CBIH82, a new tab has been added to the transaction. it contain a new characteristic value (ex.:  z_xxxxx_xx ).

my question is, in which table does the value of this characteristic is saved ?

Assume we have log entry: 5100

This entry is of type, e.g fire incident

the transaction will display a new tab for this incident which contain some values related to it.

TIA.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,330

hello

table  CABN for characterisc name and id

table  AUSP for characteristic values

Regards


5 REPLIES 5
Read only

Former Member
0 Likes
1,331

hello

table  CABN for characterisc name and id

table  AUSP for characteristic values

Regards


Read only

0 Likes
1,330

Thanx Hicham for your answer.

an other question, how to retrive the record corresponding to some IAL ID ?!

in the ATTIN field of table AUSP we have to pass the ATTIN from CABN that correspond to our characteristic. But how can we build the OBJEK field for a specific IALID?!

it seems that it is a concatenation of 2 different fields.

Read only

0 Likes
1,330

Hello

You Can use FM CONVERSION_EXIT_ATINN_INPUT to get ATINN from charcteristic name , and reteive the corresponding record  from AUSP using the ATINN

Check table  CCIHT_IAL  , to retrieve  OBJNR for a given  IALID  

Regards

Read only

0 Likes
1,330

You can see how is the construction of the OBJEK in you system  For IALD

transaction SPRO  IMG ==> Cross-Application Comp ==>Classification System ==> Classes ==> Maintain object keys ==> search for Incident

Regards

Read only

0 Likes
1,330

Dear Hicham

Thanks alot for the answers. This is exactly what i was looking for

Thanks & Regards

Abdullah