Data loaded successfully in RSA3, but can not find data in BW PSA

Dear all:
We have custom datasource enhanced through BADI. For one column, in the source system RSA3, I can see this field populated with data, but in BW, when I load the data in PSA and check, this field is blank...
I tried seeral ways like re-replicate datasource, delete the datasource in BW and re-replicate, but not work.
Did anybody meet the same situation before? How to handle this issue?
Any post would be appreciated and thank you all in advance!
Tim

Hi Pavan:
Thanks for your reply.
I don't have any selection field for this datasource, and the number between ECC and BW matches. Actually the problem is only for one field, on ECC side RSA3, this field are populated with values, while in BW PSA, this column is there, but all the content are blank.
I do call one function module called to populate that field:
CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
      EXPORTING
      CLASS                      = ''
        CLASSTEXT                  = 'X'
        CLASSTYPE                  = '023'
      CLINT                      = 0
        FEATURES                   = 'X'
        LANGUAGE                   = SY-LANGU
        OBJECT                     = W_OBJECT
        OBJECTTABLE                = 'MCH1'
        KEY_DATE                   = SY-DATUM
        INITIAL_CHARACT            = 'X'
      NO_VALUE_DESCRIPT          =
        CHANGE_SERVICE_CLF         = 'X'
      INHERITED_CHAR             = ' '
      CHANGE_NUMBER              = ' '
      TABLES
        T_CLASS                    = ITAB_CLASS
        T_OBJECTDATA               = ITAB_OBJECTDATA
      I_SEL_CHARACTERISTIC       =
      T_NO_AUTH_CHARACT          =
      EXCEPTIONS
        NO_CLASSIFICATION          = 1
        NO_CLASSTYPES              = 2
        INVALID_CLASS_TYPE         = 3
        OTHERS                     = 4
    IF ITAB_OBJECTDATA IS NOT INITIAL.
       READ TABLE ITAB_OBJECTDATA INTO wa_OBJECTDATA WITH KEY atnam = 'ZLOBM_PLNTMFG'.
       <LS_ESMI_BW_MD_ZBATC0001>-ZORIGPLNT = wa_OBJECTDATA-AUSP1.
    ENDIF.
The code is very simple, it just call the standard FM and fetch the value from the return table, is there any thing wrong with my code?
Thanks!
Tim

