PFCG: an authorifation object for Financial Document Types

Hi All,
I've to create a role (PFCG) in which I've to avoid that the user can display some Financial Document Types.
Is there an authorization object for this?
Thanks
G.Rossi

Hi ,
First of all you will have to activate the document display authorization in IMG .
SPRO - Financial accounting new - financial accounting global settings - check display authorization for document type .
Active this by keeping the tick on document authorization .
Secondly , in SUIM go through the Authorization objec F_BKPF_BLA which is the authorization for dcoument type .
In the OBA7 maintain the authorization group for document type and in FPCG for the authorization object F_BKPF_BLA give the value for BRGRU as the authorization group value .
Regards ,
Dewang T

Similar Messages

  • How to process AT A TIME three financial document types in L.S.M.W

    Dear friends,
         i have  developped L.SM.W PROCESS for  one document type :S.A(GENERAL LEDGER).PLEASE TELL ME HOW TO DEVELOPP THREE DOCUMENT TYPES  AT A TIME IN L.S.M.W.IS IT POSSIBLE IN l.s.m.w PROCESS.
    REGARDS.
    SRIDHAR MENDA.

    Dear Lijo Joseph,
          thay have given TCODE:FBV1(parking document) and standard program RFBIBL00.
    our requirement :
      1)( Financial Documents will be createdin theR/3       
    as per Document Type:
    SA – General Ledger
    DR – Customer Invoice
    KR – Vendor Invoice).
    processing logic:
    Processing Logic Overview
    Read Line item identification in ascending order to generate accounting document as follows:
    Preceding & subsequent line item identification no is 1 then generate one document for line identification no 1
    Preceding line item identification no is 1 & subsequent line item identification no is 2 then generates one document for line identification no 1 & 2.
    Preceding line item identification no is 1 & following line item identification nos are in incremental order like 1 to 9 then generates one document for all line identification nos for 1 to 9.
    Thay have sent one clue:
    Record number is the key for you. Every time you encounter record with number 1 , it means new transaction starts from that point. There are two commands in your LSMW <b>skip_transaction</b> and <b>transfer_transaction</b>. Make use of these commands to implement the logic. I hope this clue will help you to do your job.
    THAY HAVE GIVEN LINE ID NO ONE OF THE FIELD .
    Please tell me good answer to developp this requirement or you have solution pleasesend me that.I never developped this type of requirement.Please guide me?
    iam waiting for your reply.
    <b>good answer will get good reward.</b>
    <b></b>

  • Authorization for UB document type in PO create

    Hi All,
    We wanted to restirct some user from creating PO other than UB. We want them to give authorization only for UB document type in ME21N. What is teh best way to make it work?
    Thanks for your support.
    KHAN

    Hi Khan,
    If you want to restrict the User for creating PO other than UB document type. You need to discuss with Basis consultant.
    For that particular user you need to restrict the activites like Create, Change , display for  the authorization object "M_BEST_BSA" which is assigned for Document type for Purchase order.
    Based on your requirement inform the basis consultant to remove the  all other document type or * symbol  and assign only UB document type to that user. So he/she will be restricted to that document type only when ever he creates any PO.
    rgds
    Chidanand

  • Multiple Number Ranges for AP Document Type not getting triggered

    Hi all,
    We are posting receivables in the system using BAPI_CTRACDOCUMENT_CREATE. We have huge data of 3.9 million records for which receivables has to be posted. So multiple number ranges has been configured in the system for AP document type.
    The issue is even though multiple number ranges for mass processing are configured in the below location in SPRO, none of them are getting triggered. The number range at the first level on the screen is only getting triggered, due to this it is taking lot of time to post documents. Any help on this?
    Financial Accounting(new)
         Contracts Accounts Receivable and Payables
         BasicFunctions
         Postings and Documents
         Document
         Maintain Document Assignments
         Document Types
         Maintain Document Types and Assign Number Ranges
    Regards,
    Karthick.

    Karthick:
    Mass ranges are only used for FICA parallel mass activities.  For your situation, you can define and assign multiple ranges for individual processing in the same IMG activity.  Those would then be chosen for your mass postings.
    regards,
    bill.

  • Service group for particular document type or Purchase Organisation

    Dear Gurus,
    I want to add service group as like Material group. but my objective is to restrict those service group for particular document type or Purchase Organisation??
    Is it possible, if so please advice me the SPRO Settings
    Thanks
    RS

    Hi,
    Basically, this task (both customized table activation via SE11 transaction and user exit activation via SE37 transaction) will be done by ABAPer.  All you should do is to prepare the functional specs document in which you require -
    1)   A generation and activation of the customized table which consists of at least four columns -
         a)   Purchasing Organization;
         b)   Purchasing Document Type;
         c)   Material group/service group
         d)   Purchasing Document Creation Date
    2)   A coding and activation of the related function module (You can use SMOD transaction to view the enhancement MM06E005 to view related user exit).
    Cheers,
    HT

  • Restrict display and posting for specific document types

    Hi,
    Is it possible to restrict display and posting for specific document types? I want to restrict authorization to SM document type in FS10N, and KSB1 tcode. Please help
    Best Regards,
    KIRAN.

    Sandipan Choudhury wrote:
    FS10N checks for this object ("Check" in Su24) but when user doesnot has this authorization object he gets access to all doc types and when the user is restricted to specific doc types (object present in user's authorization) he will get access to only those doc types. This is how the authorization check for F_BKPF_BLA works, in other words this authorization is Optional.
    Sorry, but this is not true and seems to be an invention of how you would like it to work...
    The coding works like this (generally):
        if sy-subrc ne 0.
          select single * from  t003 where blart = postab-blart.
          check sy-subrc = 0.
          blrtab-blart = t003-blart.
          blrtab-brgru = t003-brgru.
          append blrtab.
        endif.
        if blrtab-brgru ne space.    "<--- important condition!!
          authority-check object 'F_BKPF_BLA'
               id 'BRGRU' field blrtab-brgru
               id 'ACTVT' field actvt.
          if sy-subrc ne 0.
            rcode = 4.
          endif.
        endif.
      endif. 
    The "optional" aspect is whether or not the document type has an auth group on it in T003, failing which the check is suppressed.
    If it reaches the check, then it found something and then checks that selected value.
    Moral of the story:
    --> Do not believe SU53.
    --> Do not make assumptions from ST01 traces.
    --> Read the documentation carefully.
    --> Read the code to see how it really works (you can jump to the coding location from the trace).
    Cheers,
    Julius

  • What is the need of creating partner functions for sales document type.

    Hi SAP (SD-GURUS),
    Actually we create partner functions  before creating customer ex: sold to party, ship to party, bill to party, and payer.
    These partner functions are going to be copied into sales order while processing sales order.
    Again what is the need of creating partner functions for sales document type.
    Thanks&Regards
    sreenivas peruru

    There are some Partners you could enter at Sales ORder Level. E.g. Sales Person, Employee Responsible, Forwarding Agent, Broker, etc.
    Thus these partner Determination need to be carried out at Sales Order Level & not at Customer Master level.
    So we have to configure partner Determination for various levels e.g. Customer Master, Sales Order, Delivery level etc...
    Hope this helps...
    THanks,
    Jignesh Mehta

  • Output for PO document type

    I have created 4 document types in PO
    Domestic, Import, Service, Subcontracting,
    I have to add extra one document type and i want the print out of this document type should be different from remaining 4
    only for this 5th document type i need to have different output..
    Is it possible in SAP

    Hi,
    You should have different document types for all process( Domestic, Import, Service, Subcontracting and 5th one) and can have one output type for all document type ( where you have one  SmartForm)  OR you can have different output types( five SmartForm ) for each document type.Just talk to ABAPer for inclusion of all PO output formats with all condition types.
    Regards,
    Biju K

  • Show key instead of text in ME51N for PR document type

    Hi, did anyone know how to show key instead of text in ME51N for PR document type? How can I remain the setting after shut down the PC?
    Thanks.

    Can you give more info about your need as it is not clear which text you're referring to.
    Regards,
    Vivek

  • How to add a default user group for multiple document type's?

    Hi,
    I am trying to add same default user group for different document types when MA is created. Is there any way to setup using a single "Document Security Template"? Or I need to create different templates for different document types?
    Please confirm.
    Thanks,
    Saloni

    Hi Saloni,
    Based on what your specific requirement, it might be easier to do it with scripting.
    If you are doing it using Document Security Templates, you would have to create a Document Security Template for each of the 6 MA types and assign the default group. Create another one and leave the Document Type field blank, so it will apply to the other 4 MA types that don't have a default group.
    Regards,
    Vikram

  • Changes in the PRICING STRUCTURE FOR THE DOCUMENT TYPE

    Hello Gurus,
    What is pricing structure?
    and what is meant by changes in pricing structure for the document type.
    Could anyone let me know about pricing structure and changes in Pricing structure for document type.
    prashant

    Hi Prashnat,
    In SAP Pricing works on Condition Techniqe.
    Condition Technic consits to following things.
    1.Condition Tabels ( Assigned to Access Sequence )
    2.Access Sequence ( Assigned to Condition Types)
    3.Condition Types ( Assigned to Pricing Procedure)
    4.Pricing Procedure
    5.In Pricing Procedure Determination will be assigning as fallows:
    Sales Org + Dist Channel + Division + Document Pricing Procedure + Customer Pricing Procedure + Pricing Procedure.
    Based on this the Pricing will be takes place in the system.
    Hope this Clarifies your Doubts and Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • PO Output message types for different document types

    Hi,
    I wanted the system automatically generate the messages whenever a PO is created for different document types like NB,UB,Blanketorder, Pilot run.
    These are the steps i did...plz advice any more steps to make this work
    1. the output type I am using is NEU-purchase order
    2. I have created condition records for document types NB,UB,PR etc
    I was sucessfull in getting the messages automatically for the standard(NB) PO..but not for the other document types
    Plz advice me how I can achieve this with further configurations
    Thanks
    SKid

    If you have created conditin record for all the document type in MN04 then it should work becuase doc type has nothing to do for printing config.
    this is basically a condition record.
    check your condition record

  • User can hold PO for other document type except than the one in authorizati

    Dear experts,
    we set authorization activity * and PO doc type A only for a user, but end up user can hold PO for document type B . End up user cannot change or delete the particular PO.
    what is the activity in authorization for user to hold  so we can take out that activity..
    pls advise

    user has activity * and allow for PO document type A only.
    But she can hold PO for document type B..
    shall we remove the activity * from its profile , and if yes, what is the activity for hold PO in authorization?

  • Default Purchasing organisation for Purcashing Document type

    Dear Gurus,
    I need to make default Purchasing organisation for Purcashing Document type. How to configue this. Please advice me.
    Thanks
    RS

    Hi,
    You can do it with Personal Setting option which is available in purchase order header level.
    Click on this button, Go in Defaults Values.
    Enter material type, purchasing org. and other required detail.
    Then always at the time of purchase order creation you got same material type and purchasing org.
    Note: You can do it for only one material type and purchasing org.
    Regards,
    Mahesh Wagh

  • Customs document type cannot be determined for external document Type F8

    Hello Experts
    Need help
    I am trying to transfer F8 to GTS 10.1 and getting following message in GTS  Transfer log for export:
    Customs document type cannot be determined for external document Type F8
    New implementation
    GTS 10.1 running with SP 12
    ECC side Plug-In settings are fine. BAdi is Active.(There is no document mapping for F8/CUSDEC as it is not required in 10.1)
    GTS side configurations are also fine. Checked several times by 4 sets of eyes!!
    (Include general settings configurations, Customs communication configurations:)
    (Defining technical medium, conditions/output parameters, defining messages for communication process,
    defining determination for activity sequence and control settings for communication process)
    Despite this I am not able to trnasfer F8 successfully
    Can someone throw some light on this issue please?
    Keshav Murthy
    [email protected]

    Hi Dhilipan
    Here we go..
    You asked me to check the following
    Please check following things
    1) Legal regulation is activated. - Yes Activated
    2) Process template assigned to the legal regulation - Yes Assigned
    3) Activity Sequence determination - Yes done
    4) Open the activity sequence in under Control settings for Communication processes and check if there is a document type assigned to it. Table- /SAPSLL/TLEPAF - Yes done.
    It is really puzzling.
    Thanks
    Keshav Murthy

