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

Using FM CTMS_DDB_SET_VALUE_ONLINE

Former Member
0 Likes
928

I am using FM CTMS_DDB_SET_VALUE_ONLINE to set values for classifying an object. I am having a problem in pre-populating values in the popup. It is not too much of an issue for single value characteristics, but for multi-value characteristics it is a big problem. Does anyone know how to have this FM show existing values when called? My feeling is that it is possible to do, using one of the FMs in FG CTMS but I cannot seem to get it to work.

I have tried using FM CTMS_DDB_SET_VALUE_INTERNAL with no luck.Maybe I am calling it wrong, but not sure. I'm thinking this isn't the right FM though.

Rob,

I have searched and searched for the answer to this with no joy. (Of course my search skills are pretty weak, so that may be the problem.)

I have been working on this for 2 days now, and cannot find a solution.

Edited by: Larry Browning on Jul 21, 2011 2:24 PM

I am using FM CTMS_DDB_SET_VALUE_ONLINE to set values for classifying an object. I am having a problem in pre-populating values in the popup. It is not too much of an issue for single value characteristics, but for multi-value characteristics it is a big problem. Does anyone know how to have this FM show existing values when called? My feeling is that it is possible to do, using one of the FMs in FG CTMS but I cannot seem to get it to work.

I have tried using FM CTMS_DDB_SET_VALUE_INTERNAL with no luck.Maybe I am calling it wrong, but not sure. I'm thinking this isn't the right FM though.

Rob,

I have searched and searched for the answer to this with no joy. (Of course my search skills are pretty weak, so that may be the problem.)

I have been working on this for 2 days now, and cannot find a solution.

Edited by: Larry Browning on Jul 21, 2011 2:24 PM

1 REPLY 1
Read only

Former Member
0 Likes
639

I figured it out!.

I need to use FM CTMS_DDB_SET_VALUE

It was pretty simple after I found the right FM.

Can I give myself point?

Edited by: Larry Browning on Jul 21, 2011 4:36 PM