What data type do I use in MSA to handle CRM DEC data?

Dear Geeks,
We have a customer field 'ZZ_SUPPORT' on CRM (40 SP11) opportunities, which we flow
down to mobile sales. It previously carried a NUMC2 value (a number
from 1 - 99), and this worked fine... the data flowed fine in both
directions. The data element ZZ_SUPPORT used in CRM is based on a newly
created data domain called Z1_TO_99 and this was defined as data type NUMC
(2 characters), which we have changed to DEC (4 characters, and decimal
places 2, and screen display5). Having made this change and also
changed the screen layout in SE51, the field now looks good and takes
a value like '12.34' without error. We can also see the '12.34' value
being carried in the Opp_Write Bdoc in SMW01 classic segment. However, the BDoc does not migrate
successfully to Mobile - the ZZ_Support value is lost. In Mobile, I
have genereted the Tables associated with Opportunity_write, and also
the BDoc, and I have also changed the BOOPPORTUNITY / Y_Support field
(which carries the value) from NUMC2 to String5. I have also tried Long5, and currency4
because there is no data type "DEC" available in Mobile. When I send
opportunity messages up from Mobile to CRM, I see them going into SMQ2
and then they dissappear because the Function module cannot handle the
BDoc. What is the problem? Is it the function module? or the data type
used on Mobile - if so what should I use in the absense of "DEC"?
Richard

Sounds like a strange issue indeed. I would call Johnny Nobles.
Tx: Smoggen ?
Sorry, can't come up with better ideas.
Cheers,
Seb.

