How can we disable a particular field in BI,BCS Report in Portal

Hi Friends,
I have one doubt in Portal.
How can we disable a particular field in BI,BCS Report in Portal depending up on user.
For Exam: In Our Application can we divided in to 3 Categories. Managerial, Regional and Supervisor.
Manager having all authorizations. So here I donu2019t have any problem.
When Regional Manager logs in portal Depending up on that Regional Plant number will be in Disable mode.
EX: India Regional Manager logs in portal Plant number Files == IND123 Like in BI Report
       UK Regional Manager logs in portal Plant number Files == UK154   Like in BI Report
When Supervisor logs in portal Depending up on that Regional Plant number will be in Disable mode and also Company Code also in disable mode
EX: India Supervisor logs in portal Plant number Files == IND123 Like in BI Report and also Company code input file is ABC is in Disable mode
    In India Another Supervisor logs in portal
India Supervisor logs in portal Plant number Files == IND123 Like in BI Report and also Company code input file is ASD is in Disable mode
       UK Supervisor logs in portal Plant number Files == UK154   Like in BI Report and also Company code input file is XYZ is in Disable mode
This is my Req; How can we do there. Could you help me.
Give me these Ans:
1. Is it Feasible in portal.
2. Depending upon user we can disable particular filed in Portal.
3. Can we find out who is login in Portal. by Using BI System. in WDJ We can Find out Like IUSER Code Same as BI Developer also Find it. Is it Possible or not.
Regards
Vijay Kalluri

no

