What is the Authorization group in Cash Journal View Maintenance (FBCJC0)

Question 1: In Cash Journal View Maintenance (Tcode: FBCJC0), what is the Authorization group? 
Question 2: How / Where can I define this Authorization group?
As per the F1 Help  document in SAP :
The authorization group enables you protect access to certain objects.
In order to carry out a specific activity, the user must have authorization for the combination of the activity and the authorization group.

Hi,
Authorisation in Cash journal is meant for controlling of FBCJ transaction with an user ID. 
For example, if you have a multiple cash book (Cash journal) or you are maintaining a cash book according to Business Area wise, Plant wise, etc.,
In this case, you don't want to allow the other people to view / transact your cash book, then you can assign some unique identification in the authorisation group column against the each of your cash journal.
These unique identification can be of any thing eg. 1001, 1002, 1ABC, ABC, etc.,  After this, the indentification has to be assigned in the respective user profiles in the below mentiond objects,
F_BKPF_BED
F_BKPF_BEK
F_BKPF_BES
F_BKPF_BLA
F_FBCJ
Hope it helps
Saravanan.A

Similar Messages

  • What is the purpose of using cash sales doc type?

    what is the purpose of using cash sales doc type?

    You can go through the link
    http://help.sap.com/saphelp_46c/helpdata/en/70/a7853478616434e10000009b38f83b/frameset.htm
    Update from help.sap.com
    Cash sales is an order type for when the customer orders, picks up and pays for the goods immediately. The delivery is processed as soon as the order has been entered. A cash invoice can be printed immediately from the order and billing is related to the order. Receivables do not occur for the customer as they do for rush or standard orders, because the invoice amount is posted directly to a cash account.
    Process Flow
    In the standard system, sales document type BV is saved for cash sales with immediate delivery type BV.
    When the sales employee creates a cash sale, the system automatically proposes the current date as the date for delivery and billing. Once the order has been posted, a delivery with type BV is created immediately in the background and the system prints a document that is used as an invoice for the customer.
    The invoice papers are controlled with output type RD03, contained in the output determination procedure for order type BV.
    If the customer has already received the goods, this delivery should not be relevant for picking. If the customer is to pick the goods up from a warehouse, the delivery should be relevant for picking. If the goods are to be sent, this can be processed by maintaining the delivery in the usual way.
    The system automatically creates a resource-related billing index which updates the billing due list. Billing document BV is created as the system processes the billing due list, but an invoice is not printed.
    Once the customer has received the goods and is satisfied with them, the transaction is considered to be complete. We recommend that you post goods issue in the background using a program designed specifically for this purpose. You can then bill the transaction.
    The cash sale can only be billed if the order quantity is the same as the goods issue quantity. If this is not the case, you need to adjust the cash sale document so that the delivered quantity and the quantity to be billed match.
    You use an order-related collective billing process to bill the cash sale, but an invoice is not printed. The sales order number is used as the reference for the accounting document, created in Financial Accounting.
    Dealing with Problems and Complaints
    If the transaction does not run smoothly, manual intervention is necessary. For example, if the required quantity of goods is not found in the warehouse, you need to adjust the delivery quantity. Equally, if the customer is not prepared to pay the agreed price, because, for example, the goods are scratched, you can change the price in the cash sale document.
    In extreme cases, you can delete the entire transaction, starting with the delivery.
    If the delivery is damaged before it is picked up but after it is paid for and there is no replacement stock, you can initiate a subsequent delivery.
    If you make changes to the cash sale, you can issue a new cash sale invoice using the repeat printout function.
    Creating a Cash Sale
    In the initial screen, choose Logistics ® Sales and distribution ® Sales.
    Choose Order ® Create.
    Enter the order type for cash sales (BV in the standard system) and, if necessary, the organizational data.
    The values for sales organization, distribution channel and the division are usually proposed from user-defined parameters. Entries for the sales office and the sales group are optional.
    Choose Enter.
    Enter the following data:
    – Customer number of the sold-to party
    – Material numbers
    – Order quantities for the materials
    Choose Enter.
    If the system carries out an availability check and finds that there is insufficient stock for an order item to be delivered on the requested date, it displays a screen on which you can choose between several delivery proposals. Normally, in a cash sale, you only sell the quantity you can deliver on the spot.
    Save your document.
    The system automatically processes the delivery in the background and prints out a cash sale invoice. The amount of the sale is processed later in an order-related billing transaction. The amount is posted to financial accounting, using the order number as reference. Because this is a cash sale, no invoice is produced during the billing run.

  • How can i transfer the 'Authorization Group'(SE54) to another client?

    In project i must define an 'Authorization Group' in T-Code SE54---The 3rd radiobutton.
    But there is no message to me to entry the Request NO.?
    How can i transfer the 'Authorization Group' ?
    I konw the date can be show from view 'V_BRG_54' ,but how to transport the data of the view?
    TKS a millon~~

    Hi,
    If your client is set for automatic recording of changes it should prompt for a transport, check there is not another client where you should make config changes.  If not, the menu option Table View -> Transport will let you assign the Auth group to a transport.
    Regards,
    Nick

  • Where we check the authorization group & authorization object?

    Hi all,
    i have a  std program & tcode  like fb03 . now i want to know the authorization group & authorization object. so where we will check..?
    help me.
    thanks.
    Vipin

    Hi,
    Use transaction SU21 & SU22 for Auth Objects & Class

  • What is the table of future cash flows (coupan flows).

    Hi experts,
    Can you please tell me what is the table of future cash flows.
    I am using securities module in transaction manger.
    I am using t.code- TS01 for creating a deal transaction. it is generating a future cash flows ion case of bonds.
    but not able to figure out in which table it is storing these flows. TPM 13 is a transaction code to see cash flows.
    I need this table to devolope some BI reports
    Please help.
    Regards
    Gaurav Gupta

    Hi Guarav,
    you can use logical databases like FTI_TR_PERIODS to create own reporting based on SAP queries, but they don't contain any data.
    The cash flow data you see in TPM13 is from the TRL* tables and views, eg. TRLV_TRANS_POS or TRLV_FLOW. This data is valuation area dependant. To see transaction data you should check TRD* tables, for security account class data you better use TRS*.
    Nevertheless, for BI reporting SAP offers some extractors with which you can get data from Treasury and furnish it to BI. For example, with 0CFM_INIT_POSITIONS you set initial position (like TPM12). With 0CFM_DELTA_POSITIONS you can then provide positions for further key dates and create BI reports that valuate delta flows. The DataSource 0CFM_O01 contains information about all position relevant flows, 0FM_O02 about reversed flows.
    Extractor 0CFM_DELTA_POSITIONS and other 0CFM* extractors are generally based on logical databases, so you can e.g. create a query based on FTI_TR_PERIODS to check results that would be extracted to BI using 0CFM_DELTA_POSITIONS.
    BR, Tomislav

  • 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 failure group in ASM  and the meaning of ASM assigns each disk

    Hi
    Please help me in understanding
    what is the failure group in ASM and the meaning of "ASM assigns each disk to it's own failure group, by default"

    As you may have known ASM uses mirroring and striping of files. Mirroring is storing same compies/parts of files in different disks/controllers. When creating disk group which could consist of several disks, you have to assign disks at least to separate failure groups for normal redundancy , or three failure groups for High redundancy. This means that ASM will never assign mirrode copies/pieces of files to the same failure group. So, assigning disks to different failure groups you make sure mirrored copies are not on the same physical storage. Saying with other words, failure group gives your more abstract meaning based on which you can organize your physical disks contained in disk group.
    That is why for normal redundancy at least two failure groups are needed, because there are one mirrored copy of each extent(allocation unit, to be exact) and for high redundancy the requirement is at least 3 failure groups, because each allocation unit has 2 mirrored copies, which should be on different failure group, consequently.
    Hope, this explanation is helpful.

  • What is the default group id/ home /shell while adding new account with useradd without specifying these parameters?

    What is the default group id/ home /shell while adding new account with useradd without specifying these parameters?
    reagrds

    Hi,
    You can check the default values from the below file
    /usr/sadm/defadduser
    and from this command
    #useradd -D

  • What is the use of split valuation Accounting view

    Hi
    What is the use of split valuation Accounting view.is it compulsary to give for every materisl?
    regards
    Ashok

    Hii Ashok,
    The SAP R/3 System allows you to valuate stocks of a material either together or separately, that is, according to different valuation criteria. Split valuation is necessary if, for example:
    1. Stock from in-house production has a different valuation price than externally procured stock.
    2. Stock obtained from one manufacturer is valuated at a different price than stock obtained from another manufacturer.
    3. Different batch stocks of a material have different valuation prices.
    4. Value damaged and repair part differently from a new part.
    To used split valuation, you have to activate it using 'OMW0'.
    To change split material valuation once it has been set, you must
    1. first post out all stocks (for example, to a cost center or with movement type 562)
    2. then change the control parameters
    3. if necessary, change the automatic account determination
    4. finally post the stocks back in again
    In split valuation, you can distinguish between partial stocks of a material according to certain criteria and valuate them separately.
    The material stock is divided according to valuation category and valuation type.
    The valuation category determines how the partial stocks are divided, that is, according to which criteria.
    The valuation type describes the characteristics of the individual stocks.
    With the function "Setting" you can determine:
    which valuation categories exist in your company (global categories)
    which valuation types exist in your company (global types)
    which valuation types belong to which valuation category
    which valuation categories exist in a valuation area (local categories)
    Your entries are only relevant if you set split valuation as active in the function "Global settings".
    In the standard SAP R/3 System, the following valuation categories are default settings :
    B procurement type
    with the valuation types:
    "EIGEN" for in-house production
    "FREMD" for external procurement
    H Origin
    X automatic valuation (only for batch)
    To select split valuation ('OMWC'), proceed as follows:
    1. Determine the valuation categories and valuation types that are allowed for all valuation areas:
    global valuation categories via menu "Goto --> Global Categories"
    global valuation types via menu "Goto --> Global Types"
    2. Allocate the valuation types to the valuation categories.
    a) Select "Goto --> Global Categories".
    b) Position the cursor on a valuation category and select
    "Goto --> Global Categories --> Assignments --> 'Types->Category'".
    c) Activate the valuation types you want.
    3. Determine the local valuation categories for each valuation area.
    a) Select "Goto --> Local definitions".
    b) Position the cursor on a valuation area and select
    "Goto --> Local Definitions --> Allocate Categoires->Org.units (button Cats->(OU)".
    You obtain a list of the global valuation categories.
    c) Activate the categories to be used in this valuation area.
    The system creates the local valuation types based on the allocations under point 2.
    Only now can you create a master record with split valuation.
    Regards,
    Kumar

  • What's the best app for editing and viewing office doc's

    What is the best App for editing and viewing office doc's, that will be compatable with IPhone 5S and Air pad?

    Search the app store, find one that you like and that works for you.

  • What are the system requirements for Adobe Content viewer?

    What are the system requirements for Adobe content viewer?

    Hi j80r59m,
    Please check the KB : http://helpx.adobe.com/digital-publishing-suite/help/create-custom-viewer-app-ipad.html

  • Urgent please help: what is the table name for cash management reports?

    I am wondering what the table name for cash management reports is. I am trying to figure out then if I have any missing.
    Please help.

    I checked MSEG table. But, I didn't find any field for date.
    Can you tell me field name.
    Regards
    Siva

  • Assigning the Authorization group to particular transaction code

    Hi,
      How do we Assign the Aughorization group to particular Transaction code with authorization object. Is there any transaction code ?
    if anyone know, please let me know.
    With Regards,
    Prasad.

    The Tcode is tied to a Program & you can assign the Program to an Authorization Group via its attributes. I don't think there is an option to directly attach a Tcode to an Authn Group.
    ~Suresh

  • Assign Customized Sapscript in place of the standard one for CASH JOURNAL

    Dear All,
    I created Customize Sap-script at the place of standard one in FBCJ (Cash Journal) , Please let me know the procedure to assign customize form at place of stancdard one.
    Thanks & Regards,
    Rajnarayan

    Hi,
    correspondence type for Cash Journal is SAP18.
    The program attached in SAP18 is RFKORD80 (SPRO-Financial Accounting Global Settings (New)-Correspondence-Assign Programs for Correspondence Types). If you want you can modify driver program also by creating z. attach it to correspondance type SAP18.
    For the above program you can assigned your customized script in the below navigation path:
    SPRO-Financial Accounting Global Settings (New)-Correspondence-SAPscript-Based Forms-Define Form Names for Correspondence Print.
    Hope this helps you.
    Regards,
    Azeem.

  • What is the lpadmin group?

    After a new harddrive installation last week, I migrated my account back onto the system from a Time Machine backup. The folks at the Apple shop had set the default user to the name I had been using before, but the TM migration wouldn't overwrite this with my settings and forced me to create a new user account. All fine so far, if a little irritating.
    Today I went to use my printer for the first time, and realised that it wasn't installed. When i selected it, I was prompted to enter the User Name and Password for a member of the 'lpadmin' group. Although my preferred user account is an admin, it wouldn't accept those details. The user name and password for the 'other' account worked, but I can't track down where this lpadmin group exists, and how to add my preferred username to it.
    Anyone know what's going on here?
    thanks.

    Lpadmin group is a system group used by the CUPS printing system that is integrated into OS X. For more detail you can Google "lpadmin" which will provide numerous informative links. If you open the Terminal application in your Utilities folder then enter the following:
    man lpadmin
    Press RETURN.
    You will get the Unix documentation for the lpadmin command that you may find helpful. You can also access the CUPS system via your browser using http://localhost:631/.

Maybe you are looking for

  • Apps are frozen

    Can't open apps

  • Access with JCO

    Hi All. What adjustments are necessary in SAP R/3 for access with JCO?

  • Nano doesn't turn on

    GRRRRRRRRRRRR. I've had nothing but problems with this player. iTunes Store never worked and now this. The batteries ran low for the first time (I've had it for about 2-3 months and I always charged it) and after charging the Nano started just really

  • Cannot purchase on new store client

    I cannot purchase anything on new store client 3.16. The message 'Cannot Pay, payment for (xxxx app) was not processed always shows.

  • Regular Expression Validation

    Hi, I'm trying to use a regular expression to validate password. I create a validation in my item called P502_PASSWORD. I choose regular expression type. At the Validation Expression 2, I put this expression: ^(?=.*\d)(?=.*[a-zA-Z])(?!.*[\W_\x7B-\xFF