Cant use converion Exit in DBConnect Datasource

Hi, all!
When I create DBConnect Datasource and try to set conversion routine, BW shows warning message:
Message no. RSDS041
Conversion exit is not being executed
When I set [E]xternal or [C]heck field format BW shows error message:
Message no. RSDS_ACCESS038
External format not supported as data type is not 'CURR'
When I do it in File DS - everything is OK! Conversion exit for [E]xternal field format is set and works ok.
Why?

We are now on SP12.
The character conversions are now being picked up and are working. However, we still appear to have a problem with date conversions. We have source dates in the format 11.May.2007 which should be converted by the conversion 'CONVERSION_EXIT_IDATE_INPUT'. This works fine when tested as a function module.
When I put it in the data source I get the error:
Field APS_INPT_DTIM ( Position 3 ): No conversion performed from external format
Message no. RSDS190

Similar Messages

  • Finding the User Exits for a Datasource

    Hi all,
    We have cubes to which data is loaded from R3 using 2lis_11_vahdr and 2lis_ll_vaitm. These are loaded to the cubes in BW. I joined the org recently, so was not involved in the implementation of the project. There is no proper documentation either. My question to you all is, if there is an enhancement made to the datasource using using User-Exits. I was informed that there is a code for accepting plant number "517" so anything starts with 517.. gets loaded to BW. Currently there is a new plant number starting with 518 has been included and they want that to be in there.
    Could some one help me, how do I find code to debug it.
    Your help is appreciated.
    Regards,
    S.P

    Hi SP,
       For transactional dat Component is EXIT_SAPLRSAP_001 and include program is ZXRSAU01.
    This component you can add in one project only.
    Goto CMOD -->> enter project name, should be start with Z. enter Z* and press F4. out of that find out right project for this component.
    If you want see the code, include program for this component is <b>ZXRSAU01</b>.
    Goto SE38 and enter include name, and disply.
    For debugging, goto RSA3 -->> give data source name and execute in debugging mode.
    Hope it Helps
    Srini

  • Suddenly with version 9 and 10 i cant use the shortcut command of ctrl+shift+t to open the most recently closed tab.

    Suddenly with version 9 and 10 i cant use the shortcut command of ctrl+shift+t to open the most recently closed tab. a feature used several times a day, previously. This is very Frustrating to me, i have tried looking up a tool keyconfig 20110522 and looked that it says that ctrl+shift+t is the right command, but i still cant use it WHY oh WHY?? if i could get some help figuring this out it would be so awesome, cause i love Firefox, been using it almost daily for the last 10 or so years and i don't intend to switch soon.

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode.] This is a temporary diagnostic session and you can exit anytime and start Firefox normally again. This session disables all the '''Extensions''', themes ('''Appearance''') and '''Plugins''' in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons'''.
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

  • Cant see my airplay icon, cant use my remote app on either of my devices

    Hi
    I have the gen 3 apple TV and somehow i can no longer airplay, from my mac book pro, ipad, ipad mini or iphone.  It used to work on all of my devices and now I cant see the icon. 
    When I open my remote app it tells me that I have to turn on Home sharing on my itunes or apple tv.  It is turned on, on all of my devices.
    I have been trying to trouble shoot this issue (all of my devices have the latest updates) and I still cant use my remote or air play
    Any suggestions on how to fix this?

    I was able to fix the issue by unpluging the apple tv, router, and modem all for about 2-3 minutes and then replugging them in

  • How do I transfer an app from itunes my pc to my iphone 4s? I cant use wifi as my chip fried at the last update

    How can I transfer an App purchased on iTunes on my pc to my iPhone 4s. I have tried synching but this does not make the app appear on my iPhone. I cant use wifi as my chip was fried on the latest update.

    When you tried syncing, did you connect the phone, then click on the phone icon near the top left of iTunes, then click on Apps under Settings in the sidebar, then find the app in question and click the Install button beside it before clicking Sync at the bottom right?

  • Using Transformations with Delta enabled Datasources

    Hi,
    I have a delta enables datasource which uses incremental update to my infoCube.
    In order to populate some fields in the cube I used a transformation routine for a couple of these fields to do some lookups from some tables.
    The problem that I am encountering is that when the delta update runs its only updates the directly assigned fields it does not also update the routine delivered fields.
    Is there a way to get this to work or is it impossible?
    Thanks

    HI,
    The routines work fine for full load as the data is replaced with new data each time.
    What I need to happen is I am using a SAP standard content datasource with delta enabled on the datasource and when loading from datasource to Cube all the 0 fields are updating correctly but my Z fields which i update with routines do not seem to be replaced.
    Please advise of anyway to get this to work
    Thanks

  • TS4268 Why i cant use my iMessage in my ipad mini? I use the same id and password in my iphone

    Someone help me with the problem i have. I cant log in into my iMessage in my iPad mini using the same account i am using in my iPhone. I checked the spelling of the password and username they are all correct but still i cant use it on iMessage. Somebody help me. Thanks

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Just enter your existing details, don't try creating a new account.

  • How to get data for current week and previous week using customer exit in Bex.

    Hi everyone,
    I have a scenario in which I need to display data for current week and previous week (based on "sy_datum" the program has to calculate current week and previous week) in Bex using  Customer exit. I have created one variable in Bex Query Designer and I have written code for the variable in CMOD. But it is not working fine, (I know that we can do the same by using offset value in Bex). Can some one guide me how to achieve my requirement using customer exit.
    Thanks in Advance,
    G S Ramanjaneyulu.

    Hi krishna,
    Thanks for your quick reply, can you have a look at my code,
    case i_vnam.
    WHEN 'ZPWK_CWK'.
    ranges : pre_week for sy-datum.
    data : start_date type DATS,
           end_date TYPE dats .
    ************FM TO GET FIRST DATE OF CURRENT WEEK ************************
    CALL FUNCTION 'BWSO_DATE_GET_FIRST_WEEKDAY'
      EXPORTING
        DATE_IN  = sy-datum
      IMPORTING
        DATE_OUT = start_date.   " WEEK FIRST DATE
    end_date = START_DATE + 6.   " WEEK LAST DATE
    END_DATE   = START_DATE - 1.   " PREVIOUS WEEK END DATE
    START_DATE = START_DATE - 7.   " PREVIOUS WEEK START  DATE
    **********PREVIOUS WEEK DATES IN PRE_WEEK******************
    pre_week-SIGN   = 'I'.
    pre_week-option = 'BT'.
    pre_week-LOW    = START_DATE.
    pre_week-HIGH   = END_DATE.
    APPEND  pre_week.
    CLEAR : START_DATE,END_DATE.
    endcase.
    Regards,
    G S Ramanjaneyulu.

  • HT201343 My MBP is Early 2011 but dunno why cant use mirroring with apple TV, the icon cannot be found

    My MBP is Early 2011 but dunno why cant use mirroring with apple TV, the icon cannot be found. So cannot use mirroring.
    I have follow trouble shooting , they recommend to go system preference -> display , thus can find out the mirroring icon if no mean it doesnt support. But according to the web, Early 2011 MBP should be able to use, dunno why.

    Just realise I havent updated my OS to mountain lion and this is the reason why I cannot use mirroring before ^^
    Thanks all

  • I cant use facetime. but my sister can. we share the same account for itunes.but when i go to face itme and click on create a new account a blank screen pops up. what do i do?when i go to make a new facetime account nothing comes up

    i cant use facetime. but my sister can. we share the same account for itunes.but when i go to facetime on my ipod touch and click on create a new account a blank screen pops up and the only thing it says is cancel and account.  what do i do?

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • HT201303 I got a new computer and I authorized it but cant use my credit money to purchase songs without a credit card. I have credit on itunes account how do I get past the credit card question?

    I got a new computer and I cant use my money balance without it asking me to confirm a credit card. I have credit on itunes account I dont use credit cards it was an itunes card and I do not have it anymore .

    How to use your iPod to move your music to a new computer

  • My iphone 4 is in DFU mode.  However I still want the photos on the phone so I cant use the itune recover option.  Does anyone know of a work around

    My iphone 4 is in DFU mode.  However I still want the photos on the phone so I cant use the itune recover option.  Does anyone know of a work around

    actually its not in DFU which is suppose to be a black screen.  When it powers on there is an image of Itunes logo and the usb cord.  What happened is I did an update before I backed up my photos the phone worked great after the update no issues till it powered off.  When I turned it on again it had those two icons and was forcing me to sync with Itunes to system default which will wipe out my media. 
    Have you heard of any data recovery services

  • Using a View as the DataSource for a Matrix

    Does anyone know if it is possible to use a view as the datasource for a matrix?  For example, I have created a view named 'VW1' with 4 columns (1 being ItemCode).  Here is the code that tries to set this view as the datasource for a matrix:
    tableName = "VW1";
    dbDataSource = sboForm.DataSources.DBDataSources.Add(tableName);
    // Add the bind columns
    column = columns.Add(COL_VALUE_UID, SAPbouiCOM.BoFormItemTypes.it_EDIT);
    column.DataBind.SetBound(true, tableName, "ItemCode");     
    This last line of this code hangs but if I put a try around it, the GetLastError does not return anything.  Is it because views cannot be used as datasources or is there something else I am missing?

    Hi David,
    You can use a view as a matrix datasource if you use UserDataSources instead of DBDataSources.
    UserDataSource DSSubJobID = form.DataSources.UserDataSources.Add("SubJobID", SAPbouiCOM.BoDataType.dt_LONG_NUMBER, 12);
    Col = GridMain.Columns.Item(ColSubJobID);
    Col.DataBind.SetBound(true, "", DSSubJobID.UID);
    You then need to manually set the value of the UserDataSource e.g:
    Reader = Command.ExecuteReader(CommandBehavior.SequentialAccess);
    GridMain.Clear();
    int RowNo = 1;
    while (Reader.Read())
       DSSubJobID.Value = SubJobID.ToString();
       //set other user datasources here
       //add a row the matrix
       GridMain.AddRow(1, -1);
    Regards, Lita

  • I cant use imessages, it tells me that it had an error while sending a message

    i cant use imessages, it tells me that it had an error while sending a message, but it can do all the other things.

    I have a third generation iPod touch, newest software version, wifi is on, address in contacts, phone number in contacts. I can start to send a message, it gets close to the end and then fails to deliver. I have read the trouble shooting guide and followed all directions. I can send from my iPad just fine, but not the iPod.  Any ideals?

  • What should i do i buy a second hand iphone 4s but its lock to the previous owner in find my iphone pls help me i cant use my iphone for a year already

    pls. help me about find my iphone lock. because i buy a second hand iphone 4s but still lock to the previous owner when i restore factory settings still searching for the previous owner of this phone still now i cant use this phone

    Hello jimmy ii
    The only option is to contact that person to have them remove Activation Lock from the iPhone. They can do it online and do not have to come to you. Check out the article below for more information.
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account
    http://support.apple.com/kb/TS4515
    Regards,
    -Norm G.

Maybe you are looking for

  • When creating new track in stereo... track opens in mono in arrange window

    Since upgrading to 8.0.2...weird things are happening to previously saved projects. Stereo tracks are opening up mono and affecting following track. When creating new tracks in stereo.... tracks open mono. I don't know if this is due to 8.0.2 but all

  • JDBC and using update statements

    I have a program that connects to a microsoft access DB using JDBC-ODBC Bridge, but i dnt know how to write a correct update statement. I use servlets & it should call a function that retrieves a specific value, adds 1 to that integer value and updat

  • External Web Service in ABAP

    Hi, I want to consume External Webservice from internet in ABAP, can you pls suggest the process steps for that. when trying to generate client proxy it fails saying error 'Exception occurred in library handler'. Regards Vishal

  • Need help ASAP: No video card signal for neo4 plat

    I just bought a new case, motherboard, ram, video card, power supply, and CPU. i took my drives from my old Dell and placed them into this case and the MSI neo4 plat. motherboard (specs at the bottom). after getting it to post, i noticed there was no

  • Some Photoshop images don't show

    Searching Adobe web documentation did not turn up an answer. Win7 64-bit, lots of RAM, Ivy Bridge i7 3970 processor. (i7 for sure... I think I got the processor number right...) I use Bridge CC. *Some* of my Photoshop (CC) images are remaining icons