MI 7.1 GETLIST filter by user

Hi experts,
I'm trying to send to the user getlist RFC sync (I'm adding it as a default in the backend, taking it from "Object Data Communication header field SEND_USR" I put a breakpoint on the call of meteodo "GET_KEYS" of adapter class and after making a "delta download" I see in the debugger that the structure "mbo_message_comm_hdr" is completely empty, what's going on?
regards

Hi,
Are you doing a Key Push?
Regards,

Similar Messages

  • Disabling a  Filter on user selection

    HI,
    I have two columns of which one is a flag (y/n) and another is a date . i want the user to see the report containing both these columns filtered on the basis of Flag .i.e. when a user opens that report he should see all the values corresponding only to 'flag='y' . I also want the user to view reports on the basis of a date which he chooses from the calendar . I have implemented the same using a calendar prompt on the 'date ' column. The challenge is that whenever a user chooses any date , he shud also be able to view records for flag=N' . i/e. the flag filter should get disabled on his selectioN.
    Can anybody help me out if its possible ?

    Hi,
    If I am understanding you right, you can try the below option:
    In your report, currently there would be a static filter on flag='Y', but you need to include both 'Y' and 'N' flag values in filter when user selects a particular date on dashboard. If this is what you are looking for then, assign a presentation variable to the date column in the dashboard prompt (say varDate). Next in your report, add another filter. This filter would apply flag='N' clause in case if date is selected in the prompt. Hence in your report you should have filters like one given below :
    FlagColumn = 'Y'
    OR
    FlagColumn = case when '@{varDate}{1900-01-01}' <> '1900-01-01' then 'N' end
    Thanks

  • OBIEE BI Answers: Query filter on USER GROUP

    Hi,
    I have following problem.
    In Administration Tool i've defined a catalogue and I have associated to it a User Group "Ter Group". Then I have attached to this group a user with credentials: Username="Ter User" Password:"Ter".
    So in Answers i log in as Ter User , Ter to see the catalogue and create my request.
    Now, I must filter query generated by requests, on User Group to which belongs the User and not on User Username (so i can't use default session variable :USER which retrieves value filled in log in form).
    For example if I have another group "Quarter Group" with a user "Quarter User" with credentials: "Quarter User" Password:"Quarter". If I log as "Ter User" - "Ter" i must retrieve value "Ter Group", but if I log in as "Quarter User" - "Quarter" I must retrieve value "Quarter Group".
    How can I retrieve this information?
    Thanks
    Giancarlo

    Hi Alastair,
    I've used nqudmlexec.exe in following way:
    I've created a txt file userexport.txt:
    DECLARE USER "MFNC44R288" AS "MFNC44R288" FULL NAME {Automatic Import} PASSWORD 'MFNC44R288' NEVER EXPIRES HAS ROLES ("Group ASL AVELLINO") PRIVILEGES (READ);
    where Group ASL AVELLINO is the group which must contain the user.
    I've launched script as following:
    nQUDMLExec -U Administrator -I "C:\Documents and Settings\giancarlo murino\Documenti\userexport.txt" -B "C:\OracleBI\
    server\Repository\TerPermissions.rpd" -O "C:\OracleBI\server\Repository\TerPermi
    ssions.rpd"
    where TerPermissions.rpd is the repository to modify.
    Procedure completes successfully, and I can view my new User under Administration Tool.
    So in Answers I log in as:
    Username: MFNC44R288
    Password: MFNC44R288
    but i see error: Authentication failed
    But if I log in as:
    Username: MFNC44R288
    Password: <empty>
    I can access.
    Why password setted in my txt file is skipped? What I wrong?????
    All Regards
    Giancarlo
    EDITED: I have modified my txt file and replaced my password MFNC44R288 with your encrypted password: 'D7EDED84BC624A917F5B462A4DCA05CDCE256EEEEEDC97D54A286E822D97C35C7AD5C43AD4F2A09EAC4D07C3A079829F'
    Then in Answers I logged as:
    Username: MFNC44R288
    Password: welcome1 (decrypted password)
    and it works.
    Now I would know which alghoritm have you used to obtain encrypted version of password "welcome1" ?
    Edited by: user5380662 on 8-apr-2010 3.05

  • Filter in User point of view

    Hi ,
    I have set a filter Custom ( Just two values) for Version which is set as user point of view .
    I can see only two values in the FR studio for that report .
    But i have following issues.
    1) When other users/developers login with there credentials the custom filter is not getting applied . That is the other developer can see all the values.
    2) When i run the report in workspace the custom filter does not get set . It shows all the values even though in the design the Custom filter is set.
    please let me know how i can resolve the above issue and is critical for me .
    Thanks and Regards
    Vijaya

    I know what you are referring to. What you did was create a filter only for your user id and not for the report. That option in the FR Studio is very misleading, it makes it appear as if the report was limited to those 2 members. It is only for the user id of the person developing the report when you preview the report.
    What you can do is put Version in the Grid POV. There you can limit the members users will see when they run the report. Unfortunately, it's not very pretty and a bit confusing for users.

  • Can I import the assginment of Essbase Filter to Users/Groups in HSS?

    Hi, I want to assign some Essbase filters to the users/groups in Shared Services. Can I do it in a batch? (Import Utility of Shared Services?)
    Thanks.

    Hi,
    I don't believe you can use the CSSImportExport utility to assign filters to users, this is because even though you assign the filters in Shared Services this information is still stored on the essbase side.
    You should still be able to use maxl to grant the access to the filters even in Shared Services mode.
    e.g. grant filter Sample.basic.exampleFilter to essUser;
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Adding another filter to User Name is Prompted

    I am trying to add an additional filter to a dashboard report that uses User Name is Prompted. I would also like to display opportunities that have the user's last name in the Opportunity Name field. It should not be the current user's name, it needs to be the same name as the Is Prompted Name.
    Any suggestions?

    Hi Prakash,
    it's only since some minutes )
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/implementing resource list filters for flexible ui navigation/index.htm
    Regards,
    Thilo

  • Event filter for user form

    I tried to use the new method (AddEx) in event filter class to add filter to form that I've created myself by referring to formtype, but there is no filter done on this form. Anyone has encountered this problem before?

    The code to create the user form is
    Dim oCreationParams As SAPbouiCOM.FormCreationParams
            oCreationParams = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_FormCreationParams)
            oCreationParams.BorderStyle = SAPbouiCOM.BoFormBorderStyle.fbs_Fixed
            oCreationParams.UniqueID = "MySimpleForm"
            oCreationParams.FormType = "MyForm"
            oForm = SBO_Application.Forms.AddEx(oCreationParams)
            '// add a User Data Source to the form
            oForm.DataSources.UserDataSources.Add("EditSource", SAPbouiCOM.BoDataType.dt_SHORT_TEXT, 20)
            oForm.DataSources.UserDataSources.Add("CombSource", SAPbouiCOM.BoDataType.dt_SHORT_TEXT, 20)
            '// set the form properties
            oForm.Title = "Simple Form"
            oForm.Left = 400
            oForm.Top = 100
            oForm.ClientHeight = 80
            oForm.ClientWidth = 350
    The code to add event filter is:
    oFilter.AddEx("139") 'Orders Form
            oFilter.AddEx("MyForm") 'my form
            oFilter = oFilters.Add(SAPbouiCOM.BoEventTypes.et_KEY_DOWN)
    This code is not working.

  • Filter "Other users" to only show schems that have objects

    I searched thru the forum, but didn't see this request anywhere. It would be nice to have a preference to only display "Other Users" who actually own objects in their schema.
    In TOAD, there's a preference like this under Schema Browser->Data. Their preferences are:
    * Show all users
    * Only show users that own objects
    * Only show users that own objects excluding Synonyms
    * Only show users that own objects excluding Synonyms and Temporary Tables
    This would be really useful for me, as our database has a ton of users that have no objects. :-)
    Thanks for a cool product that works on my Mac!
    --Leif                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    It is great to have this feature, but at our site it is VERY slow - so much so that I thought that SQL Developer had hung.
    I assume that when this option is selected, the query is doing something like select distinct owner from all_objects and when the option is not selected it is querying user_name from all_users?
    It takes only about a second to display our list of appoximately 1800 users (unsorted at the moment :( ) and it took 95 seconds to filter that list to the 235 users that have visible objects (we have ~ 240000 records in all_objects).
    On another point, selecting this option effectively removes an already saved filtered user if it doesn't have any available objects. This seems to include checking against schemas with availble objects when expanding the "Other Users" node, which now takes significantly longer than when this option is not set - taking 60 seconds to expand the node which is filtered to just eight schemas out of the 235 with available objects.
    Going back to the Other Users Filter to switch off this option appears to simply hang SQL Developer for the ~ 90 seconds that it takes to query the list of schemas with available objects.
    I don't know whether it is possible to do something about this sort of performance, but with the performance I am getting at the moment, I won't be using this functionality.

  • Need BADI to filter the User Names in Approval Tab

    Hi All,
    In the PO Approval Preview, I need to validate the user names before getting displayed when the user clicks the button 'Find'.
    Could any one specify the correct BADI.

    Hi,
    You can use BADI BBP_CHNG_AGNT_GET .
    See the foll related threads;
    Re: Replacing approver
    Re: SRM: Add approver - restriction of the selectable agents
    BR,
    Disha.
    <b>Pls reward points for useful answers.</b>

  • GPO - WMI Filter - AD User Attributes

    Hello! I am creating a GPO for shares drives and the only way I can do this for a specific group is by pointing it the AD user account. (The below 2 Attributes have been decided by the AD Administrator)
    General - Office: "Site Location" (this will have 3 different site locations)
    Telephones - Pager: "Home Based"
    The 3 GPOs will be attached at the Home Based OU. Other options has been looked into (AD Groups etc) but this done now work, and the only option is via WMI above.
    Any assistance on how i could create the WMI, and if it is possible as I have never created an AD WMI related query. If i am not clear, please let me know!
    GPO - 2008 R2
    Thanks in advance

    > Hi Alex, yes i have looked at this way. Unfortunately, the OUs are so
    > scattered with other GPO attached at various levels that this is not
    > possible. I may need to look down ILT with an LDAP query so, assumed WMI
    > was the way forward.
    In this scenario, WMI is not the way, but ILT with LDAP queries should
    do the job perfectly :)
    Greetings/Grüße,
    Martin
    Mal ein
    gutes Buch über GPOs lesen?
    Good or bad GPOs? - my blog…
    And if IT bothers me -
    coke bottle design refreshment (-:

  • Sa520 Web filter per user?

    Is there a way in the sa520 to enable HTTP filtering per user or per group?  I simply want to add a "executives" group that do not get blocked out as much as Normal users.

    Hi John,
    If you use the standard Content Filtering of your SA520, then you  cannot segregate client access.  Either all clients are blocked or all  are allowed.
    If  you buy a license for ProtectLink Gateway, then you are able to block a  group of users from viewing certain sites, while predefining a list of  clients that will have access to the sites in question- in this case your Executive Group.  However, they  will have access to all sites.  Clients will either be blocked or  allowed to visit sites that are to be filtered.
    Cheers,
    Julio

  • Homepage processor My messages filter by User status

    Hi,
    For our processor of ITSM (Solman 7.1 SP8),we have tried to undisplay the message with status "confirmed" or "withdrawn" with the Business Role.
    unfortunately it does work, the ticket (with status confirmed or withdrawn) still appear in the homepage of our processor in "my messages"
    We would like to hid ticket with status "confirmed" (closed) or "withdrawn"
    Help would be grateful.
    Thomas

    Hello,
    Sames as
    Run time Error
    -Paul

  • Read Portal User ID in BW report to filter records

    Hi,
    I need to filter my records in BW report based on the
    business partner who logs into Portal.
    (BW report is getting called thur IView in Portal)
    Is there any way i can fetch the Portal User id
    during the execution of BW report? so then i can filter
    records by writing code in user exit.
    I tried using variable sy-uname, but it populates
    the BW user id and not portal user id.
    Please reply if anybody knows solution to this query.
    Thnx in advance.

    Abhijit ,
    My understanding:
    You need to filter the query by the Business Partner ID and not by User name and Business Partner number and BW User ID are both different.
    If you want to filter by User name:
    Why don't you try using SSO through EP and that way you would get the ID of the person logged in.
    If you are using user mapping:
    Or what you could do is maintain the mapping in an info object/table in BW and query against the same.
    If you are using Business Partner:
    Populate the business partner master which will have the user name attached and that way you would be able to get the Business partner ID.
    Arun

  • Project Server 2010 - Project Permissions - Users and Groups filter is not working

    Hi,
    While giving permissions from project center ribbon on a project - Users and Groups filter is not working, we are not able to filter any user.
    I am not sure why this error is occurring  i tried giving permissions by opening the project  but still the same filtering is not happening. Below is the screen shot
    We have installed Service Pack 2 and June 2014 CU recently will this effect ?
    Can any one throw some light on this??
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

    Hi Geetha,
    Which IE version are you using? First I'd try to add the URL to the compatibility mode sites, then to the trusted sites (if it is not done already). Then I'd try to set the default browser as IE8 or 9 (pressing F12, developer tool).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Identifying user selection of drill filter

    Hie Guys,
    I am creating a report that contains a single hyperlink to different reports based on the user selection of the drill filters. I need to be able to identify what drill filter the user selected in the form of a formula so that I can direct the user to the appropriate report when they click on the hyperlink.
    For e.g.
    If user selects drill filter for month, take them  to report 1
    If user selects drill filter for department, take them to report 2.
    If user selects drill filter for Unit, take them to report 3..
    Thanks.

    Hi Jeewan
    First you need to know if a filter selection was made ,
    DrillNumMonth=Count([Month - Key])
    Second Obtain the value of selection
    DrillMonth=ReportFilter([Month - Key])
    Third Evaluate
    =If(([DrillNumMonth]=1; Link_Month ; If([DrillNumDim2=2; Link_Dimension2 .....
    I hope this help you

Maybe you are looking for