FB01 authorization needs to be blocked in foreground

Dear Friends,
Our SOX team's requirement is to remove authorization of FB01 for everyone.  Nobody should be able to run FB01. 
But, all other Transaction Codes which use FB01 in the back ground should work if the authorization is given to that particular user.
In other words, we would like to block FB01 Transaction Code in foreground.
Can anybody help in this regard.

Hi Ravi,
Thanks a lot for your quick reply.
We use FB09 in a Z program to unblock the invoices for payments.  We have got various levels to be unblocked before the payment can be made.  We have used FB09 Transaction Code to change from one Payment Block to other payment block based on the levels.  It's a very good program with so much logic built into it based on various business scenarios as who can unblock which document at what level.
Here, we had a problem.  A guy who has authorization to FB09 can change from any level to any level or even to "Free for Payment" mode.
We finally blocked this FB09 authorization in foreground and Z program is working fine.
The same way, can something be done for FB01 also.  But, in the above case, that was a Z program, and in our present issue, FB01 is used by Standard Transaction Codes.
Can something be done ??
with Regards

Similar Messages

  • Authorization for removing Billing Block

    Dear Experts,
    we all know that billing block is removed in the sales documents usually by the person authorized to remove it in VA02.
    I know we have to include authorization objects in roles and assign the role to user id.
    But how we can provide authorization of removing Billing block to a particular user ?? I mean what object do we have to select ??
    e.g. for document types we select sales document type and then we enter the values. Like that how to do for billing blocks
    Kindly provide some inputs
    Thnx in advance
    regards,
    Sagar

    Hi,
    pls do the following steps to know about the descrption of the activity
    - run transaction SUIM
    - choose "Authorization Objects" under structure
    - choose & execute By object name, text
    - enter authorization object: in this case "V_VBAK_AAT" , execute
    - click on object name and click on "Documentation"
    - there you can see the activity description and value.
    to know the activity number/description you have to know the object name. If you do not the object name, run transaction SU24 as you already knew.
    is that what you need?
    Br, Sats.

  • Need reasons for blocking Purchase requisition and service entry sheet.

    Hi All,
    I need reasons for blocking service entry sheet and purchase requisition.
    Also want the reasons for reversing the approval of service entry sheet.
    Its urgent ......

    Hi Nilesh,
    It is not possible to block a service entry sheet as such. You could only revoke a service entry sheet. Some of the possible reasons are, you are not satisfied with the quality of service provided by the vendor. Or it could also be due to change in the services to be performed or it could even be as simple as erronous entry of services in the entry sheet.
    However from ERP 2005, it should be possible to return the services by marking the returns indicator.In case of materials, it is possible to put a materials PO on hold. But in case of services, the hold option does not arise as a service cannot be performed/completed till all the approvals are received.
    Hope this answer helps you.

  • Need to disable "Block Anonymous Internet Requests" with "Clone MAC address?"

    Ok -- so I learned from tech support and this forum that the "Clone MAC address" option needs to be enabled when connecting to the Internet via a cable modem. In one of the forum posts (sorry lost track of which one), it said that in addition I need to disable "Block Anonymous Internet Requests" as well -- is this correct? If so what is the effect of this? Linksys documentation is not clear if this is absolutely necessary.
    I think the comment is in this thread
    http://forums.linksys.com/linksys/board/message?board.id=Wireless_Routers&message.id=8600

    Usually resetting you cable modem will allow you to use a router without cloning the MAC address.  Reset modem, power down, plug router into the modem, power up the modem, power up the router and you should be good to go.  The popular reason that I know of for unchecking "Block Anonymous Internet Requests" is when you plan to use P2P software like Azureus.  Your computer becomes pingable and can be seen on the net.

  • Need an anonymous block for fake update,

    I have a table called sk_a
    create table sk_a (a number, b date, c varchar2(10));
    and an audit table
    create sk_a_audit (audit_id number, a number, b date, c varchar2(10),dml_action varchar2(4));
    and sequence sk_a_audit_seq
    create sequence sk_a_audit_seq
    when any insert or update happens into sk_a table, respective data should insert into sk_a_audit table
    and trigger is
    CREATE OR REPLACE TRIGGER SK_A_TRG
    AFTER INSERT OR UPDATE
    ON SK_A
    FOR EACH ROW
    DECLARE
    l_code NUMBER;
    l_errm VARCHAR2 (64);
    BEGIN
    IF (INSERTING OR UPDATING)
    THEN
    INSERT INTO SK_A_audit
    VALUES (sk_a_audit_seq.NEXTVAL, :NEW.a,
    :NEW.B, :NEW.C ,'I');
    END IF;
    EXCEPTION
    WHEN OTHERS
    THEN
    l_code := SQLCODE;
    l_errm := SUBSTR (SQLERRM, 1, 64);
    DBMS_OUTPUT.put_line ('DML Operation is failed ' || l_code || l_errm);
    END;
    sk_a may or maynot have primary or unique keys,
    now my requirement is
    audit table will be deleted by business users,,
    and then I have to run an update on sk_a table (fake update) so that data will come and insert into audit table,,,,
    so that audit table will be back with all the data of sk_a table again,
    I need an anonymous block for this, can any one help on this,

    audit table will be deleted by business users,,
    and then I have to run an update on sk_a table (fake update) so that data will come and insert into audit table,,,,
    so that audit table will be back with all the data of sk_a table again,
    I need an anonymous block for this, can any one help on this,Y? audit table was deleted by busineess users..? could u pls explain it..?
    if u know that users going to delete the audit table, then take the back of the table. that is better instead of fake update.
    U can use exp utility for taking that back up
    Pls reply
    S

  • Special authorization need for read cluster table??

    In one report, I use following coding to read information from RFDT table:
    form get_f110_parm .
      f110id-laufd   = p_laufd.
      f110id-laufi   = p_laufi.
      f110versionpar = space.
      clear:   buktab, fkttab, slktab, sldtab, trctab, usrtab,
               faetab, jobtab, f110v, f110c,  trcopt, f110versionpar.
      import buktab fkttab slktab sldtab trctab usrtab
             faetab jobtab f110c trcopt f110versionpar
             from database rfdt(fb) id f110id
             accepting padding.
    endform.                    " GET_F110_PARM
    I can fill F110c, trcopt and f110versionpar by this program. But there is no entry in table like fkttab, usrtab.
    Is there any authorization need for read cluster table??
    Thanks in advance.
    Edited by: Amy Xie on Dec 21, 2010 10:41 AM

    Hello,
    After you run your code, check transaction SU53 to see if any authorization check failed.

  • Need a parked/blocked report that contains both the FI and MM number for ea

    Hi Guys,
    Business need a report which contains the translation of 'MM' numbers (typically beginning with '51') assigned for parked PO invoices vs. the 'FI' document number that comes out in the parked report. 
    Ideally, business need a parked/blocked report that contains both the FI and MM number for each record.
    Can someone help me pull this report from MM
    Thanks and Regards,
    Habeeb

    Hello Habeeb,
    Check out the report MR43 which gives information about Parked invoice. Also you can have a look on MIR6 with check box Parked Innvoice.
    The main table for parking invoice is VBKPF and other relevent tables are as follow:
    VBKPF                          Document Header for Document Parking
    VBSEC                          Document Parking One-Time Data Document Segment
    VBSEGA                         Document Segment for Assets Document Parking
    VBSEGD                         Document Segment for Customer Document Parking
    VBSEGK                         Document Segment for Vendor Document Parking
    VBSEGS                         Document Segment for G/L Accounts Document Parking
    VBSET                          Document Segment for Taxes Document Parking
    Hope this helps.
    Regards
    Arif Mansuri

  • What are the authorization need to be given for a Key Users in BW?

    Can you help me out for this question please.
    Thank in advance.
    Kay
    What are the authorization need to be given for a Key Users in BW?

    Hello,
    check this:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a6859e07211d2acb80000e829fbfe/content.htm
    you can use the template role to dfine your own roles for Key User: S_RS_RREDE     BI Role: Reporting Developer (Development System)
    Hope it help
    regards

  • What is the need for static block?

    this was my interview question..
    what is the scenario where u need a static block?

    SO
    public static String foo = "FOO";
    and
    static
    public String foo="FOO";
    both are static blocks?I don't know what the JLS says about that term. The second one is usually called a static initializer. I wouldn't consider the first one a block, but the JLS may say differently.
    What is the difference between both?They're not quite the same.
    public static String foo = "FOO";
    // is equivalent to
    public static String foo;
    static {
      foo = Foo;
    }Note that the variable must be declared outside the block to be a class member variable.
    Now, consider the following, for which the static initializer block is necessary:
    static ComplexThingummy ct;
    static {
      try {
        ct = new ComplexThingrummy();
        ct.initializeSomethingSomehow();
      catch (CTCheckedException exc) {
        throw new ExceptionInInitializerError(exc);
        // OR
        ct = someDefaultPreInitializedComplexThingummy;
    }

  • Hi there, i have Q i have excel file it need to be block with password. Could you please explain how i make password protect to Excel document

    Hi there,
    i have Q i have excel file it need to be block with password. Could you please explain how i make password protect to Excel document
    Thanks

    On the File menu, click Save As.
    On the Tools menu, click General Options.
    Do either or both of the following:
    If you want users to enter a password before they can view the workbook, type a password in the Password to open box, and then click OK.
    If you want users to enter a password before they can save changes to the workbook, type a password in the Password to modify box.
    NOTE   Unlike passwords you specify in the Password to open box, passwords you specify in the Password to modify box are not encrypted. These passwords are only meant to give specific users permission to modify workbook data. For optimal password security, it's best to assign both passwords. An encrypted password to access the workbook, and one to provide specific users with permission to modify its content. IMPORTANT   Use strong passwords that combine uppercase and lowercase letters, numbers, and symbols. Weak passwords don't mix these elements. Strong password: Y6dh!et5. Weak password: House27. Use a strong password that you can remember so that you don't have to write it down.
    If you want to use a different encryption type, click Advanced, click the type you want in the Choose an encryption type list, and then click OK.
    If needed, specify the number of characters you want in the Choose a key length box.
    NOTE   Document property encryption is enabled by default for most encryption types and providers. It prevents unauthorized users from viewing summary and custom file properties (such as the author or any custom file information) in theProperties dialog box. When users right-click the password-protected file, and then click Properties, information won't be available on the Summary tab and Customtab. Authorized users, however, can open the file and view all file properties (Filemenu, Properties command). To disable document property encryption, clear theEncrypt document properties check box.
    Click OK.
    When prompted, retype your passwords to confirm them.
    Click Save.
    If prompted, click Yes to replace the existing workbook.
    NOTE   You can also secure a workbook with a password on the Security tab of the Options dialog box (Tools menu, Options command).

  • Authorizations needed for MAM 2.5 for RFC user and business users

    Hello all,
    We are using MAM 2.5 application but we are facing authorizations issues.
    It seems we have not enough authorizations on RFC user used between middleware system and back-end system located on the RFC destination MAM on the middleware.
    And we don't find any SAP document related to this customizing.
    Moreover is there any other or same document deals with authorizations needed on the back-end for each user using MAM on its mobile device ?
    Thank in advance,
    Eric GOURDOU

    Hello,
    Can you send me the errors you have?
    If you have a trusted connection, then each users need the authorization S_RFCACL .
    Other than that, I never had to set any authorization for the plant maintenance scenarios of MAM.
    Thank you,
    Julien.
    msc mobile Canada
    http://www.msc-mobile.com

  • List of authorization Needed

    Hi All,
    I need to sent a list of all authorizations needed in BI 7.0 including source system & BI repoting level also.
    If any one have it or any links please provide the same.
    Best Regards,
    VSN

    Authorization objects for the Data Warehousing Workbench:
    S_RS_DS: For the DataSource or its sub objects (NW2004s)
    S_RS_ISNEW: For new InfoSources or their sub objects (NW 2004s)
    S_RS_DTP: For the data transfer process and its sub objects
    S_RS_TR: For transformation rules and their sub objects
    S_RS_CTT: For currency translation types
    S_RS_UOM: For quantity conversion types
    S_RS_THJT: For key date derivation types
    S_RS_PLENQ: Authorizations for maintaining or displaying the lock settings
    S_RS_RST: Authorization object for the RS trace tool
    S_RS_PC: For process chains
    S_RS_OHDEST: Open Hub Destination
    Authorization objects for the Business Explorer:
    S_RS_DAS: For Data Access Services
    S_RS_BTMP: For BEx Web templates
    S_RS_BEXTX: Authorizations for the maintenance of BEx texts
    Authorization objects for the Admin of analysis authorizations
    S_RSEC: Authorization for assignment and administration of analysis authorizations
    S_RS_AUTH: Authorization object to include analysis authorizations in roles
    Changed Authorization Objects:
    S_RS_ADMWB (Data Warehousing Workbench: Objects):
    Hope it Helps
    Chetan
    @CP..

  • Authorization object for delivery block

    Hi ,
    How do I check the authorization object for any field? I specifically need one for delivery block.
    Please help.
    Thanks,
    Shailaja

    Hi,
    If your looking to put a delivery level block or its removal then i guess you explore it through userexit mv45afzz
    Regards,
    Saurabh

  • Authorization needed for executing f.05-urgent

    Dear expert,
    What tcode/authorization must be had for person to executed f.05?
    Please advice.
    Thank you

    hi Putri,
    the solution I suggested has to work for each kind of auth issue. Pls. give it a try. Start the transaction, do the posting and wherever you get the message that an auth. check failed, just try /nsu53. It will tell you what is missing (either transaction or org. element or whatever). if nothing is missing, than the issue is not related to auth. So simple.
    You are right: F-05 starts FB01, so if a user wants to start F-05 he needs auth for FBB1 as well, but if he has not, the transaction will stop immediately with error message about the missing auth.
    ec

  • How can I stop you from blocking a page when it doesn't need to be blocked

    When I try setting up the new myyahoo page, you have a shield blocking the page, but when I try to tell you to stop blocking, your page comes up with checking certificate to allow exception, but then after checking it tells me it has a valid certificate and does need an exception, but you still keep blocking. I need you to stop blocking my yahoo so I can set up the page as it was before switching to the newest version. If this can't be fixed, I will have to stop using Mozilla. I know this is set up as a safety for me, but it's not working. This page has a valid certificate, so you shouldn't be blocking it.

    Hi widowward, is the certificate error for the main page or for something embedded in the page?
    If you right-click the error part, do you find "This Frame" on the right-click menu? If so, please expand "This Frame" and use Open in a New Tab. Then copy the address from the address bar and paste it back here in a reply. (I'll try to get back to you more promptly, so go ahead and leave that tab open.)
    If the error is for My Yahoo itself, that's strange. If you expand the sections of the error page, what is the technical explanation? If you try the Add Exception dialog and view the certificate, do you see a different issuer than I see (attached)?

Maybe you are looking for

  • Strange Itunes Problem? (Songs Will No Longer Play)

    Alot of my songs have just randomly stopped working lately. When I try to play certain songs nothing happens. They won't start playing (and there is no question mark next to the song asking me to locate the file). If I right click on the song and sel

  • BI Report error in Web-UI

    Dear CRM Gurus,   I am calling a report from CRM 2007 Web-UI and I get an error message " Error loading template 0TPLB_0CSALMC02_Q010_1 ". The logical connection to the BI System has been created. This is a standard report. How can I debug where is i

  • Object not known in CO (IAOM 028)

    Hi, I'm facing a problem with the Settlement Type Prepayment in SAP CRM 2007. Here you can find the error message: Object not known in CO (IAOM 028): "You want to post to the object with technical key belonging to the business scenario . However, the

  • Y510p bios startup problem

    I am x-posting this from another section, since a member has suggested that it might be solved faster here. I bought this computer about two months ago. Everything was fine in the beginning. Then I started to notice that it takes longer and longer to

  • Existing document opens blank in CS5

    I have existing documents created in CS5 that when opened now, open as 'blank' pages. They export fine and look the way they should. I see all of the elements in the links & layers palettes. I can see the frames of the various elements on the 'blank'