How I can restrict 0employee_attr.

Team,
We are revamping our security on Bi,  and one of the issues in HR security on R3 side. I want to restrict 0EMPLOYEE_ATTR  when RSA3 IS EXECUTED. In this way none of the BI team can access to employee's HR data. In other words when I use Tcode RSA3   and run  0EMPLOYEE_ATTR, I should be restricting.
Please advise how to achieve this.
Thanks

Here the magic code . Try out !!
case i_datasource.
when '0EMPLOYEE_ATTR'.
IF SY-TCODE = 'RSA3'. " checking the transaction code
Clear :  I_T_DATA  " Clear the contents
Refresh : I_T_DATA. "delete the contents
ENDIF.
when others.
    exit.
endcase.
Like Oscar siad "when you execute from an infopackage the extractor will be executed directly and the condition will be false and the data will arrive to Bi without problems" . If that is the case it should work .
Good luck !

Similar Messages

  • How We can restrict the max no of Selections in JList

    Hi,
    How We can restrict the max. no of selections (at random selections) in JList (ex. max No of of selections is 3 in a JList of having 50 items.)
    Thanks for your advise in advance.

    Hello Satyaki De.
    Thank you very much for your suggestion but my Private information is totally apart from this question & I already I have changed each and every information from the question.
    Thanks
    Kamlesh Gujarathi
    [email protected]

  • How i can restrict to delete network if PR was assigned.

    Dear Experts,
    How i can restrict to delete network if PR was assigned for that network in CJ20N.

    Hi....
    i assume you have  created a exit project in CMOD and then implement the exit mentioned.
    Could you add the following code in your exit code
    IF SAP_ACTVT = '06'.
       SAP_X_ACTVT = ' '.
    ELSE.
       SAP_X_ACTVT = 'X'.
    ENDIF.
    and please also activate it..
    what happens if you try to delete the network in this case?
    Cheers
    Panagiotis
    ps: activity 06 is the deletion. That means if you try to delete the network the system would popup an error message not allowing the deletion.
    (i have tried it and it works)

  • How we can restrict generation of schedule line if Target Qty is reached.

    Dear Gurus,
    What is the Exact Role of Target Qty in Scheduling Agreement.
    I have an issue here is even if the Target Qty is reached , system generates schedule lines through MRP.
    How we can restrict the generation of schedule line if Target Qty is reached.
    One way is to control though source list. But this option is ok if I am handling few items. But If there are more than thousand items , then it will be difficult to remove from source list one by one .Also I have to track all those items whose target qty is over.. If u get any other way to handle this please let me know.
    Please help in resolving the issue.
    Thank you
    regards
    Amar

    Hi,
    I have checked ,and aslo saw Note 83343 -but no solution yet.
    But I thik system will generate schedule line or PR (through MRP) if there is requirement.
    Since if in  the material master is MRP relavant field are maintained and source list is maintained with proper in indicator .
    Then whenever there is any MRP relavant Change (Goods issue , Receipt etc)  , an entry will be made in planning file entry (NETCH,NETPL) and system will generate schedule .
    Hence to resolve the subject issue ,it is better to remove the the item from souce list and MRP (No Planning -ND).then system will not genrate Schedule.
    Thank you
    regards
    Amar

  • How we can restrict record in CTL file on the basis of other table ?

    Hello all,
    How we can restrict record in CTL file on the basis of other table ?
    Eg.
    I have following control file to load the records in the table through the sql loader.
    LOAD DATA
    INTO TABLE THIST APPEND
    FIELDS TERMINATED BY "|" TRAILING NULLCOLS
    LNUM POSITION(1) Char "substr(:LOAN_NUM, 4, 13)",
    TSRNUM Char "rtrim:TRAN_SR_NUM)" ,
    TPROCDT Char "to_char(to_date rtrim:TRAN_PROC_DT), 'MMDDYYYY'), 'YYYYMMDD')"      
    I have another table c all TFILE in which I have LNUM. I want to import only those records from input text file using the control file and sql loader in which LNUM is exist in the TFILE.
    So how i can restrict it in the Control File.
    Thanks
    Kamlesh Gujarathi
    [email protected]

    Hello Satyaki De.
    Thank you very much for your suggestion but my Private information is totally apart from this question & I already I have changed each and every information from the question.
    Thanks
    Kamlesh Gujarathi
    [email protected]

  • How we can restrict remote user to access same URL?

    HI,
    We have two remote sites A and B.
    Site-A    ---  Users accessing application by using this URL: http://frsys.abc.com.pk:7777/forms/frmservlet?config=sales
    Site-B    ---  Users accessing application by using this URL: http://frsys.abc.com.pk:7777/forms/frmservlet?config=market
    We want to restrict the users A and B, to access the login pages vise versa.
    Regards.

    Hi,
    I m not sure how the task would be achieved throughOAS.
    But with the help of developer n DBA,we can restrict the users A and B, to access the login pages vise versa.
    1) Create 2 tables in DB,one table which contains only user A and another only for user B
    2) With the help of Developers,create inital login page(Userrname/Password) for both applications ie Site A and Site B
    3) At Login page validate with the respective table created ie check whether the user is from table A or table B
    Regards,
    Fabian

  • How  we can restrict the Measurements in the Archtecture View

    Hi Experts,
    Ex: In the AV main Object Measurents:              Floor Area 10000 m2 
                                                                           Green Area 10000 m2
          In the subordinate Objects :                         Floor Area above 10000m2 is accepting
                                                                           Green Area above 10000 m2 is accepting
    Please guide me how and where we can restrict the measurements. 
    Thanks in advance,
    Jai

    Hi Jayakar,
    You can try this..
    As per your example,
    Create two measurement type:-
    1. A100    Floor Area
    2. A200    Green Area
    Goto  SPRO
    Architecutral View>Architecutral Object Type->Specifiy Measurement Type per Architecutral Object Type
    For Main Object assign A100 and A200 measurement types
    and For subordinate Objects  assign only A100.
    Or you need to look for BADI's

  • How i can restrict one field up to 3 MB in size

    Hi   Friends-
    Basically i have to restrict one field to  3 mb  size .
    Detail of my req :
    In tcode  SE19  if you give classic badi impl  name as  HRRCF_DOC_UPLOAD     and  display  you will find a class   CL_IM_HRRCF_DOC_UPLOAD   just double click and then  select  the second method  CHECK_ATTACH_FILE_SIZE  and up side click on parameters  here one parameter is there called  CONTENT    type is  string   and  i have to ristrict it to  3 MB  how  i can do it ? 
    Pls  guide me for the same .
    Regards
    Meeta

    You can purchase an upgrade, but the only options available as a qualifying previous product are CS5 and CS5 Extended and Acrobat X Suite.  It isn't entirely clear if CS5 also includes CS5.1 or not, so I'd suggest using the Chat Now button over at the side to clarify.
    To get to this listing, you can go to www.adobe.com then click Search and type in Photoshop CS6 then click the Buy button next to Photoshop CS6 in the results Creative Suite 6 then edit your cart to make it an upgrade:
    You can also choose the Extended version of PS CS6 which is more money and can additionally do things with video and sequences of images and maybe 3D, although I'm not exactly sure at this point since I already have PS-CS6 Extended as part of my CC Photography Plan PS-CC+LR for $10/month.

  • How we can restrict the account ID in FCH5

    Hi
    we have a scenario
    House bank Account ID sub Accounts
    axis1 axi1 1000203(outgoing a/c)
    axis1 axi2 1000303(outgoing a/c)
    axis1 axi3 1000403(outgoing a/c)
    Now i am defining the problem.
    Step 1.
    we have posted the payment to vendor (F-53) through 1000203 outgoing a/c.(axis1 , a/c ID axi1)
    Step 2.
    Created check information through FCH5 but here user selected different house bank( axis1) and account ID (axi2). and the system assign check from different account ID.
    system is not restrict the user according the outgoing a/c, system allows to select the different account ID.
    So kindly give me the solution that how can we restict that the system don't allow the different accout ID.
    Regards
    kuldeep

    Hi Kuldeep,
    Usually for creation of check lots, company code, house bank and account id are must. But in your case it might happen that once u create a check lot inside that u will assign which are the payment methods that are applicable for that lot may be in the check lots your users might have given all the payment methods thats why your problem is coming.
    U can do one thing for each check lot u can assing a different payment method.
    regards
    srikanth.

  • TS3682 I have forget my restriction passcode how I can get it?plz help

    I have forget my restriction passcode how I can get it?plz help

    You are out of luck. There is no way to recover it and now you will have to restore your iPad as new and you will lose everything on it. If you restore from a backup, you will just be restoring the forgotten restrictions passcode onto the iPad.
    If by some chance .... You have a backup that was created before you put the restrictions passcode on the iPad, you can restore from that backup, but if not, you have to restore as new.

  • How do I restrict the source trying to access a port?

    I have VoIP phones in my office and I am experiencing dozens of hacking attempts per day.  I received the following email from the company that I purchase service from:
    Hi ,
    Based on our research and experience with these type of calls, these are hacking attempts usually using a program called SIP Vicious or a variant. You can  check the link below about SIP Vicious.
    http://threatpost.com/hackers-pushing-sipvicious-voip-tools-malicious-attacks-08 3111/
    These attacks for the most part do not affect users behind our managed routers since we have security features in place to block them.
    The calls that the remote users are getting do not  traverse the Broadcorenetwork at all. Meaning even if the user put the phone on  DND or we try to block calls through the Web portal, calls will still go through because the call does not go through our Session Border Controller ( SBC ) .
    The call is directly hitting the IP of the remote users router (bypassing Broadcore completely) and scanning the ports for a SIP device which is the Polycom Phone. Once they get an answer back from the phone, the hacker  now has a target to attack. What they want to do is get the credentials for the user so they can authenticate a soft phone for example and make free calls.
    Unmanaged network /Router limits us of how we can block these calls  , however we have a suggestion which could help you eliminate these calls.
    What the remote user can do is to implement this policy . Allow UDP protocol on port 5060 but the only source should be west.broadcore.com.
    Since the remote user uses his/her own router, you might need help from their respective support team.
    Thank you,
    How do I set up the port mapping to only allow incoming traffic from the specified source west.broadcore.com?
    Also, is there some sort of documentation, manual, web site or book that covers what the settings of the Airport are?  In detail?  So, that I can learn for myself what is what and be able to answer my own questions such as:  Timed Access - Does this only apply to Wi-Fi or does it disable to whole router during the restricted period?
    Thanks in advance,
    Noa
    By the way I'm using the  Airport Express 802.11n Wi-Fi (2nd Generation), Firmware 7.6.4, Airport Utility 6.3.4 on my Mac or the latest version on my iPhone 6.

    What the remote user can do is to implement this policy . Allow UDP protocol on port 5060 but the only source should be west.broadcore.com.
    Unfortunately, Apple routers are quite simple, and do not have the features and settings that you would need to do this.
    However, if you are using a modem/router or gateway device with the AirPort Express, then you might be able to set up the modem/router to do what you need. What is the make and model number of the device that you likely call your "modem"?

  • How I can displsy the results in a nice readable format

    I have this query in a cursor
    I is displaying the data like this
    Major/Minor RestrictionEnglish English and Theater Envir St-English
    How I can make it to display something like this
    Must be enrolled in one of the following Majors:
    English, English and Theater, Envir St-English
    looks easy but the descripton come from the union (cllumn    stvmAjr_desc)
         SELECT
         DISTINCT
           ssrrmaj_major_ind,
            DECODE (
                       ssrrmaj_major_ind,
                       'I', g$_nls.get ('BWCKSCH1-0088',
                               'SQL',
                               'Must be enrolled in one of the following Majors:' ,'<BR />'
                       'E', g$_nls.get ('BWCKSCH1-0089',
                               'SQL',
                               'May not be enrolled in one of the following Majors:','<BR />'
                          indicator1
                FROM ssrrmaj,
            scbcrse,
           ssbsect
          WHERE     scbcrse_subj_code = ssbsect_subj_code
          AND SCBCRSE_CRSE_NUMB = ssbsect_crse_numb
           AND ssrrmaj_crn = ssbsect_CRN
          --- AND ssrrmaj_majr_code = stvmajr_code
           AND ssrrmaj_term_code = ssbsect_term_code
           AND ssrrmaj_major_ind IS NOT NULL
           and SSRRMAJ_TERM_CODE = term  
           and ssbsect_subj_code = subj
           and ssbsect_crse_numb = crse_numb      
           UNION
           SELECT
           DISTINCT
             stvmajr_code,
           stvmAjr_desc
         FROM ssrrmaj,
            scbcrse,
           ssbsect,
          stvmajr
      WHERE     scbcrse_subj_code = ssbsect_subj_code
          AND SCBCRSE_CRSE_NUMB = ssbsect_crse_numb
           AND ssrrmaj_crn = ssbsect_CRN
           AND ssrrmaj_majr_code = stvmajr_code
           AND ssrrmaj_term_code = ssbsect_term_code
           and SSRRMAJ_TERM_CODE = term 
           and ssbsect_subj_code =  subj
           and ssbsect_crse_numb =crse_numb
           ORDER BY ssrrmaj_major_ind DESC;
      the second query display the data after the union
    like this
    1250 Earth and Oceanographic Sci
    1310 English and Theater
    1300 English
    1450 Envir St-English
    I guess I can deal with the dis play like
    this I only need the desc not the code
    Earth and Oceanographic Sci
      English and Theater
      English
    Envir St-English
    This is how I am displaying the results, the results are correct, I just need to diaplay the data in a more friendly format
    HTP.p ('<h4>Major/Minor Restriction</h4>');         
           FOR  ssrrmaj_major_REC IN  ssrrmaj_major_c (term_in,ssbsect_rec.ssbsect_subj_code,ssbsect_rec.ssbsect_crse_numb)
            LOOP
                IF  ssrrmaj_major_REC.ssrrmaj_major_ind IS NOT NULL
                THEN
                ----HTP.p ('<h4>Major/Minor Restriction</h4>');
                 twbkfrmt.p_printtext (ssrrmaj_major_REC.indicator1);  HTP.p ('<BR />') ;
                  ELSE
                  HTP.p ('<h4>Major/Minor Restriction N/A</h4>');
                  END IF;
                END LOOP ;   

    Just a thought...I suggest to use XSLT for doing these type of formatting. Its more flexible to get XML for te query columns and then define the formatting at XSLT level. This way you dont have to keep changing the procedure or query. Just XSL change will do the job..

  • SSH login- how do I restrict access to a shared folder?

    I have created Shares in WGM for SMB and AFP access on my OS X 10.4.8 Server. However when I connect via SSH it's not restricting access to the folder based on the User Name I login with- I see the entire volume! How do I restrict access to a specific folder based on a user name setup in WGM? ACL's?

    Hey George,
    It sounds like you are trying to limit ssh/sftp users to a specific area, aka jails. The FTP server lets you 'chroot' users to a certain area making it appear as the root thus preventing them from navigating up the hierarchy, which is what I think you, and me and many others are trying to accomplish.
    The ssh compiled into OS X is missing this very needed feature. There have been a few documented workarounds, but they've either been too insecure or too clunky for me.
    I've dealt with the fact that my users can get to the root of the hard drive, and have just been very careful about my privileges (by using ACLs), thus preventing them from getting inside areas they shouldn't.
    There's a good write up here: http://www.schwie.com/brad/macosxsftpchroot/ and if you include the term 'chroot' in your searches, you should find a bit about it here too.
    And Roger, I think George meant the file sharing protocol used by ssh. man sftp.

  • How do I restrict a PDF file to limited users?

    I have an online website and I want to make a PDF available to the users of that website. The website in question is not important here, but what is important is to know if I can make a PDF file first of all downloadable by validating someone's email address and assigned password, and then restrict the same PDF file from being shared. The content of the website has some content in it that is subject to copyright laws.
    The users of my website are registered with their email address, so would want to somehow embed that and then put the file online, and then give each email address its own passcode to unlock the file for printing (hopefully just once only). Can this be done somehow too?
    I use Adobe Acrobat software as part of the Adobe Creative Cloud so need to know how to do it for that edition of the software.
    Thanks in advance.

    You can restrict downloading with a password from your website, not in the PDF itself.
    And unless you use very expensive DRM technology, you can't prevent someone from sharing a PDF with others.
    You can put a password on the PDF itself that will be required when opening it, but if someone wants to share the file, they can also share the password...
    Also, you can't allow printing with a passcode. It's either allowed, or it's not. Only if the users have Acrobat and you give them the password uses to create the security restrictions can they change the settings and allow printing.

  • TS3899 I have just up dated my iphone 5s to iOS7 - i now have 8310 emails in my inboxes - how do i delet them on mass & how do i restrict the number of recent emails in my inboxes?

    Can anyone help? - uodated to iOS7 and now have 8310 emails - how do i delete them on mass & how do i restrict emails in my inboxes to the most recent 250?

    Hey iphoneboy16
    Create a Shared Photo Stream to get any missed photos that did not make it into the Photo Stream. Remember, when you turned on Photo Stream it will start to copy new photos taken at that point in time. It also only holds the pictures for 30 days and up to 1000 photos.
    iCloud: My Photo Stream FAQ
    http://support.apple.com/kb/HT4486
    iCloud: Troubleshooting iCloud Photo Sharing and Shared Photo Streams
    http://support.apple.com/kb/TS4379
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

Maybe you are looking for

  • HT1386 Sync session failed to start message. No help there...

    Can't sync iPad because it "failed to start".  Not a helpful message or direction on what to do about it? Cords hooked up, wifi enabled, everything seems to be ok, but it fails to start. Any ideas?

  • Cannot connect to Exchange server (Small Business Server 2008) using Windows 8.1 and Outlook 2013

    I am at my wits end. I have got a new PC running Windows 8.1 and Outlook 2013 simply WILL NOT connect to my work Exchange server. The REALLY annoying thing is that the Windows Mail client inbuilt to Windows 8.1 works perfectly! But I have to have Out

  • How to start with PAPI

    Hi Can someone suggest a better way to start with PAPI usage. may be a beginners guide in a precise way.. or a sample project that i can carryout locally on my machine without enterprise server. a guide that describes the scenarios which require PAPI

  • Subcontracting Assembly Process

    Dear gurus, Just want to get guidance on the process flow of Subcontracting/Outsourcing Assembly.. Our org will still plan the requirements for the materials, inform the OEM (original equipment manufacturer), and supplying the components.. Thank you.

  • Manually genarated Service node - problem while transport?

    Hello everyone, I had to create a service node for my application manually. Now when I'll transport this object , will I have any problem ? Thanks