Append datasource seen in bw, not visible in rsa3

Hi experts,
This is very weird. I appended a datasource based on view from table KNBK (Customer Master Data - Bank details). I had to append a field as per the new requirements, knbk- xezer (indicator). I wrote the code in user exit to do so, replicated datasource, saw the new field in infosource as well, uploaded data to master data. The new field was empty.
When I check the datasource in R/3 side with rsa3, the appended field is not getting displayed. I wonder why.
This is the code I used:
tables: knbk.
data: wa_customer_bank type ZOXID30143.
case i_datasource.
when 'zz_ds_customerbank'.
select single xezer
              into wa_customer_bank-zzxezer
              from knbk
              where kunnr = wa_customer_bank-kunnr
              and banks = wa_customer_bank-banks
              and bankl = wa_customer_bank-bankk
              and bankn = wa_customer_bank-bankn.
endcase.

Whenever you append a datasource, those fields will  not be shown in RSA3 by default. You have to add those fields to the display options by going to SYSTEM -> LAYOUT -> CURRENT.
As for the new field not being displayed in the master data table, try activating the master data.
Hope this helps.

Similar Messages

  • DataSource is saved, but not visible in BW under the node NODESNOTCONNECTED

    When activating a datasource, I received the following message: 
    Message no. R8418
    Diagnosis
    You tried to assign a DataSource to the application component DM. This application component is, however, not entered in the RODSAPPL table as an application component.
    System Response
    The DataSource is saved, but is not visible in BW under the node NODESNOTCONNECTED.
    Does anyone know a work around for this?
    Thank you.

    Hi,
    you are missing Application Component Hierarchy in your BW System which is stored in tables called RODSAPPL and RODSAPPLT (for the texts).
    First try to replicate the DataSources/Component Hierarchy from the Source System.
    Goto RSA1 -> Source Systems -> Replicate DataSources
    Goto DataSources again and try to activate.
    Take also a look:
    534894 - Replication of application components and DataSources to BW
    350024 - BW-OLTP-APCO: Frequently asked questions (FAQ)
    Hope this helps.
    Regards
    Andreas

  • Data for 2LIS_03_BX not visible in rsa3

    I am loading data for 0IC_C03 cube. For the same I am doing setup table filling activity.
    Tto initialize the stock I ran satup table for 2LIS_03_BX and I got 150 records transfered to BW extraction. now when I execute rsa3 transaction to check the records for 2LIS_03_BX I can see 0 records extracted.
    What would be the problem?
    Regards,
    Nirav Shah

    HI
    you can get good information in below discussion:
    How to view setup table data????????????
    How to cross check setup table data
    how to check filling setup table successfull
    Ravi

  • Enhanced field was not visible in DataSource

    Hi ,
    I Enhanced one field to DataSource, But it is not visible in that datasource.
    T
    he procedure which i followed is:
    RSA6 -> Select DataSource -> Click on "Enhance Exctract Structure" -> It will show Append Structure -> Continue -> Add filed -> Activate + Back
    When i checked again the same datasource it is not showing the appended field.
    Can any one suggest me, wht can i do now to see that  Added filed to DataSource.
    Thanks and Regards
    Rajesh

    Hi Rajesh,
    go to LBWE Lo cockpit there u find the Datasource click on the link there u find the appended field is marked as Hide and Field only Check boxes u can un mark the Hide check box and activate the data source u find the appended field.
    i hope this will help u
    Thanks & Regards,
    Ramesh

  • Datasource not visible in rsa1

    Hello,
    my datasources are not visible in rsa1 -> source systems.
    I tried replicate, check connection, repair connection, run report RSAOS_METADATA_UPLOAD, upload metadata, etc.
    Now I have no clue.
    In roosource datasourse is active (in sourcesystem).
    Any idea?

    Wow!! I loved the way it works :).
    I was trying all sorts of things to find out where did my datasource go. then i stumbled upon your recommendation Yogesh. And it did work. everything appeared perfect after i logged off n then login.
    Thanks a lot Yogesh.
    next time when I get a weird error the first thing i'm goin to do is to log off.

  • Some of the Master Data Attributes DataSources not visible in RSA5

    Hi Experts,
    After installation of R/3 ECC 5, some of the master data attributes datasources are not visible in RSA5.
    Do i need to do any other settings to get them.
    Awaiting response....
    Thanks in advance.....
    Rafi

    Hi Prakash,
    Thanks for quick response. I have checked those tables. i found that i have same datasources as it is in RSA5.
    For example: i have 0SALE_DIST_TEXT in both RSA5 and ROOSOURCE, how i can have the attributes for the same.
    also i don't have attributes datasource for Customer Group1...5, Material Group1...5, sales office etc.,
    Anticipating your response,
    Thanks
    Rafi

  • Event Management Datasources 0SCEM_1 ,2 ,3 not showing any data in RSA3.

    Hi Experts,
    I am trying to load SC Event Management data into BW.
    On the source system side , I did following thins, Still I'm not finding any data in RSA3. 
    a)  Use Tcode- /SAPTRX/BWGS and
    i) Set the BW upload mode to V1 u2013 Direct Delta Upload
    ii) Activate the BW upload for the extraction structures /SAPTRX/BWTFSEE, /SAPTRX/BWTFSEG, and /SAPTRX/BWTFSEH.
    iii) You must generate the DataSources for all the extraction structures (/SAPTRX/BWTFSEE, /SAPTRX/BWTFSEG, and /SAPTRX/BWTFSEH) for which appends have been changed or created. To generate the DataSources, in the dialog structure, choose DataSources Generation for the relevant extraction structure. If you use the standard appends without modifications, you do not have to generate the DataSources.
    b) Initialize set up tables for EM upload using Tcode- /SAPTRX/BWID
    c) The three setup tables must be filled with the relevant data for the respective event handlers. This enables the initial data upload to SAP NW BI. The parameter for the BW upload has been set to u2018 u2019 for the BW Upload Rule. This indicator specifies that an initial upload is carried out. This is executed Tcode- /SAPTRX/TSC0TR.
    d) Afterwards trigger the initial loading using Tcode- /SAPTRX/BWIU.This transaction sends the BWUPLOAD event to all the event handlers selected according to the
    specified selection criteria. Note that even inactive event handlers can be selected. The system collects all the relevant data (according to the rules in the BW profile) for the selected event handlers (those for which the BWUPLOAD event has been reported) and stores the data in the three setup tables.
    e) You must check if the parameter for the BW upload is set to delta upload using Tcode- /SAPTRX/TSC0TR
    Still I'm not seeing any data in RSA3. Can any one please help me to extract the data into BW side.
    Regards
    Akki.

    Hi,
    You can below link from extraction , It may help.
    http://wiki.sdn.sap.com/wiki/display/SCM/SAPEMIntegrationwithSAPNetWeaverBI
    Regards,
    Satya

  • Print button is not visible in RDLC report

    hi
    I am developing web application in Visual studio 2012 ,.net framework 4.5,C#.net
    I have designed RDLC report for web application,in report viewer i have given showprint button = true, in browser print is not visible in all the browser.
    How should i give Email functionality in report,is there any sample code for email.
    How to overcome the above two problems,print and Email
       <rsweb:ReportViewer ID="ReportViewer1" runat="server"  Font-Names="Verdana" Font-Size="8pt" 
                InteractiveDeviceInfos="(Collection)" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" 
                    BackColor="#CCCCFF" ShowPrintButton="true"  ShowPageNavigationControls="True" 
                ShowBackButton="True" ShowCredentialPrompts="True" ShowDocumentMapButton="True" ShowExportControls="True" 
                ShowFindControls="True" ShowParameterPrompts="True" ShowPromptAreaButton="True" ShowRefreshButton="True" ShowZoomControl="True"  >
               <LocalReport ReportPath="Report1.rdlc" >
                       <DataSources>
                           <rsweb:ReportDataSource />
                       </DataSources>
                    </LocalReport >
            </rsweb:ReportViewer>
    Thanks&Regards,
    Radhika

    Hi Om Prakasah,
    If I understanding correctly, you created a ReportViewer report, but you can’t see print icon when you run the report in browser. If so, please follow these steps:
    If you can’t see the print icon either when running the report in visual studio, you may have set ShowPrintButton to False in Properties window, then please set it to True.
    If there is print icon in visual studio but not in browser, please update the .NET Framework on your web server to the latest version, because the print icon is by default hidden in some version of browser. For more information, you can refer to the relevant
    link below:
    http://blogs.msdn.com/b/selvar/archive/2013/12/20/reportviewer-2012-control-not-showing-print-icon-when-viewed-from-ie-11-desktop-mode.aspx
    If the problem is not resolved, i would appreciate it if you could give us detailed description of your problem, it’s better to provide the version of ReportViewer and browser, it will help us move more quickly toward a solution.
    Thanks,
    Wendy Fu

  • Follow-on documents are not visible in MIRO in TEST server, awsys = PRD300.

    Dear Experts ,
    The Test Server was refreshed around mid-June 2011 with data of
    Production Server. The follow-on documents are not visible for the
    invoice documents in MIRO in TEST server due to value in tables
    BKPF,RBKP : field : AWSYS = PRD300 .
    The newly created Purchase Orders after the refresh, the accounting
    documents can be seen for the Goods Receipt (MIGO_GR-display) and
    Invoice documents (MIRO).
    we had already raised this issue in March & got the feedback from SAP
    as shown below.
    accordingly we have developed & run the program "zzlogsys2" which
    updates the Logsys/Awsys field from PRD300 ( of production server ) to
    that of the current server i.e. TST300 as required.
    after which the FI documents for the material documents are visible in
    MIGO,but follow-on documents are not visible for the invoice documents
    in MIRO.
    we have Checked notes 781498 and 28958 to see if the logical system is
    correctly assigned , where we found that in table RBKP after entering document number, Fiscal Year , the
    Field AWSYS is "PRD300" & not "TST300" as it should be. We will take up the activity of updating table RBKP
    also as we are currently doing for tables MKPF & BKPF.
    But to have clear picture as to what we are doing is correct , pl
    advise about the following :
    1) Is it a correct process done by our SAP-Basis team , that every time
    any Server ( e.g. Test or Quality ) is refreshed with Production server
    data, the Field AWSYS in various transaction tables gets value as
    "PRD300" which then is required to replaced by running program such as
    ZZlogsys.
    REPORT ZZLOGSYS.
    TABLES: T000, MKPF.
    DATA: NEW_SYS LIKE MKPF-AWSYS.
    PARAMETER: OLD_SYS LIKE MKPF-AWSYS.
    SELECT SINGLE * FROM T000 WHERE MANDT EQ SY-MANDT.
    NEW_SYS = T000-LOGSYS.
    CHECK NOT NEW_SYS IS INITIAL.
    UPDATE MKPF SET AWSYS = NEW_SYS
    WHERE AWSYS = OLD_SYS.
    WRITE:/ 'Number of updates: ', SY-DBCNT.
    2) if the above process is correct & normal , then which are the other
    tables in a particular server ,apart from tables MKPF,BKPF,RBKP , which
    needs to be updated the value of field "AWSYS" in the same way
    replacing value "PRD300".
    3) if the process in point no. 1 is not correct , then what is the
    correct process that the Basis team can do while refreshing any target
    server with production data so that target server retains its value in
    Field AWSYS & not showing "PRD300".
    With 3 servers TEST,DEV & Quality , recently refreshed with production
    server to bring all servers in Sync for a HR patch application, we have
    this situation now in all 3 servers .
    Thanks in advance ,
    Anil Shanbhag

    It is appropriate to move this thread from ERP-MM to [Enterprise Resource Planning (ERP)|Enterprise Resource Planning (SAP ERP);
    Edited by: Jeyakanthan A on Jul 7, 2011 4:56 PM

  • Photo gallery menu button not visible (black on bl...

    Lately (I don't know when it changed because before it was not like this) there is some strange behavior on my N8 when viewing photos in the gallery.
    If I chose a photo to view and then tap on screen to get the options I don't see the two buttons at the bottom of the screen (Options and Back buttons). I found out that the buttons are present but they are in black - meaning they are not visible if there is no picture covering those parts of the screen (see attached photos). They are only visible if the background is very bright (white).
    Is there any settings to change this annoyance?
    P.S. The same is true if I open pictures in Photo Editor.
    Attachments:
    P1050880.JPG ‏1634 KB
    P1050881.JPG ‏2361 KB

    Okay, I've tried .ac3 audio and I get the same result.
    I had a friend of mine try this test. He had two different Progressive scan DVD players. It played perect on one and showed these errors on the other (the audio not playing and the text appearing in a different font). He said it had somthing to do with the progressive scan settings of the player. One player could switch to this type of DVD and the other one could only do it manually in the menu screen. He said that even hollywood DVDs do this on these types of DVD players. Since I have NEVER seen this problem before what could he be talking about? And why would previous versions of DVD's that I have made in DVD Studio Pro 1, 1.5 and 2 work fine on these same DVD players?
    This is driving me nuts. Why would one DVD player play the DVD perfect and another one play the video fine, but mess up the audio and text buttons on the menu?
    Other people I have talked to stay that it may be the media it is burned to, but I'm using the same DVD media that I have always used?
    Please help!

  • Default values for static report parameters are not visible when scheduling

    Hello
    Crystal Reports 2008 Dev
    Crystal Reports Server 2008
    When I publish a report to the repository and then try to schedule that report, the default value that I have set for a static parameter in the report is not visible.
    In the Parameters section of the Scheduling wizard this parameter is marked as [EMPTY]
    However, when I View the report (right click and select View) from within Infoview, the parameter default value is visible
    I have published in the following 3 ways:
    Publishing Wizard
    File > Save As > Enterprise from withing Crystal Reports Dev
    CMC > Folders > Add > Crystal Reports
    The results are the same for each method of publishing.
    To try to eliminate any DB issues etc i have created a report that is not attached to a datasource. 
    This test report has one Static parameter. 
    I have set 3 values for its list: Entry A, Entry B, Entry C
    Entry X is set as the parameter Default Value
    The parameter is placed in the details section of the report
    When the report is Viewed it will prompt for parameter entry, with the default value present
    When I try to schedule the report is will not have an entry for its parameter
    It seems to me that the default values for parameters should be retained from report design through to report schedule, especially when the default values are retained from report design to report View
    Is this a config problem that i have ?
    Can anyone help me with this ?
    Best regards
    Patrick Coote
    Edited by: PATRICK COOTE on Oct 2, 2008 2:08 PM
    Edited by: PATRICK COOTE on Oct 3, 2008 9:23 AM

    Hi Robert
    Thanks for the reply and apologies for not responding sooner.
    What i have found is that if i use Publishing Wizard to upload reports it is then possible to set values for prompts during the last step of this process.
    Although this is a bit clumsy, it is sufficient for now
    Best regards
    Patrick

  • Work items are not visible  UWL task are visible in tracking in portal

    HI
    Friends
    i  am new from sap Ess/Mss implementation project...
    i am facing an Problem " Work items are not visible under UWL in portal overview page"
    but i am configured  all the ess/mss related things....and also Created for one user for Requester(send Leave Request)...and one more user for App-rover(Apporve an Leave)..
    Requestor send an Leave through portal send it successfully......but i am facing  a problem in uwl under work items are not showing in overview page...but in tracking work items are (Leave request)showing.....work items are not showing in uwl TASK(VERY PROBLEM)...
    i am configured and also registered UWL IN PORTAL..it is good..
    in sap ecc i can assigned UWL_SERVICE user to roles
    1.SAP_BC_BMT_WFM_UWL_ADMIN    
    2.SAP_BC_BMT_WFM_UWL_END_USER
    3.SAP_BC_ADMIN_USER
    4.SAP_BC_UWL_SERVICE
    PLEASE HELP ME.
    Tanks
    Shaik Rafi

    Hi All,
    In such cases, please try to check as below :
    1) Create Leave request work item from Employee and check the same under the UWL Tracking tab of employee.
    2) Log-in to swi5 transaction of the respective back end system and give "US" -> manager's UserID -> Choose Tasks to be completed from the drop down -> Remove any date if mentioned -> Execute.
    3) Here if you can see the Leave request created, but not on the portal, it reflects some portal issue like sync.
    4) If no leave request work item is seen here, then there is a problem in the employee manager mapping or the workflow setup.
    5) In such cases, you can try to check the Swi1 and check the log of that workflow to understand the current status of the Leave request.
    Revert if further help is needed with more info.
    Reward points if found useful.
    Regards,
    Shri vidya S

  • HT201320 Re: I compose in yahoo using safari but the attachment icon is not visible, I compose in yahoo using safari but the attachment icon is not visible

    i compose email using yahoo thru safari and the attachment icon is not visible
    from apple ONLINE HELP they told me yahoo version is different than the ipad version??????????
    then today they told me not to go thru safari but use the yahoo email app
    tried that as well and still no icon of attachment is seen.
    PLS CAN SOMEONE HELP AS TO HOW DOES ONE SEE THE ICON FOR ATTACHMENT....as even the apple store guys are unable to help

    Iam trying to attach normal files

  • Customized fields Not visible in GUI but visible in PCUI why

    Hi,
      Can anybody help me, i have a problem which is as followes,
    I Enhanced Three fields for Campign in CRM Throw EEWB, these three fields are not appearing in GUI but its appearing in PCUI. 
    Can some body can give me  valueble inputs to solve this issue.
    Thanks & Regards,
    Sivakumar.

    Hi Suyash
    In the TS, on the right side, see if these fields are part of the DS.
    If yes, then click on them and drop them on the left, in the Transfer structure.
    If they are not availabel in the Datasource, then go to RSA6 in R/3 and see if the extract structure of this DS has these fields hidden, i.e if theres a check mark on hide coloumn....
    If these fields are not visible in the extract structure then let me know
    Regards
    Prakash
    Assigning points on SDN is a way of saying thanks !!

  • MSPS 2013 - related a document to the project tasks - Icon is not visible in project schedule

    When adding a document (related Items) to the project tasks in a project schedule at the task does not see the icon of the document.
    Although the icon issue or risk when binding is visible.
    And the icon is also seen in the "Projects Center"
    Also related items are not visible in the "Tasks" (http://server/PWA/Tasks.aspx) from the user.
    Attachments
    View, add or edit related information such as documents, issues, or risks.
    Issues
    Title
    Due Date
    Status
    Risks
    Title
    Due Date
    Status
    Documents
    Title
    File Name
    Status
    Maybe someone know why it don't works?

    Anyone can reproduce this steps on Project Server 2013:
    * Upload document to project site document library
    * Open project plan for editing in pwa, add to any task related item – uploaded in previous step document
    * Save and publish project
    Than check in project schedule and project center – icon associated document to task and project.

Maybe you are looking for