Maybe you are looking for

  • Has anyone else noticed that colors are washed out on screen on the white iPhone?

    Comparing the white and black iPhone 4 side by side, I noticed that colors on the screen are washed out on the white iPhone. This is clearly noticable when clicking on messages and looking at the top where the word messages appears in blue/gray color

  • Didn't receive an acknowledgement of message

    Hi, I am getting an issue in flex with respect to de-serialization of java objects to as3. I am already having as3 objects being referenced in main SWF but once I am fething the data from the middleware using remote object, I get the following error:

  • New iMac w iSight won't record with iMovie

    I got a new iMac G5 w a built in iSight, but I can't record video with the camera. Every time I try to record with iMovie, it doesn't recognize the built in camera and it always comes up as "no camera attached." How do I record video?

  • NOTIF_CREATE has grayed out "Business Process" Field, BP are not selectable

    Hello all, related to another thread (notif_create), I am trying to select Business Processes in the NOTIF_CREATE Dialog. My Solution has Business Processes assigned, and I can see them in the F4 Help List, but I cannot apply them (green check mark i

  • How do I change nation settings in the iTunes Store?

    hi all, i live in italy and during a holiday in spain i've bought a new i pod touch. now i'm back at home and want to upgrade the system software to a new release. my problem is that when i connect to itunes store all pages i get are in spanish langu