Similar Messages

  • What file type should i use for reading a large file of data?

    I want to store data in a file and access them later. The data file could reach 500 to 1000 MBytes, as a binary file.
    I may have memory problems.
    I do not need the whole data in memory, only a few data each time, for my calculations.
    If i use a binary file, i can not read only a few data. I have to load the whole file and then read the data i need.
    Is this correct?
    If i use another type of file, can i read only a few bytes without loading the whole file?
    Maybe a TDMS file?
    Solved!
    Go to Solution.

    I would probably use a TDMS file for this since it could also be read into excel if it were small enough - just more flexiblility. But you can also do it using binary types. You don't have to read the entire file when using binary files. See below.

  • What data type I can use if the text is more then 4000 varchar?

    Dear all,
    What data type I can use if the text is more then 4000 varchar?
    Please advice,
    Amy

    You didn't specify if you are referring to tables or code.
    In tables the limit is varchar2(4000) so anything bigger will need to be stored in a CLOB (as already mentioned).
    In PL/SQL code you can defined varchar2 up to 32K so varchar2(32767).
    ;)

  • Performance and data types: which to use?

    Hi All,
    I am wondering what data type to use and the effect of them on memory/speed.
    1. What is the difference (if any) of using sgl, dbl, int etc. Looking at the LabVIEW help there seems to be a range of 8-256 bits of storage according to the data type. Is it basically choose the one with the smallest storage that can fit the data?
    2. I currently have a cluster flowing through subVI's. The cluster contains the start time (or freq), the delta t (or f) and the array of data (about 500-5000 elements). I tried to use the waveform datatype but it couldn't handle a delta t of 2 nanoseconds (500 MHz signal). Am i ok using the cluster, or should i seperate the components and pass them along? What data type should i use for each of the components?
    Thanks

    There are three main issue to consider.
    Range and accuracy. If you need a very high level of accuracy, then you will need to use the extended data type or even create your own, although that's unlikely.
    Memory. Yes, SGL takes less than DBL, but unless you're dealing with really huge amounts of data this won't matter.
    Coercion. Most built in functions work on DBL. If you wire a SGL into them, they will coerce it, possibly creating a copy of the data and increasing your memory usage.
    To sum it up, most of the times it would be best to use the default DBL. It's highly unlikely you'll need one of the others.
    As for your second question, it sounds to me like the data is a single organism, so I would say you should leave it in the cluster, but that really depends on whether the functions need it or not and whether you're constantly bundling and unbundling the cluster. Note that 5000 elements is far from being a large array and you shouldn't have any problems handling it.
    As for the timing unit, if you really only have 5000 elements (that's 10 microseconds of data?) then you should not have a problem with using a U32 with a nanosecond as the base unit. That should give you the ability to measure more than 4 seconds.
    Try to take over the world!

  • What disc type do I use to record

    I have been unable find the right disc to insert.  I use Roxio Creator (came with my T400 T6U).  I've tried all sorts of discs and get the same message:  "Please insert an appendable discu and try again". 
    I am able to read CD's and have not tried DVD's. 
    My drive is an "Optiarc DVD RW AD-79105"--I went on the site to find out what disc to use but was unable to find the information.
    Any help is appreciated.
    Karolus

    >
    I would like to add a User Defined Extension to a Scheduler CHAIN. I am looking through the Namespace for Version 3.1 at: http://www.oracle.com/webfolder/technetwork/sqldeveloper/3_1/dialogs/index.html. Under the COMMON OBJECT TYPES, I do not see any of the Scheduler items. I was able to use <item type="SCHEDULER"> to add an action to the SCHEDULER folder, but what I really want to do is add an action to a CHAIN.
    >
    Those COMMON OBJECT TYPES are database schema objects so SCHEDULER or CHAIN would not be in those lists.
    Did you try "CHAIN" or "SCHEDULER CHAIN"?
    I suggest you change your thread subject to match your question and maybe one of the developer team members will notice it.
    For example: What 'item type' do I use to add action to SCHEDULER CHAIN folder?

  • What 'item type' do I use to add action to SCHEDULER CHAIN folder?

    I am using SQL Developer version 3.1.06.82
    I would like to add a User Defined Extension to a Scheduler CHAIN. I am looking through the Namespace for Version 3.1 at: http://www.oracle.com/webfolder/technetwork/sqldeveloper/3_1/dialogs/index.html. Under the COMMON OBJECT TYPES, I do not see any of the Scheduler items. I was able to use <item type="SCHEDULER"> to add an action to the SCHEDULER folder, but what I really want to do is add an action to a CHAIN.
    Does anyone know what type name to use??
    Has the Namespace been updated and published somewhere else?
    If you have an example, it would be greatly appreciated.
    Edited by: 975201 on Feb 28, 2013 8:24 PM

    >
    I would like to add a User Defined Extension to a Scheduler CHAIN. I am looking through the Namespace for Version 3.1 at: http://www.oracle.com/webfolder/technetwork/sqldeveloper/3_1/dialogs/index.html. Under the COMMON OBJECT TYPES, I do not see any of the Scheduler items. I was able to use <item type="SCHEDULER"> to add an action to the SCHEDULER folder, but what I really want to do is add an action to a CHAIN.
    >
    Those COMMON OBJECT TYPES are database schema objects so SCHEDULER or CHAIN would not be in those lists.
    Did you try "CHAIN" or "SCHEDULER CHAIN"?
    I suggest you change your thread subject to match your question and maybe one of the developer team members will notice it.
    For example: What 'item type' do I use to add action to SCHEDULER CHAIN folder?

  • Explain me briefly about evaluation order.As per my knowledge it show data type order.but I have different data type in same diemension ex:account- acc_001 is smart list data type.account-ac_002 is percentage.So fot this i will accont dim in evaluation or

    Explain me briefly about evaluation order.As per my knowledge it show data type order.but I have different data type in same dimension ex:account->acc_001 is smart list data type.account-ac_002 is percentage.So fot this i will accont dim in evaluation order.What going can any one explaining brifly ?

    2786712 wrote:
    thanks John for reply.If you dont mine can you explain clearly with example and screenshot.
    @John: You got a task
    Here you go: Hyperion Planning and More...

  • Data type to be used

    Hi All,
    I have a requirement where i have to fetch mutiple rows of a table and then concatenate the data of a particular field of all the rows and put it into a single variable.
    I have no restrictions on the no of rows to be fetched due to which i cannot plan of the size of that single variable.
    Can anyone suggest me some data type which can take variable lengths at run time. also the size limit can go beyond 255.
    Please help.
    Thanks,
    Chandna

    Hello Chandna,
    You can go with the following workaround;
    DATA:
      w_var1 TYPE string,
      w_var2 TYPE string.
    LOOP AT t_table INTO fs_table.
      CONCATENATE w_var1 fs_table-field1 INTO w_var2.
    ENDLOOP.
    Now, every time loop is run, current value is attached to previous value and at the end, you'll get concatenated values in w_var2.
    You can very well use w_var2.
    Hope, it helps you.
    Thanks: Zahack

  • How to create longtext or blob data types in SQL using labview

    Hello,
    I am fairly new to SQL, and I'm using the labview database connectivity toolset.  Using labview 6.1
    I am using the DB Tools Create Table vi to create my tables.  I want the tables to hold 1000 character strings.  But the longest string that I can insert seem to be 255 characters.  I think It is a limitation of the "String" data type in SQL so I need to use text or blob types.  The problem is I created a control for the "Column Information" field and I see the following selections for the data type. (String, Long, Single, Double, date/time, binary).  I dont see any selection for text or blobs.  How do I define another data type that is not part of the selection in the control?
    Thanks for any help.

    I don't know about defining long text, but the equivalent of a BLOB should be the binary data type, which just holds the data you put into it without formatting it.
    Try to take over the world!

  • What port type should i use?

    I am using Seebeyond as middleware and it sending Vehicle IDoc VEHCLE01 to SAP System.
    Please help me
    what should port type I need to use? Should it be file port or t-rfc port?
    What should partner type need to use? Can it be LS type?
    Is it ALE or EDI Scenario?
    Thanks in advance.

    Hi,
    Yes, the Port can be a File Port (IDocs will be saved in this folder) or t-rfc port. File port should be OK.
    Partner Type can be LS.
    Cheers,
    Bhanu

  • Which Data-Types can be used as Widget Parameters?

    Hi,
    I have been playing about with widgets (specifically widget parameters) for a while now.
    I've got to wondering, exactly which data-types can Captivate turn into widget parameters?
    So far I know that you can use:
    Numbers,
    Strings,
    Arrays,
    Objects
    and Booleans,
    as parameters.
    Which ones am I missing?
    I know some don't work, because I tried storing a MovieClip as a parameter and that didn't work.

    Hi Eccles,
    You can set all basic data types supported in flash viz.,
    1)Numbers
    2)Strings
    3)Arrays
    4)Objects
    Since in Action script , an Object can be anything (array , array of objects , array of objects which by themselves are array of objects and so on ) , you can virtualy send anything as widget params
    But there are two caveats to this
    1)Object References
    -Object References do not have any meaning once the swf is closed.But the widget params have to be stored across sessions.So If you send a reference as part of widget params it is not going to work.
    This is why sending a Movie Clip (which is actually a reference to an Object ) does not work
    If you want to send such things you will have to 'serialize' the object.
    2)Size of the Object that you send
    The size of the object that you send can have an impact on performance.And since any object that you send has to be converted into XML , objects like bitmaps can turn out to be huge and difficult to handle.
    This brings us down to this - you can send any object across as widget param as long as it is small and serialized.

  • SP Transaction Notification - what object type number to use for BP Activity

    Have to re-post it, the previous one has been accidently marked as answered.
    I'm trying to add some script into SP Transaction Notification and want to make it
    run when user add a new "BP Activity" into B1.
    What object type number should I use in SP Transaction Notification stored
    procedure?
    BTW, following this article:
    SAP Business One Form Types and Object Types
    http://scn.sap.com/community/business-one/blog/2013/07/09/sap-business-one-form-types-and-object-types
    I tried 103, but it seems like doesn't work.
    103 ActivityTypes object
    Thanks.

    Found my answer here, object type should be 33. Strange, this is inconsistent with article in my original post
    Object code for Activity (OCLG)

  • Want to change data type CHAR32 to CHAR40 in cutomized function module(CRM)

    Hi Friends,
         I have a requirement to change the data type CHAR32 to char40 .
         Pls guide me how to do it.do I need to change it directly or we have do anymore changes?
    Thx in Adv.
    Baba

    Hello Baba,
    In my opinion the length of a data field has little to do with the ITS and it's templates.  You should be able to change the length for your function module and then the new length should work on the ITS if using the Webgui.  If you have custom templates then maybe you will need to recreate the templates or modify the field length, but this is second to actually changing the datatype length in the R/3 system.
    Edgar

  • What type of data type would I use for this situation?

    I have a class which connects to Oracle, but each connection may be to a different database. Each database has it's own user name and password.
    I'd like to pass one key value and then the class would get the user name and password and url from that but not sure how to do it.
    Right now, for the function I pass it the url, username, password which then calls a connection function and passes it the same value. This seems messy keep passing values around.
    Is there some kind of enumerations or something ?

    You might consider putting the URLs, usernames and password into a properties file.
    The properties file might contain:
    all.databases=database1,database2,database3
    database1.user=user1
    database1.password=dingbat
    database1.url=jdbc:oracle:thin:dohdah:base1
    database2.user=someone
    database2.password=toad
    database2.url=jdbc:oracle:thin:xyx:dsds
    Then use ResourceBundle.getBundle() to load the properties and you can just do
    Connection con = DriverManger.getConnection(bundle.getString(key + ".url"),bundle,getString(key + ".user"), bundle.getString(key + ".password");

  • Data plan!  why???  whats the difference of me using Wifi or being charged for a data plan?

    Feature phones iterally suck, even the internet pro reviews on the phones are very low and most of the feature phones that are  reviewed  the reviewer gives  their  last comment as "don't buy" .
    I do not need a data plan, ( I carry either a Verizon netbook or a notebook for all my internet needs) nor am I comfortable with the charge of a data plan being necessary or is this simply another way for a large company with a large profit margin to stick it to the consumer knowing we have to maintain a cell phone in this day and age?.
    I had settled on the KinTwo, the reviews are not glowing but .... r not that horrible either.  It is also the only phone which gives the owner WiFi accessibility.  (which makes me wonder if this is the reason Verizon has pulled it off the market).  From my extensive research the KinTwo is the only feature phone choice.  But..... When I went back to the site to order it was gone, and the VW stores do not carry it.
    UGH>  I am so discouraged by the data plans and the extremely high price.  Would someone please tell me what the difference is in my using my Netbook, laptop (notebook) on WiFi and not being charged a data fee?  Or why I can bring Wireless Internet into my home and have all my WiFi accessible electronics connect through my main ISP with an additional fee for each WiFi user????   But I am not able to use a Smartphone this way???
    I am serious about these data plans  are they necessary????

    once upon a time verizon did not require data plans
    many users were happy
    but t h is did not last for users started having problems with thier hands
    they would often hit the wrong buttons and use data
    sometims as little as a mb, sometimes many mb
    verizon forums and customer service started recieving phone calls to get credits for this usage
    after all its not the users fault is it? i mean are they responsible if they had the phone to a 2 year old to play with and the kid brings up the browser?
    so verizon decided it was in its best interest to protect its users.  they started requireing data plans so you wouldnt get hit with huge bills for being an idiot.
    So if you wanna cry about data plans blame all those people out there that complained

Maybe you are looking for

  • Moving to Canada taking my Pro with me

    Hi, If I buy a superdrive in Canada, will my pro then play both 1 and 2 region DVD's (ie region 2 in the machine and region 1 on the superdrive?)

  • Image quality degrades in published swf

    I've built a Flash site for a freind who is a photographer. There are over 100 images on the site that are imported jpegs. Most of them look fine but two of them look very washed out when I publish my swf even though in the Flash project file they ha

  • SQL 3 : Create type

    hello, in an example using the object-relational model I created the following type: create type professeur_t as object ( +     nump varchar2(5),+ +     nomp varchar2(20),+ +     nbg integer);+ +     /+ create type "professeurs_t" as table of profess

  • Some of my music in ituns, do not sync in the ipod

    Some of my music in itunes, do not sync in the ipod, most of the buying ones

  • PS Elements 11 - Microsoft Visual C++ Runtime Library

    I am getting the following error when I am trying to use PhotoShop (this started after trying to open a .ems photo Runtime error! Program: C\ProgramFiles(x... This application has requested the runtime to terminate it in an unusual way. Please contac