Similar Messages

  • How can we read the screen field values from the report selection screen wi

    Hi expart,
    How can we read the screen field values from the report selection screen with out having an ENTER button pressed  .
    Regards
    Razz

    use this code...
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_posnr.
    **Read the Values of the SCREEN FIELDs
    CALL FUNCTION 'DYNP_VALUES_READ'

  • How can i disable some text and item in the reports from printing

    i have a requirment to prepare a report for cheque printing on a formatted cheque paper..so i want the data should be printed in the paper not the whole thing..how can i do this...
    it is like this
    Name:- <coming from database>
    Address :-
    Rs :-
    in printing i need only the data not Name,Address and Rs headings..
    plz help me out??

    Hi,
    The usual method to influence whether an item should be printed or not is to adjust the function which lies underneath the item (simply return FALSE when you don't need it. You can also adjust the input and then return TRUE). I hope this will help you to solve your problem.
    Regards,
    Vincent ([email protected])

  • How to keep hotspot on particular field in alv interactive report

    hi all,
    i have a small requirement.i developed one interactive alv.in vasic alv wheni click on sales order number it shows secondary alv.but here i would like to keep hotspot symbol so user can understand that he has to click on this sales order number only.
    any body can send me the sam ecode please.
    thanks,
    maheedhar.t

    hi...
    here is an ALV report i did with hot spot!!
    (only a part of my entire report)
    tables: marc.
    types : begin of DISP,
            SLNO TYPE I,
            werks type MARC-WERKS,
            matnr type MARA-MATNR,
            maktx type MAKT-MAKTx,
            mtart type MARA-MTART,
            volum type MARA-VOLUM,
            ntgew type MARA-NTGEW,
            ersda type MARA-ERSDA,
            laeda type MARA-LAEDA,
            end of DISP.
    data : it_disp type table of disp,
           wa_disp type disp.
    Data: it_fcat type slis_t_fieldcat_alv,
          wa_fcat type slis_fieldcat_alv.
    parameters : p_werks type marc-werks.
    IF p_werks IS INITIAL.
    MESSAGE I000(Z_errors).
    ELSE.
    select MARC~WERKS
           MARA~MATNR
           MAKT~MAKTX
           MARA~MTART
           MARA~VOLUM
           MARA~NTGEW
           MARA~ERSDA
           MARA~LAEDA
    from
    MARC inner join MARA
    on marcmatnr = maramatnr
    inner join makt
    on marcmatnr = maktmatnr
    into corresponding fields of table IT_DISP
    where marc~werks = p_werks and spras = 'EN'.
    IF SY-SUBRC = 0.
    PERFORM display.
    ELSE.
    MESSAGE I001(Z_errors).
    ENDIF.
    ENDIF.
    form display.
    LOOP AT IT_DISP INTO WA_DISP.
    MOVE SY-TABIX TO WA_DISP-SLNO.
    MODIFY IT_DISP FROM WA_DISP TRANSPORTING SLNO.
    ENDLOOP.
    wa_fcat-col_pos = 1.
    wa_fcat-fieldname = 'SLNO'.
    WA_fcat-SELTEXT_L = 'SLNO'.
    wa_fcat-tabname = 'IT_DISP'.
    wa_fcat-ref_fieldname ='SLNO'.
    *wa_fcat-ref_tabname = ''.
    <b>wa_fcat-hotspot = 'X'.</b>
    append wa_fcat to it_fcat.
    clear wa_fcat.
    the line in bold is wat which wil enable hpt spot for ur ALV display!
    try out.
    reward if my ans is useful.

  • How can I disable ctrl+alt+del and other keys

    I need help on how to disable some keyboard key combinations (ctrl+alt+del)in particular. Disabling other keyboard keys is equally welcomed.
    Also how can I disable Windows 2000/XP's Task Manager from exposing my running program to be terminated.
    Thanks

    I need help on how to disable some keyboard key
    combinations (ctrl+alt+del)in particular. Disabling
    other keyboard keys is equally welcomed.This is not a java question per se. I would recommend searching on MSDN or some such site to figure this out.
    Also how can I disable Windows 2000/XP's Task Manager
    from exposing my running program to be terminated.This can be done by limiting the permissions of the Windows user that you would like to prevent from doing this. The user manager lets you do this.
    >
    ThanksNo problem.

  • How can I disable the event sound played when a new window is opened?

    When Firefox starts, or when a new window is opened there is an annoying click.
    How can I disable this?
    The only way I have been able to stop it is by disabling all event sounds from the control panel but I'd rather just disable this particular sound.

    No, it's Windows XP. Hmmm, I don't know! I only started noticing it recently and as far as I remember, the only new add on is NoScript. I found the event that was being triggered (Start Connection) and disabled the sound in Windows. So the problem is solved in that I don't have the annoying sound ... but don't know why it started and hope nothing sinister is going on.

  • CUA - how can I disable child system user record RENAME?

    I have setup CUA.  How can I disable SU01/RENAME from the child system?  If a user is Renamed directly in the child system, the new record is unlocked and can be edited in the child system.  These new records are now out of sync with CUA master data.
    I dont see an option for 'rename' in SCUM.
    Is this how CUA is supposed to work, or can the rename function be disabled?
    Thanks.

    Ben,
    We have installed CUA on solution manager 4.0, the back end (child) system is R3 4.7.
    My CUA SCUM shows seperate tabs for Address and Logon data.
    On the Address tab Ive set everything to global, its a long list.
    On the Logon tab all fields, except for inital password, are set to 'global', inital password is set to 'everywhere', to allow changes directly in the child system.
    Just about everything seems to be working, except this RENAME problem.  The users are greyed out in the child system, the create button doesnt even exist anymore in SU01 in the child system.  Syncing between the CUA and Child systems is working as I expect.
    Any suggestions?
    Thanks for the quick response.

  • How can we disable info area when we're opening query ??

    Dear All,
    It's regarding authorization in query designer.
    I've already created roles .. So if user's opening the query, they can see their authorized query in roles group.
    But ..
    When they're opening the query, they also can search the query by info-area. When they search the query by info-area, they can see all query.
    My question is:
    1. How can we disable the feature to seek the report by info-area ??
    2. Do you know what the authorization is for maintaining part ??
    Regards,
    Niel.

    Hi Niel
    You can try the S_RS_FOLD authorization object.
    Definition
    With this authorization object, you can deactivate the general view of the 'InfoArea' folder. Then only the favorites and roles appear in the BEx open dialog for queries. The view of the InfoAreas is hidden.
    Defined fields
    The object contains a field:
    SUP_FOLDER:  Hide the file view if the field is set to 'True' ('X'). If both 'True' and 'False' is selected ('All Values'), the value 'False' is valid, meaning that the 'InfoAreas' file is not hidden.
    Hope this helps.
    Regards
    Gaurav
    Edited by: Gaurav on Oct 13, 2008 6:01 AM

  • How can I use a subsummary field in a calcultaion field in a database ???

    how can I use a subsummary field in a calcultaion field in a database???? I need to use the average I get in my sorted records to make another calculation. Can this be done???
    powerbook G4   Mac OS X (10.4.8)  

    Calculation fields work with data that is contained in a single record.
    Summary fields use data from the same field(s) in a range of records.
    Summary field results can't be used in further calculations.
    You may be able to define a summary field to include the average AND the further calculation that you need, but only if you do not want the results to be placed into a particular record or records.
    A detailed description of the data you want to use and the result you want to achieve might lead to some ideas on whether it can be done, and how to do it.
    Regards,
    Barry

  • How can I disable the keyboard in JTextField

    Hi,
    How can I disable the keyboard when a particular condition is met inside a JTextField ... ??? Pl zzzz help

    You can do like this:
    jTextField1 = new javax.swing.JTextField();
    jTextField1.setText("jTextField1");
    jTextField1.addKeyListener(new java.awt.event.KeyAdapter() {
        public void keyPressed(java.awt.event.KeyEvent evt) {
         jTextField1KeyPressed(evt);
    private void jTextField1KeyPressed(java.awt.event.KeyEvent evt) {
         if(condition){
              jTextField1.setEditable(false);
    }

  • How can I disable the HP Updates Agent from running?

    HP pavilion D4100Y
    Windows XP  SP2 or 3 (not sure)
    No error message
    No recent changes
    Problem: The program "Updates from HP Agent" runs frequently and on no particular schedule, certainly not one I chose.  It takes over my computer for hours and uses most of the CPU, fluctuating from 13% to 87% to 1 etc.3% to 6%, etc. The computer hangs and I cannot use it for anything else. On the HP Updates screen, I set the updates to "NEVER" but that didn't work.  The programs still run. On the Windows Task Manager window the program is called "Updates from HP Agent".
    I cannot find anything about this problem in the support database.
    How can I disable the HP Updates Agent from running?
    This question was solved.
    View Solution.

    Select your start button and in the search box type "msconfig" then select msconfig.exe under programs.
    Look under the "Services" and "Boot" tabs. Uncheck HP update agent, select "Apply" and close.
    I work for HP

  • How can I disable automatic web translations?

    How can I disable automatic web translations? Like when I open up IMDb and see the movie titles automatically translated from English to Croatian?

    I had the same problem, then I changed the order of the languages in intl.accept_languages (about:config), so that the list now begins with en.
    It's all working properly know, also on imbb in particular.
    Cheers,
    Chris

  • How can I disable the output of the domain name after a getent request?

    I use an iPlanet DS 4.13 to resolve the hostnames to IP-adresses in my company network. I have several scipts in use which use the getent command to resolve name to IP, but if I do a 'getent hosts hostname' I get an output like this:
    123.123.123.123 hostname.domainname
    How can I disable the output of the domainname? I just want to get back the IP-adress and the hostname?!
    Help, please?!

    The enrty in Ur DS for name to ip resolution might
    have been given in the format "hostname.domainname" for the hostname.so if U remove the domainname it would resolve to the host name only.Check the attribute field in Ur directory server where U've entered the hostname.

  • How can I disable Firefox from automatically opening on system startup on my Mac - unchecking the "open at login" does not work?

    We have Firefox 10.o on our Macbook Pro OS X 10.5.8. I prefer using Firefox as my browser but my husband prefers Safari for now because of a long history of bookmarks and saved information he doesn't have time to re-do. He is tired of Firefox automatically opening when we start up the laptop, and even when we uncheck the "open at login" it still opens at login every time. He is about to uninstall it because of this. How can we disable? It does NOT show up in our account on the Mac OS as an application that starts at login, so we can't disable it there.

    For those of you running Windows, I found this on another site. (Unfortunately, not before getting totally disgusted and switching to chrome.)
    1. click start (or the windows flag button at the bottom left) 2. in the "search programs and files" or the RUN dialog box, enter "msconfig.exe" or "msconfig". 3. That should open the system configuration program. 4. click the "Startup" tab at the top of the opened program. 5. Under the "startup item" column, look for Mozilla firefox. 6. uncheck that one. 7. Click OK or apply. 8. click "exit without restart". 9. you're good to go.

  • How can I disable imessage from old phone?

    how can I disable imessage from old phone number / iphone I no longer have?

    iMesssage to old phone
    If you move to another phone and forget to turn off iMessage then read “if you no longer have the device in http://support.apple.com/kb/HT5661  If you still cannot resolve it call Apple http://support.apple.com/kb/HE57
    To deactivate iMessage http://support.apple.com/kb/ts5185
    Read http://m.samsung.com/us/support/SupportOwnersFAQPopup.do?faq_id=FAQ00053450&fm_s eq=62995

Maybe you are looking for

  • The waveform of output from file is different from original one

    I've a new question about displaying a waveform from a text file. The waveform which its data is from file is different from the original one. I attached image files which included my two vi files and 3 waveform. In the compressed file, "ReadData_Wav

  • HT4061 restore is failing and I can't get serial # so I can't get on chat for service. Help

    I'm trying to get service, but I can't get my serial #. What to do now? 

  • Different machines, different groups.

    ok.. so we of course have multiple machines and on each machine a user may be in different groups.. but i get errors ie: com.waveset.util.WavesetException: An error occurred modifying user 'USERUSER' on resource 'MACHINE'. com.waveset.util.WavesetExc

  • Unsupported data type

    hello I have column in table type BLOB. I am using that column to store video. inserting video in column was succesfull but when I looked in the table in column type BLOB was this "unsupported data type" . anybody know what's the problem?

  • Oracle 9i - using iSQL keyboard functions??

    Can anyone explain how I can enable the Tab key to tab horizontally across a table page from one column to the next? I have a team of people who need to edit, modify, etc., records in numerous tables in the database via iSQL on a regular daily basis.