Similar Messages

  • I am travelling in the USA and have an iPad mini, I would like utilise data for on the go but can not find a SIM card and prepaid provider unless I havs US credit card, I can get a ekit Global data plan but are expensive for frequent usage ? Options

    Does anyone have any options.

    I have not used them, but you can try: http://mobileaccessusa.com/mifi_rent.html
    I have successfully used comparable services like this in Europe. Google "MiFI rental USA". The advantage of using a MiFi device is that you can connect multiple devices at once - usually up to 5.

  • HELP!  I had iPhoto on my mac, for some reason it was not responding down loaded a new version but can't find my photos. any ideas please.  I thought once on the mac always on the mac.

    HELP!  I had iPhoto on my mac, for some reason it was not responding or damaged.   down loaded a new version but can't find my photos. any ideas please.  I thought once on the mac always on the mac.

    Sorry but we need details to help
    What version of the OS do you have? What has changed since iPhtoo worked?
    What exactly is the problem - you say "it was not responding" - You downloaded a new version (what version)" -you can't find yoru photos" none of which is helpful
    look in your applications folder - is there an Iphoto application there? If so get info and report the version
    Look in the picures folder - is there an iPhoto library there? If so exactly (including exact error messages) happens if you double click on it?
    what else can you tell us that might help us assist you?
    LN

  • I recently purchased an airport extreme base station. I want to replace my older linksys wireless router. I had a successful set up but can not get it to talk to broadband modem, I am missing something but what?

    I recently purchased an airport extreme to replace my older linksys wireless router. had a successful set up but can not get connected to the internet. for some reason, which I am sure is apparent to others, i am missing some needed info to connect to the dsl broadband modem that I have.  would love some good tips.

    Try this:
    Turn off or remove power from the DSL model, the router, and your computer. Wait not less than one minute. Restore power to the modem and wait until the status lights indicate a connection to the ISP. Next, restore power to the router and wait until the status light shows connection to the modem. Last, turn on the computer. Check your Network preferences to be sure they are configured for a DHCP connection and that the router has received a valid IP address (not 169.xxx.xxx.xxx).

  • Trying to download Photoshop Elements 9 on to my tablet.  I have my S/N.  I down loaded the files –PhotoshopElements_9_LS15 – but can not open.

    Trying to download Photoshop Elements 9 on to my tablet.  I have my S/N.  I down loaded the files –PhotoshopElements_9_LS15 – but can not open.

    you need both the 7z and exe files.  put both in the same directory and click (or double click) the exe.
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • My itunes are on windows 97. just got windows 7 laptop. when i load new software on my new laptop it shows all my windows 97 music/audiobooks but can not find the files. how do I link them

    my itunes are on windows 97. just got windows 7 laptop. when i load new software on my new laptop it shows all my windows 97 music/audiobooks but can not find the files. how do I link them

    iDevices are not and have never been backup devices.
    Authorizing a computer does not cause media to magically appear.
    Media is only where the user puts it.
    Copy the ENTIRE iTunes folder from the old computer to the new computer.

  • Can not find data in virtual cube

    Experts,
    I can not find data in virtual cube with services function module (copying Z_RS_BCT_FIGL_DATA_GET_VC10 from RS_BCT_FIGL_DATA_GET_VC10).The standard cube is maintained with data.
    Can anybody tell me what could be the reasons the data is coming through Virtua cube.
    Thanks,
    AK

    Hi,
    i_basic_infoprov is the name of the provider where the data is selected from. This must be a basic provider that contains data. What I meant was, create a copy of fm RS_BCT_FIGL_DATA_GET_VC,1 maybe as Z_BCT_FIGL_DATA_GET_VC1, and enter the name of this fm in the properties of your virtual cube. For that fm it might also be a good idea to enter a default value for i_infoprov. And this should be the name of your virtual cube.
    regards
    Siggi

  • How can I see if my program is for more than one user? We think we have bought in design for more users, but can not find out how to get in for more than one?

    How can I see if my program is for more than one user? We think we have bought in design for more users, but can not find out how to get in for more than one?

    If you bought a CC for team, you can log in at http://adobe.com and insert the e-mail that you gave at the moment at the purchase and than you can manage and see you product/plan/team.
    If I was not clear you can use the following link to help you solving your issue:
    Creative Cloud Help | Manage your Creative Cloud for teams membership
    If your not clear about this situation, contact with an agent of Adobe, by chat or phone. Use the following link to see the type of support you have on this matter:
    http://adobe.com/getsupport
    I think this will help you.
    Regards

  • I have an ipad2 and we purchased an HP office jet 6600.  I can not connect to print.  In searching the net, I have been advised to get the firmware update but can not find it.  Can you advise?

    I have an ipad2 and we purchased an HP office jet 6600.  I can not connect to print.  In searching the net, I have been advised to get the firmware update but can not find it.  Can you advise?

    Is the HP on the airprint list?
    iOS AirPrint Printers  http://support.apple.com/kb/HT4356
    How to Print from Your iPad: Summary of Printer and Printing Options
    http://ipadacademy.com/2012/03/how-to-print-from-your-ipad-summary-of-printer-an d-printing-options
    Print from iPad / iPhone without AirPrint
    http://ipadhelp.com/ipad-help/print-from-ipad-iphone-without-airprint/
    How to Enable AirPrint on a Mac and Use Any Printer
    http://ipadhelp.com/ipad-help/how-to-use-airprint-with-any-printer/
     Cheers, Tom

  • I need to re download Adobe X ... but can not find the place on the website for such a procedure?

    I have purchased Adobe X ... Now, I need to re download Adobe X ... but can not find the place on the website for such a procedure?

    http://prodesigntools.com/adobe-cs5-5-direct-download-links.html
    You NEED to sign in at this link: https://www.adobe.com/account/sign-in.adobedotcom.html?returnURL=%2Fcfusion%2Fmembership%2 Findex.cfm%3Fpid%3D2159997%26nf%3D1%26nl%3D1%26loc%3Den%26ref%3Dlogin
    then reload the first page BEFORE you can download the Acrobat X

  • I have downloaded 2 rented movies. I can find then in my downloads but can not find then in iTunes. I read the others that have had the same problem an I can't find the rented in iTunes

    I have downloaded 2 rented movies. I can find then in my downloads but can not find then in iTunes. I read the others that have had the same problem an I can't find the rented in iTunes

    Hey rangermikegsm,
    Welcome to Apple Support Communities.
    It sounds like you’re concerned because you don’t see your rentals in iTunes, but they appear to have downloaded. Take a look at the article below and check the Rentals tab in iTunes on your MacBook.
    About renting movies from the iTunes Store - Apple Support
    Find movies you rented previously
    Find your movie on the device you used to rent it.
    On a Mac or PC: Go to the Rentals tab in the Movies section of the iTunes Library.
    On an iOS device: Go to the Rental tab of the Videos app.
    Using Apple TV (2nd or 3rd generation): Look in the top shelf of the main menu.
    Ciao,
    -Jason

  • Hi. i am trying to connect a panasonic kx-mb2061 printer/fax via usb cable to my imac. i got as far as the printer browser but can not find panasonic. where is it?

    Hi. i am trying to connect a panasonic kx-mb2061 printer via a usb cable to my imac. I got as far as printer browser, but can not find panasonic. where is it?

    Mac UFR II Printmonitor
    UFR II Printmonitor is application software that interfaces with the software for the printer, and is installed with the printer driver. You can start UFR II Printmonitor in the following folder to check the printer status, and errors. Refer to the Help how to use the Print Monitor.
    MF3010, MF8000 Series, MF8000C Series, MF8300 Series, MF8300C Series:
    Print Monitor: [Library] - [Printers] - [Canon] - [CUPSCMFP] - [Utilities]
    Other Printers:
    Print Monitor: [Library] - [Printers] - [Canon] - [UFR2] - [Utilities]

  • Why my spotlight can not find my personal files ? It can find them before but can not find them now,I want to know why?

    why my spotlight can not find my personal files ? It can find them before but can not find them now,I want to know why?

    From the menu bar, select
     ▹ System Preferences ▹ Spotlight ▹ Privacy
    The list of items excluded from Spotlight indexing is shown (it may be empty.) Click the plus (“+”) icon to add an item to the list. Select your boot volume (under DEVICES) and add it to the list. Then remove it from the list by selecting it and clicking the minus (“-“) icon.
    Spotlight will rebuild the index. If you try to do a Spotlight search now from the magnifying-glass icon in the top right corner of the display, a pulsing dot will appear in the icon. When the dot disappears, the indexing is complete.

  • HT204370 I recently purchsed Black Hawk Down but can not find it anywhere in my purchase history and have cant seem to find where i can download it again without being charged? Please Help!

    I recently purchsed Black Hawk Down but can not find it anywhere in my purchase history and have cant seem to find where i can download it again without being charged? Please Help!

    Hi..
    Check your debit or credit card account to see if the transaction went through, or if you purchased from the balance of a redeemed gift card, see if the amount of purchase was deducted.
    Account Home - Apple Store (U.S.)

  • I have bought the CS5 but can not find serialnumbers for the whole suit. Only for PS.

    I have bought the CS5 but can not find serialnumbers for the whole suit. Only for PS.

    Hi,
    Which CS5 suite have you purchased?
    This document has guidelines on locating your serial number depending on the mode of delivery of your purchase:
    Find a Serial Number
    You also mention that you are able to locate the serial number for Photoshop. Did that come as a part of the suite or did you purchase Photoshop as a standalone application?

Maybe you are looking for