Cannot see fields in datasource after creating user exit

Hi,
I have created a view from table and then created a generic datasource from this view. aftre that i appended the extract structure with my key figures (3 fileds) and then populated it by user exit. Now i can see that data is being extracted by user exit( in debug mode), but i dont see the fields in the datasource.
What am i doing wrong,
Please help.
Thanks

Hi Raj,
In case the previous post did not work check whether you have the entries for the fields (newly added) in the table ROOSFIELD for your datasource.
You may need to write a small ABAP program to resolve your issue:
To resolve your poblem you would need to write a small ABAP program:
tables ROOSFIELD.
Update ROOSFIELD set SELECTION = 'X' where
OLTPSOURCE = '<your datasource name>' and
FIELD = '<field which is hidden/missing>'.
Execute the program for each of the field and check the entries in RSO2.
Bye
Dinesh

Similar Messages

  • Cannot see runbooks in SCSM after creating Orc connector

    I have created a orchestrator connector which is using the domain admin account (this is running in a lab). When I create the connector I can see my folders inside the connector and it tests ok. When I run sync I get no start time/finish time status or percentage.
    No errors in the event log and no runbooks appear.
    I am running Server 2012 R2 and SCSM 2012 R2.
    Any ideas?

    Hi,
    Using the Syncronize Now task will queue up a syncronization. If the queue is long it might take a couple of minutes before it starts. If it still doesn't start, you might try to recycle your services and empty the SCSM cache.
    Regards
    //Anders
    Anders Asp | Lumagate | www.lumagate.com | Sweden | My blog: www.scsm.se

  • Creating user exits

    Hi
    I've got next suitiation...
    I installed minisap NW 7.0 and created personal users for 000 and 001 clients. I used for that TR. SU01 by DDIC user.
    Name of my client not BCUSER.
    For my personal clients i made all parameters, roles,profiles such as BCUSER user of 000 client (it was after installation NW 7.0)
    I use my personal client. For BW working i use 001 personal client.
    When i attempt to create user exit (for example: for ench. RSR00001), system requires to enter access key for creating include. It happens in for 000 and 001 my personal client.
    BUT, if i use BCUSER 000 client, system don't requires access key and makes it passible to create and to correct include.
    What i must to do that i could to create user exits using my personal client?
    Best regards!

    Hi,
    Normally you don`t change the 000 client this should remain te standard reference client. You should activate you user exit with the transaction CMOD and SMOD. Then a include will be added so that you can add you code.
    Kind,
    Frederik

  • Screen field (MEPO1211-KONNR) not populated user exit ZXM06U43

    Hi Expert,
                      I have to check  Outline agreement (EKKO-KONNR) in the user exit ZXM06U43 when creating or changing PO. one screen field (MEPO1211-KONNR) is provided for that. But value is not populated  into that field(MEPO1211-KONNR) for this user exit ZXM06U43, its always blank. Infact hole structure (MEPO1211) is blank for this exit. 
    So can anybody provide me the screen field name so I can get the value of KONNR in this exit.

    Hi,
    In the user exit - EXIT_SAPMM06E_012, YOU CAN ONLY DO CHECKS/VALIDATIONS;
    you have a paramter I_BSTYP which hold the type of the document(PO/Out Agreement/PR).
    Paramter I_EKKO will hold the data entered on the screen. It will be the incoming data which can be used to validate.
    TO PASS THE DATA, CHECK the below exit:
    EXIT_SAPMM06E_018 : Import Data from Customer Subscreen for Purchasing Document
    EXIT_SAPMM06E_007/EXIT_SAPMM06E_006: Export Data to Customer Subscreen for Purchasing Document Header
    Hope this helps
    Regards
    Shiva

  • Creating user exit

    hi bw gurus,
    can u plz tell me how to create user exit and wats the actual use of it

    Hi Anna varam
    1) Exits are the place where you can ehnace or modify the standard content or create custom objects where they are not delivered by sap in standard format.
    Normally in exit you write your logic for enhancement and modification of standard content.
    2)
    Customer exit --tc SMOD.
    "The R/3 enhancement concept allows you to add your own functionality to SAP’s standard business applications without having to modify the original applications. SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality. Instead, the customer exits act as hooks. You can hang your own add-on functionality onto these hooks."
    Customer exits are implemented in Z-includes and are ENHANCEMENTS to the system.
    User-exits were firstly intended to be developed for the SD module. You make your coding in includes in SAP namespace (e.g MV*). That's why, user exits are MODIFICATIONS to the system. In includes for user exits there are empty subroutines ( generally with the name convention "userexit_...") and you code using global variables of the main program.
    TC CMOD
    the exits are:
    EXIT_SAPLRSAP_001 for transactional data
    EXIT_SAPLRSAP_002 for master data
    EXIT_SAPLRSAP_003 for texts
    EXIT_SAPLRSAP_004 for hierarchies
    But, generally developers use these terms without this distinction. So, someone may mean a "customer exit" when (s)he says "user exit" or vice-versa.
    And SAP Exit are standard business content exit..like variable 0dat in reporting.
    pdf 'enhancements in sap bw' with steps
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e11994d8b5
    also weblogs on enhancement
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    /people/ajay.das/blog/2005/03/28/custom-fields-in-standard-extractors--making-a-mixed-marriage-work--part-12
    (http://www.ko-india.com/content/weblogs/weblog_custom_fields_1.pdf)
    sap help
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/fe6e420f00d242e10000000a1550b0/frameset.htm
    discussion threads
    Enhancement
    User exit
    Hope this helps you
    Regards,
    Thanks = points in SDN
    Message was edited by:
            samara reddy

  • Steps to create user exit Macro

    Hello,
    Can any share the step by Step procedure to create user exit macro for APO DP planning book.
    Regards,
    Manish

    Hi Manish,
    Please see OSS note 418801.
    Regards,
    Alexander

  • How to create User Exits in ECC 6

    Hi Experts,
    good day, i'm looking for any notes or learning materials on how to create User Exits in ECC 6. please send me the links.
    thanks you for your usual support.

    Hello,
    For information on Exits, check these links
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    Any Basics u wana know abt Enhancements.,.,go through the link.,
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/frameset.htm
    Thanks,
    Swati

  • Creating User Exit Variable in BeX

    Hi All,
    Urgent help required.
    I need to create User Exit for a variable which reads value from other variable value which user enter during pop up.
    Ex: I need get value for the vaiable "ZACTFY" from the variable value "ZSCENARI". Value of this ZSCENARI will be like
    200684
    200693
    200757 ....
    where 2006, 2007 specify year of the forecast value and from (200684) the value 8 refers to 8 months actual & 4  refers to 4 months plan values.
    So if ZSCENARI is 200684 the value for the variable ZACTFY should be in interval. i.e Range for low value should be 001.2006 (always month is Jan and year taken from first 4 digits of ZSCENARI) and hight value should be 008.2006.
    No need to worry about plan values for scenario 200684 plan value will be there only for last 4 months.
    1. Can any one tell me how to do coding for this(pls let me know including declaration).
    2. Also if the value for ZSCENARI is Multiple single values lets say the user enters as 200684,200693,200657.. Pls tell me how we can do coding for this.
    Thank You.
    Best Regards,
    Bhuvana.

    Hi,
    CASE I_VNAM.
      WHEN 'ZACTFY'.
       IF I_STEP = 2.
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
            WHERE VNAM = 'ZSCENARI'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW = LOC_VAR_RANGE-LOW(4).
            L_S_RANGE-LOW+4(2) = '01'.
            L_S_RANGE-high = LOC_VAR_RANGE-LOW(4).
            L_S_RANGE-high4(2) = LOC_VAR_RANGE-LOW4(1).
            L_S_RANGE-SIGN = 'I'.
            L_S_RANGE-OPT  = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
          ENDLOOP.
        ENDIF.
    With rgds,
    Anil Kumar Sharma .P

  • TS3989 cannot see photos in PC after enabled photo stream

    Hi, I have a question regarding photo stream and I am wondering if anyone can offer any help. I already set up an account in iCloud and I have wifi at home, on my iphone I went to the Settings>iCloud>Photos> I turned "My Photo Stream" on, then on my computer I went to iCloud and signed in, I enabled the box next to Photos so the box is blue color instead of white color, then I clicked the "Options" button on the right hand side of Photos and I placed the checkmark besides "My Photo Stream", I can see the iCloud Photos Location is listed as C:\Users\Admin\Pictures\iCloud Photos, but when i went to C:\Users\Admin\Pictures\iCloud Photos, I did not see any pics, I only saw 3 folders named My Photo Stream, Shared, Uploads but when I opened any of those 3 folders, I cannot see any photos, may I ask why? When I open each of those 3 folders, I can only see the file named desktop.ini. I signed in iCloud on my computer the entire time and I have not signed out. Is it because I need to sign in the iCloud app on my phone in order for the photos to download to my computer? Many thanks in advance!

    iphoneuser678679 wrote:
    Many thanks for the great help, I have one more question. I have photos in "Photos" app on my iphone, will iphone automatically create the My Photostream Album o the phone
    When Photos is enable in Settings>iCloud the iPhone will automatically create an album called "My Photostream".
    and automatically upload the photos currently on my iphone to iCloud?
    Please read previous post.

  • Cannot start ODI Designer & Topology after creating Master repository

    Hi all,
    After creating the master repository in ODI, i cannot open all ODI tools such as Designer, Topology Manager, Security Manager e.t.c. The real problem is the fact that no error message is appeared after giving user name and password.
    Could someone help me?
    regards,
    George V.

    Hi,
    After creating the repositories are you directly logging into the Designer or
    Topology.......
    You need to create a work repository connection for ur Designer and topology.......i think u might have missed this.......
    Is it helpful........
    Thanks
    AK

  • How to see the table entries after creating the tansaction XD01

    I creat customer initial screen through Transaction XD01.
    After creating customer initial screen how can i see the yable entries.

    Hi,
    The customer entries are stored in table KNA1.
    Regards,
    Himanshu

  • Need to displaye message "User created successfully" after creating user

    Hi,
    I need to display message "User created successfully" after creating a user in OIM i.e after clicking on create user button, thie message should be displayed. Please guide me in this regard.
    Thanks.

    Hi,
    In ideal situation when you create an user and user gets created successfully the user profile page displayed.
    Now, if you want to show your message on top of that then you need to customize the Create User jsp.
    If you want to show new screen with required message then you need to create an custom screen,action class and some modification in struts framework.
    Regards
    Alabhya Goel

  • Can't see the 'Buy' icon after creating a ringtone

    When creating a rington on my laptop, which is where I have my primary library, I cannot see or click on the 'Buy' icon. I am unable to drag anything on the screen to move that box so that I can buy the ringtone. When I do this on a different pc I do not have this problem, but I need to use my laptop since one cannot evidently load a ringtone from one pc without clearing everything else on your iPhone. Help!

    Change your laptop's display settings to 1024x768 in the Control Panel.

  • Cannot see fields of MCVBAK in LBWE

    Hi
    I have enhanced communication structure MCVBAK with custom appends.
    However, when I tried to bring this fields into Extract structure MC110VAHDR from LBWE, I cannot see the enhanced fields.
    Has anyone faced this problem?
    Regards
    Venkat

    Hi Venkat 
    IS it apperaing in the SE11.
    If not just activate them and relog in to them system and check it mean while
    make sure this should be  in transport request..and make sure of component type
    it should be similar to the table component type.
    Hope itz Helps..!
    Regards
    R M K
    **Winners don't do different things,They do things differently...!**
    > Hi
    >
    > I have enhanced communication structure MCVBAK with
    > custom appends.
    > However, when I tried to bring this fields into
    > Extract structure MC110VAHDR from LBWE, I cannot see
    > the enhanced fields.
    >
    > Has anyone faced this problem?
    >
    > Regards
    >
    > Venkat

  • Office 365 / Exchange Online - Hybrid Setup - On Premise User cannot see calendar of an Exchange Online User.

    Hi All, 
    The below will help if:
    You have a hybrid setup and cannot see Free/Busy info from an On Premise user for anyone on Office 365 / Exchange Online.
    You have your network firewall configured to allow your Exchange servers out through the proxy for O365/EXO url's
    - Get hold of SysInternals PSEXEC from Microsoft. 
    Run PSEXEC -i -s C"\Program Files (x86)\Internet Explorer\iexplore.exe"  (This opens Internet Explorer as the SYSTEM account)
    Goto Internet Options > Connections > LAN Settings and untick the "Automatically Detect Settings"
    Had this bouncing around at Microsoft for a few days until one of the guys tried this and it worked immediately.

    Forgot to mention, the PSEXEC command needs to be run as an Administrator
    Run PSEXEC -i -s C"\Program Files (x86)\Internet Explorer\iexplore.exe"  (This opens Internet Explorer as the SYSTEM account)
    Goto Internet Options > Connections > LAN Settings and untick the "Automatically Detect Settings"

Maybe you are looking for

  • Obtaining Object Methods

    Problem: I am working with a list of class which are all subclasses of an abstract class. I have created an object of each method by the following code: Dent Hor = new Horisontal(); Dent Hin = new Hinged(); Dent I = new Instant(); Dent V = new Vertic

  • FW CS5 - Severe Color Sample Issue

    Howdy, I know there is another thread on color variations when using the color sampler but I am having a severe issue with sampling colors. No matter what I color sample the color it gives back is way off. An example would be purple comes back as a l

  • ((FoX Tv)) Timothy Bradley vs Manny Pacquiao Live Streaming Video Online HD Fight TV

    Timothy Bradley vs Manny Pacquiao Live Streaming Fight Online PPV Channel Coverage  Timothy Bradley vs Manny Pacquiao Live Date: 12th April Bradley's WBO welterweight title Enjoy This Live Game Here Welcome to everyone to watch this exciting Boxing M

  • CCM2.0 Config in NW2004S (PI7.0) - Configuring a second scenario problem

    Hi, While trying to complete the CCM 2.0 configuration in our XI system I’ve reached a problem that I don’t know how to solve. I had originally configured the CatalogeUploadOnWAS700 scenario and now I’m trying to configure the MasterDataInclusionInCa

  • Logic Express quits when try to use loop browser

    Hi, just installed Logic Express 7. Went to use the loop browser - selected a genre and then I get a message saying the program has unexpectedly quit. Any ideas please? Thanks, Mike