Accounting entry view needs to be restrcited for STO transactions

Hi
There is Stock Transfer scenario at my place. Stock transfer (from one plant to another) is done after adding some profit margin to the cost of material. Note: My different plant represents different profit centers
Ex: STO is done from plant 1000 to plant 2000. Cost of material is Rs.100 and profit is Rs.20. Hence STO is done at Rs. 120
Entry posted:
Stock Plant 2000 (Profit center 2000) - Rs. 120
   To Stock Plant 1000 (Profit center 1000) - Rs 100
   To Profit Margin (Profit center 1000) - Rs. 20
Now i want that this account entry should not be view by plant 2000 (whose profit center is 2000). Reason is that the management don't want that receiving plant should know about the profit.
So let me know if i can block the view of accounting entry for plant 2000 for STO transaction only. Plant 2000 should be able view rest all accounting transactions like Purchase from third party, sales, etc.
Note: For STO transactions, we have created separate PO (Document type) as ZSTO.
Please help
Edited by: Deepak Agrawal on Sep 8, 2011 5:58 PM

Hi,
You can simply take authorization of GL involving in plant desired. Please ask your BAsis guy to revoke activity 03 against object F_BKPF_BES for authr group of GLs from desired users. It will meet your requirment.
Regards

Similar Messages

  • Accounting entry against Excise invoice not created  for Service Tax sales

    Dear all,
        I am facing one problem related to accounting entry against excise invoice not created, for service tax sales scenario in SEZ plant.
    Accounting entry against billing document is generated,which contains revenue account-Debit entry,service tax 10% --Debit entry,ECS-Service tax 2% --Debit entry, SECess Service Tax 1% --Debit entry & Sundry Debtors (Reco)  - Domestic(Customer receivable reconciallation) account-Credit entry.
      But after generating excise invoice, accouning entries not generated for clearing of Cenvat suspense entry(i.e.service tax 10% ,ECS-Service tax 2% , SECess Service Tax 1%) which is generated during billing document.
    Plz. suggest step by step guideline to resolve this issue.
    Thanks & Regards,
    Mukesh Pardeshi

    Hi ReazuddinMD,
    thanks for your reply and support...I checked all the entries/accounts maintained correct.. but the Accounting entrys against Excise invoice not created..
    Now i am geeting error as below at the time of saving Excise invoice,
    No account is specified in item 0000000001
    Message no. F5670
    Diagnosis
    No account was specified for account type "S" in item "0000000001" of the FI/CO document.
    System Response
    The Financial Accounting program cannot process the document.
    Procedure
    A system error has probably occurred in the application you called up. Check the data transferred to item "0000000001" of the FI/CO document.

  • Need a BADI/ exit for MIGO transaction

    Hi,
    I need a BADI / exit for tha transaction MIGO. My requirement is before displaying the materials in the item tab, check whether the user has authorization for that material or not. If he has no authorization, give error message. This should be done for all types of documents.
    Please let me know if you need more information.
    thanks,
    Kishore

    hi,
    You can have the authorization for the inventory management via authorisation..
    Check the path: SPRO --> MM --> Purchasing --> Inv. management nad physical inventory --> Authorization management  --> Maintain roles and assign users....
    Regards
    Priyanka.P

  • Need help in BDC for FB01 transaction

    My requirement is like this,
    I have a selection screen in which I need to give file name in and have two radio buttons 1)test mode 2)Update mode
    u2022     On execution of the program in test mode a pop up screen should appear for user stating any errors in the line items.
    u2022     On execution of the program in the Update mode...a pop up screen should appear stating the documents numbers posted.
    u2022     On successful execution the system will open a new screen stating the document number which was generated. In case       of error the new screen should show the error and should not post  any items in that file.
    Could anybody help me in this. And which BDC method is best for this scenario.
    Regards
    Tom

    Hi
    The COMMIT before and after CALL TRANSACTION is useless, The transaction FB01 calls the commit by itself, so u need only:
    CALL TRANSACTION 'FB01' USING BDC_TAB
                                                   MODE 'N'
                                                   UPDATE 'S'
                                                   MESSAGE ITAB.
    Now ITAB is like structure BDCMSGCOLL, so after CALL Transaction u can use message statament in order to show a popup with message:
    CALL TRANSACTION 'FB01' USING BDC_TAB
                                                   MODE 'N'
                                                   UPDATE 'S'
                                                   MESSAGE ITAB.
    LOOP AT ITAB.
    MESSAGE ID ITAB-MSGID TYPE 'I' NUMBER ITAB-MSGNR
             WITH ITAB-MSGV1 ITAB-MSGV2 ITAB-MSGV3 ITAB-MSGV4.
    ENDLOOP.
    Max

  • Need help on BDC  for MB1A transaction.

    Hello Abapers,
    I need to create a BDC for t-code MB1A to do the Goods Issue with reference to reservation.
    I am not able to use the BAPI 'BAPI_GOODSMVT_CREATE' to do the goods issue as there are some additional functionalities (Stock Determination) to be included.
    The problem I am facing is, The stock determination will determine the Quantity, Storage Location and Valuation type for every item of the reservation. The quantity will be picked up from multiple storage locations and as a result the line item of reservation will be split into two or more for Goods Issue.
    When this happens, If the reservation is having multiple line items, tracking the next item becomes a problem.
    Please suggest a way to approach this problem.
    Usefull answers will be rewarded.
    Thanks in Advance,
    Vinutha.

    Hi
    The COMMIT before and after CALL TRANSACTION is useless, The transaction FB01 calls the commit by itself, so u need only:
    CALL TRANSACTION 'FB01' USING BDC_TAB
                                                   MODE 'N'
                                                   UPDATE 'S'
                                                   MESSAGE ITAB.
    Now ITAB is like structure BDCMSGCOLL, so after CALL Transaction u can use message statament in order to show a popup with message:
    CALL TRANSACTION 'FB01' USING BDC_TAB
                                                   MODE 'N'
                                                   UPDATE 'S'
                                                   MESSAGE ITAB.
    LOOP AT ITAB.
    MESSAGE ID ITAB-MSGID TYPE 'I' NUMBER ITAB-MSGNR
             WITH ITAB-MSGV1 ITAB-MSGV2 ITAB-MSGV3 ITAB-MSGV4.
    ENDLOOP.
    Max

  • Clarification on account entries for goods receipt

    Hi Experts,
    I have my accounting document for a goods receipt as follows. I understand that 3 sets of entries refer to 3 different SKUs in the GR. However I do not understand the purpose of having 3 sets instead of one clubbed double entry. Is there a way to track back to the corresponding GR line?
    Any help is much appreciated.
    Thanks in advance,
    Em Jay

    Material document number is stored in table MSEG and MKPF and accounting document number is stored in table BKPF and BSEG.
    You can find the relation in table, you have to compare this BSEG table with MSEG table,
    You will find the PO number (EBELN) and line item number (EBELP) in both table.
    The EBELP will be same for each line item of accounting entry and material document number.
    BSEG table
    And MSEG table
    Although you can assume there will be a sequence for material document number and accounting document number.
    Suppose you have the 3 sets of accounting entry. The 1st set is for the first line of material document number, the 2nd set id for the second line item of material document number and the 3rd set is for the third line item of material document number.

  • Document types - gl view & entry view in a gl

    Hi Experts
    Iam very much confused with the following.
    When we are defining document types and document number ranges in ECC 6.0 what is and the difference between
    1) Define Document types for entry view in a ledger
    2) Define document types for general ledger view
    3) Define Document Number Rangers for General Ledger View
    Pl. explain clearly,
    full points for clear answer.
    Vijay
    Edited by: VijayKumar Domakonda on Jan 8, 2008 2:08 PM

    In General Ledger Accounting, the document types you define for the documents in the entry view need to be different to those for the documents in the general ledger view:
    ·        Document Types for Documents in Entry View
    ¡        For your leading ledger, you can use the document types delivered by SAP or you can define your own document types.
    ¡        For your non-leading ledgers, you only need to define separate document types for documents in the entry view for those ledgers that are used as the representative ledger in a ledger group.
    ·        Document Types for Documents in General Ledger View
    ¡        For the leading ledger, the document in the entry view corresponds to the document in the general ledger view. Consequently, you do not need to define separate document types for documents in the general ledger view.
    ¡        For your non-leading ledgers, you only need to define separate document types for documents in the general ledger view if the fiscal year variant of the non-leading ledger  differs from the fiscal year variant of the leading ledger in a given company code.

  • Entry View is not matching with General Ledger View in a document

    Dear Experts
    My problem is entry view is not matching with general ledger view because of  profit center. I have  posted the general ledger account with posting key 40 and profit center 1200 but when we see the same through general ledger view getting different profit center (i.e. 1410).
    Offsetting general ledger account is compulsory ? if it is working for one general ledger account it should support other general ledger accounts also, but it is not the same in our scenario. Any customization level problem ?
    Earliest help is needed.
    Thanks - VG.

    Hello VG,
    In the general ledger view, the line items for the selected ledger are taken from a data merge between the document line items in the entry view and the document line items in the general ledger view. In the case of fields that exist in both views, the data in the general ledger view takes priority. However, fields are only transferred from the general ledger view to the fields in the entry view if they are active in the relevant ledger. If fields exist in the general ledger table group but are not active in the relevant ledger, they are transferred from the entry view. In the data merge, amounts in the entry view are in some cases (such as cash discounts) distributed proportionately across the amounts in the general ledger view. This is necessary if, as a result of document splitting, a line item in the entry view has been split into multiple line items in the general ledger view. The proportionately distributed amounts in the entry view cannot then be used for reconciliation with account balances because the total of the cash discount amounts from the line items, for example, does not correspond to the balance of the cash discount account as a result of the rounding differences.
    Pls check this,
    Rgds
    Manish

  • Accounting & costing view in the material master

    hi
    my client wanted to block the accounting & costing view in the material master for the end users
    what i need to do

    Hi,
    You can (Authorization material master by views of accounting & costing ) achieve this by way of authorization control. In transaction PFCG, select your role for creating / changing the material master. Select option Maintenance statuses. Then at change status option select views that you want to give the authorization to the users. Create profile & save the role. Now assign the role to the users. They will get only those views you have selected. You have to select those views in all the roles related to material master (create, change, display).Better Consult Basis Consultant,
    Regards,
    Biju K

  • Third party accounting entries

    Hi SD Gurus,
    Could you please tell me what are accounting entries in Third party sales process.
    Thanks & Regards,
    Nivas

    Hii,
    In Third party the same accounting entry generates as like normal invoice for Customer
    For Third Party Customer entry is
    Customer             Dr.
    Discount              Dr.
    Sales Revenue   Cr.
    Taxes                 Cr.
    Invoice Varification of Vendor   (MIRO)
    Vendor         Cr
    GR/IR    Dr
    Regards
    Shambhu Sarkar
    Edited by: SHAMBHU SARKAR on May 15, 2011 11:12 AM

  • Balance with currency at the account entry moment

    I am trying to do a balance report similar to f.01 transaction report but in which you may choose the currency like filter and the currency valuations in the summarizations will be the valuation of the currency at the account entry moment.
    Do you know any balance transaction (or abap source code) that I may use, that apply that way to made the summarizations (in reference to currency use)?

    I have found the following temporary workaround until MS fix the underlying issue.
    Remove (or comment out) the following line from ApplicationInsights.config:
    <Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCollector.PerformanceCollectorModule, Microsoft.ApplicationInsights.Extensibility.PerfCollector"/>
    Note that this is a termporary workaround, but I'm sure they'll be fixing it soon.

  • Exit or Badi for Migo transaction for given condition

    Hi,
    I need exit or Badi for MIGO transaction for the following condition ( When the goods receipt for the PO is initiated, prior to posting the accounting document).
    Please let me know
    Regards
    Ramesh

    Hi
    In rel 4.6C you can find these BADIs:
    - MB_DOCUMENT_BADI or MB_DOCUMENT_UPDATE
    and these exits: MBCF0002, MB_CF001
    Max

  • Background JOB scheduling for BD87 transaction for IDOC processing

    Hello All,
    I have a requirement to schedule program(BD87) for background processing.I have created varient for selection screen.
    Query is how do i slect a particular node ithe tree and execute a particular button in background processing.
    Do i need to write BDC for BD87 transaction?? or there is any other approach for the same.
    Thanks.

    oh!! that's different! if your IDOCs have errors and remain in status 51, no transaction in the whole world can proceed them.
    you will have to investigate what caused the status 51. go to transaction BD87, select your IDOCs and go to the IDOC-body. you have several segments there: contol, data and status ... go to the status-segment, open it and double-click on the message in red at the side of the status 51 - analyse the error, edit the IDOCs or - if that is no solution, kill them and create new ones.
    what is the error message? (just out of curiosity ...)

  • Need to view accounting entries for PO Delivery

    Hi,
    I need to view the accounting entries when Delivery is done for a PO Receipt. Can someone tell me how can I see it?
    Regards,
    Birju

    Hi,
    If your are using discrete manufacturing inventory above said solution and also you can see in Purchasing
    Oracle Purchasing->Receiving Transactions Summary
    Enter receipt and click on Transactions and go to Deliver Transaction go to tools and view accounting
    If you are using OPM inventory
    You cant see in inventory module,Go to OPM Financials->View Transactions->Material Transactions
    Enter Source  type as Purchase order and source enter Po number and go to tools and select view accounting
    Thanks,

  • Accounting entries for initial stock upload (URGENT HELP NEEDED)

    Dear all,
    I wanna confirm following are my accounting document entry kindly confirm if it is right.
    CO.Code Itm PK SG Account Description Amount Curr.
    2000 1 91 235199 Balance Upload Account 12.000,00- SAR
    2000 2 86 411520 Price Difference Acc. 1 2.000,00 SAR
    Can any one confirm me that my entries are correct or not??????????
    Regards,
    qsm sap
    Edited by: qsm sap on Feb 12, 2008 7:41 AM

    Hi,
    For loading HALB or FERT items (Materials with Price Control S)
    correct way is to run Standard Cost Estimate and then Upload the stock with Qty only , here system will take the Standard price from the material master,
    In the a/c entries you have written it appears that Material is of "S" type and price is maintained as 0 (Zero) in master that's why all the Intial stock value has gone on to PRD account,
    If you are not using standard Cost estimated (or not in a position to do that) but still have the correct stock qty and value with you, what you should do is :
    Change the price control to "V"
    Load the stock with qty and value, (system will calculate MAP and update the Material master),and there is no question of hitting PRD account
    After all the Stock is uploaded for the material , change the Price Control to "S"
    system will take the prevailing MAP at this instant as Standard Price for all future transactions

Maybe you are looking for

  • All applications are missing in my applications folder. How do I get them listed again

    I have a folder listed but it shows being empty. Is there any way to rebuild the folder or some correction to the problem?

  • What is the best way to charge MacBook Pro?

    What is the best way to recharge the batter on a MacBook Pro? i was wondering if i can keep the battery charging overnight, or if i should drain it before charging it.

  • How to unlock a Mac

    Hi everybody, My stolen Mac has just been returned after being succesfully located in the cloud. The Mac was also locked with the Find my iPhone app. My problem is that I find no way to unlock it because it doesn't find the start-up disk (questionmar

  • Porting Oracle 7 related application to Oracle 10

    Hello fellas, Currently I am trying to port an application from a legacy workstation that uses oracle 7 DB to SunBlade1500 which uses Solaris 9 and Oracle 10 database. Unfortunately, I faced alot of problem during object linking process, and most of

  • Help: RenderAtClient vs different Acrobat Reader versions

    Hi, I'm used to LC 7.2, Designer 7.0 and Reader 7.x and they all work fine initially. After Reader 8.x on some client PCs were introduced, the following conflict is encountered: If I turn on RenderAtClient=true/auto and viewed by Reader 8.1, the layo