Report for Posting Rule details for Functions/items

Hello
Is there a standard program in SAP to take a report or listing of extract in MS Excel of the posting rule details configuration settings in SAP-JVA.  I am fairly certain there is a program to extract the details in Excel but I am not sure what is the name of that program and how to use it. I appreciate any ABAP programmer or expert can guide me how to go about this listing.
Thanks

Hi Raghavendra,
In order to do postings in JVA, we create posting methods and under that Posting method we have to create and configure posting rules. Under the posting method, there are SAP JVA processes or functions and function items that are used to create the posting rules. The posting rules details are specified for each function and function item combination and involve the specification of Recovery indicator along with posting keys, SE indicator and billing indicator.
I am not convinced that the standard codes in my system for posting keys, recovery indicators and billing indicators are exactly the same as the default settings and I need to check it along with the posting rule details.
Please see the screenshots attached to give you an idea. I am looking for an ABAP program or report program to take out a listing of these posting rules details from the system.
Spro - JVA - Posting rules fig 0
Posting method / Posting rules screen - fig 1
Posting rule item codes for function CCOP
Posting rule details for function/item CCOP/AC

Similar Messages

  • Posting rules exist for account key

    Hi ,
    I got the message while creating PO AND WHEN I try to enter Tax code and Tax Jurisdiction i am getting the following error message :
    No posting rules exist for account key
    Message no. FF714
    Diagnosis
    No posting rules have been defined for the account key in the tax table in table T007B.
    Procedure
    Change the tax table, enter an account key already defined for the transaction in question or define the posting rules for a new account key in table T007B.
    can any one give me solution to solve this issue !!!
    Thanks & Regards,
    senthil.

    Hi Senthil
    Based on your explanation I can understand that the Configuration settings for Automatic Account Determination is not done perfectly for the Account Ket vs GL Account. Do cneck this process carefully because here we define the posting rule, posting keys for the determined account key and later assign the same to the GL Account.
    regards
    Murali Kanth Natti

  • No posting rules exist for account key

    Hi
    When i am creating PO with Excise, it shows the below error:
    No posting rules exist for account key
    Message no. FF714
    Diagnosis
    No posting rules have been defined for the account key in the tax table in table T007B.
    Procedure
    Change the tax table, enter an account key already defined for the transaction in question or define the posting rules for a new account key in table T007B.
    I have checked OB40, OBCN, OBYC, but unable resolve. correct me if i miss anything??
    Regards
    Prasanna

    I have checked OBQ3 & OBCN. And changed the transcation key, but still same exist.
    This is first excise po.
    hope am not missing any thing.
    Regards
    Prasanna

  • No posting rules exist for account key while doing purchae order.

    Hi SAP Expert,
      I have following problem while doing purchae order.
    No posting rules exist for account key
    Message no. FF714
    Diagnosis
    No posting rules have been defined for the account key in the tax table in table T007B.
    Please give me reply.
    Thanks in advance,
    Yogesh.

    check MM pricing procedure for any condition account key is assigned and for that account key, no GL is configured in OBYC, if it is related to tax condition type OB40.
    regs,
    ramesh b

  • No posting rules exist for account key - ME21N

    Hi all!
       I am raising a PO and while assigning the tax code system throws me an error as below,
    ___No posting rules exist for account key___
    No posting rules exist for account key
    Message no. FF714
    Diagnosis
    No posting rules have been defined for the account key in the tax table in table T007B.
    Procedure
    Change the tax table, enter an account key already defined for the transaction in question or define the posting rules for a new account key in table T007B.
    Thanks in advance,
    Raj.

    Hi
    Goto OBYC and then select your transaction key
    Thne enter Chart of account -
    Define maintain Pposting ket and rule
    Regards
    vivek

  • Bapi for posting FI documents for new General ledger accounting

    Hi,
    We have a requirement for posting FI documents for new General ledger i.e for transaction FB01L. Is there any BAPI for the same so that BDC can be avoided.
    The BAPI "BAPI_ACC_DOCUMENT_POST" is used for FB01. Can we use it for FB01L?? As in this BAPI ledger group field is not there. Please suggest.
    Thanks in advance.
    Regards,
    Gaurav

    Hi Sandra,
    Solved myself using the below options.
    If you are using the BAPI - BAPI_ACC_GL_POSTING_POST, you can pass accounting principle field in importing structure BAPIACHE08. The relation between Legder group & accounting principle has to be configured in SPRO by FICO consultant. Once they configured in the system, get the accounting principles and then pass the accounting principle .
    Code:  s_documentheader-acc_principle  = wa_header-acc_principle.
    Reward me if this will help you.
    Thanks,
    Yerukala Setty

  • Function modules or BAPI for posting plan costs for WBS Element

    Hi all,
    Does anyone know, whether there exists a function module or BAPI for posting plan costs to a WBS Element? K_COSTS_PLAN_PS does not work, because RKP1 is not allowed.
    Greetings

    check
    BAPI_COSTACTPLN_POSTACTINPUT   Activity Input Planning: Posting                
    BAPI_COSTACTPLN_POSTACTOUTPUT  Activity/Price Planning: Posting                
    BAPI_COSTACTPLN_POSTKEYFIGURE  Stat. Key Figure Planning: Postings             
    BAPI_COSTACTPLN_POSTPRIMCOST   Primary Cost Planning: Postings                 
    BAPI_PDTRANSCO_POSTPRIMCOST    Transfer of Planning Data: Post Primary Costs   
    K40C                           CO Actual Postings, Manual                      
    BAPI_ACC_PRIMARY_COSTS_POST    Accounting: Post Primary Costs                  
    BAPI_COPAACTUALS_POSTCOSTDATA  BAPI Operating Concern: Post Costing-Based Actua
    BAPI_PRIM_COST_CHECK_AND_POST  Primary Costs: Formal Parameter Check           
    S@meer

  • Bank statement search string for posting rule 2

    Hello,
    I created a search string (also activated) for clearing sub legder account. Folowing are the combinations i tried:
    1) ###(.| )#######
    2) (^| )###(.| )#######( |$)
    3) ###.#######
    Open document reference text on header normally carries  3digits followed by a dot and then seven digits. For example:
    123.1234567.  I also want to include 123 1234567 (sometimes it appears like this in bank statement) but the system should intrepret it as 123.1234567.
    I think above string acheived this when i did a TEST (button) next mapping screen on the same screen.
    I uploaded the bank statement and then went to another config where you do simulation for a bank statement (uploaded). There the system checks for first three digits only and the document found coloumn is blank (because it checks only first three digits and there are too many probable customers in partner's field).
    Posting rule - algorithm is  no 21
    search string - algorithm is no 21
    mapping field in search string - i tried with bland and without blank (###.#######) it is all same.
    How to make the system check 3+7 digits with dot? and why it checking only first three digits. Can some help?
    BG

    Hi,
    I also would be interested to know this. If anybody can give a step by step analysis, it would be highly appreciated.
    Regards,
    Ravi

  • Function module for getting stock details for a given period or date range

    Hi experts,
         Any function module available for getting stock details batch, plant, storage location, and period wise. <<removed_by_moderator>>
    Thanks in advance
    M Prasanna
    Edited by: Vijay Babu Dudla on Apr 28, 2009 7:23 AM

    Hi,
    Try with this FM:
    BAPI_MATERIAL_AVAILABILITY .
    Go through this link for more details:
    ABAP Development
    by
    Prasad gvk.

  • RA Settlement User Exit for Posting rules

    Hi,
    For settlement of RA data the postings rules are defined in OK8G and the same are used while running settlement CJ88 or CJ8G.
    My question is do we have a user exit which kicks in at the time of settlement and could let us change the rules for a certain set of Projects?
    OR if we could have a substitution rule in place that could kick in at the time of settlement and would pick up the rule based on a critria?
    The reason for the above question is because we are trying to settle the Projects based on two selection critira:
    a) Based on RA key i.e. for RA key A use posting rule "123" and for projects with RA key B use posting rules "456".
    b) Based on the Work in Progress ( POCI and POCS) values we need to further decide if we need to change the posting rule or use exiting one.
    If RA key = A
      use rule "123"
          else if WIP position < 0
            use rule "123"
         else use rule "456"
    End

    Ankush,
    These are the routines for validation / substitutions where in you can write your own code. Check it in SE38.
    Regards
    Sreekanth

  • User exit for post good receipt for tcode VL32n(inbound delivery)

    HI,
    I need a user exit which should get triggered when the user hit the button "post good receipt" under tcode VL32N. I appreciate your help.
    Thanks,
    Sanjay

    Hi,
    Here is the list
    Enhancement                                                                               
    VMDE0004                                Shipping Interface: Message SDPACK (Packing, Inbound)       
    VMDE0003                                Shipping Interface: Message SDPICK (Picking, Inbound)       
    VMDE0002                                Shipping Interface: Message PICKSD (Picking, Outbound)      
    VMDE0001                                Shipping Interface: Error Handling - Inbound IDoc           
    V53W0001                                User exits for creating picking waves                       
    V53C0002                                W&S: RWE enhancement - shipping material type/time slot     
    V53C0001                                Rough workload calculation in time per item                 
    V50S0001                                User Exits for Delivery Processing                          
    V50R0004                                Calculation of Stock for POs for Shipping Due Date List     
    V50R0002                                Collective processing for delivery creation                 
    V50R0001                                Collective processing for delivery creation                 
    V50Q0001                                Delivery Monitor: User Exits for Filling Display Fields     
    V50PSTAT                                Delivery: Item Status Calculation                           
    V02V0004                                User Exit for Staging Area Determination (Item)             
    V02V0003                                User exit for gate + matl staging area determination (headr)
    V02V0002                                User exit for storage location determination                
    V02V0001                                Sales area determination for stock transport order                                                                               
    Business Add-in                                                                               
    DELIVERY_ADDR_SAP                       Address Change in Delivery Processing                       
    DELIVERY_PUBLISH                        Announcement of delivery data during database update        
    Shib

  • Block G/L Account  for posting but not for parking

    Hi all,
    is there a possibility to customize a G/L account in a way that it is blocked for posting but not blocked for parking?
    Kind regards,
    Georg

    Hi Georg-Stefan,
    Directly, you cannot define such a thing. G/L blocking works on every posting level.
    You can try, though, to pull a trick with a validation (OB28) checking on the BKPF-BSTAT field if it's not V - then block the posting. The prerequisites will be the G/L accounts, which can be organized in sets for better maintenance.
    Regards,
    Eli

  • Account is blocked for posting - parking Invoice for one time customer

    Hi Experts
    My end user is encounter error "Account is blocked for posting " when they tried to park invoice for one time customer (FV70). I checked and confirm the customer is not been blocked and allowed for posting in this period. Anything i can do for resolve this issue?

    Hi
    after you open T-code FS00 click on the GL and choose the change pen then click on  un-mark the Lock indicators .
    Regards
    Mahmoud El Nady

  • Test for Post Goods Receipt for PO unknown

    A purchase order has been created and has been maintained in the system. When a receipt is entered in SAP, it must reference a purchase orde r to verify the 3 way match process (i.e. purchasing departments, warehouse, and accounting or A/P).  The vendor typically provides a packi g slip for the material and/or a bill of lading for the carrier, which will contain information relating to who the vendor is, the material  and quantity delivered.  In the event of a non-stock material, the requesters name should be printed on the BOL to ensure proper attention.

    Hi,
    To ensure person name who has created the PO for the non-stock material, you can try this by making  field Requestioner mandatory in the item overview. So that while creating the PO system will ask user to enter name of the person requesting the Material. The same data will be transfered into GR.
    Regards
    Ravi shankar

  • I have received an email with a link for credit card details for a donation to Firefox. Is this legit? Thanks, Bill.

    your browser.
    From Mozilla, a non-profit organization and developer of Firefox
    Hi there,
    As 2011 comes to a close, we at Mozilla want to say thank you to all of our Firefox users, supporters and community members. Quite simply, we do what we do because of you.
    Mozilla is the force behind Firefox, but we're also a whole lot more than that. And the more people I talk to, the clearer it becomes that not everyone knows what Mozilla is and how we're different. So today, I wanted to make sure you understand it because you're such an important part of our story.
    Mozilla is a global non-profit fighting to keep the Internet safe, accessible and awesome. Our goal is to put the power of the Web in people's hands and to innovate for users everywhere. That means a better experience for you and a brighter future for the Web.
    So what does that look like? We put together a short video that tells the story of what is possible when a small group of people – a community of idealists, innovators and collaborators – comes together to create, shape and build the future of the Web. Please take a moment to watch the video. If you like it, share it far and wide and consider making a tax-deductible gift to help support the work that we're doing together.
    Mozilla is always developing new projects that allow people to dream, discover and create online. Whether it's Hackasaurus, our project that teaches kids to remix and shape the Web in a way that sets them up for a lifetime of creation, or Popcorn, which lets anyone bring the Web into video, we're building software and programs that will create the next generation of webmakers.
    But as a non-profit, we can only do that if folks just like you support us.
    As the year is almost over – and as part of our ongoing fundraising efforts – I'd like to ask you to make a gift of just $10 or more:
    https://donate.mozilla.org/End-Of-Year
    With your help, we can continue to innovate on your behalf without any pressure to compromise, and make the future of the Web brighter than ever. We invite you to be part of something bigger than the Web – something bigger than all of us.
    Sincerely,
    Mark
    Mark Surman
    Executive Director
    Mozilla Foundation

    It is real as you subscribed to it at https://www.mozilla.org/en-US/newsletter/ .
    The recent newsletter is https://awesomeness.mozilla.org/pub/sf/FormLink?_ri_=X0Gzc2X%3DUQpglLjHJlTQTtQyTQ7yhQDvQ8NzcSQGQ2Qy5mVXMtX%3DUQpglLjHJlTQTtQyTQ7yhQCgQ8NzcSQzgQaQds8&_ei_=.
    At bottom it says.
    Thanks for Reading!
    ''You're receiving this email because you subscribed to receive email newsletters and information from Mozilla. If you do not wish to receive these newsletters, please click the Unsubscribe link below''.
    Unsubscribe

Maybe you are looking for

  • Failed to open package file due to error 0x800C0006 "The system cannot locate the file in C# code.

    Hi, Am facing issue when I try to run SSIS package via C# code, I have given full access to all the folder in which the package is available. In the below line am getting error, using Microsoft.SqlServer.DTS.Runtime; Application app=new Application()

  • HP LaserJet 500 support on HOST-RESOURCES-MIB

    Hi, We've various HP printer install in our campus.  I've tried to enable snmp in one of the HP printer ( e.g.  HP LaserJet 500 color M551).   Our goal for the HP printer is to have them response the SNMP "hrDeviceDescr"  under the HOST-RESOURCES-MIB

  • Problems with using the singlewrite function (in the CWDIO control)

    Hi, I'm using an old nidaq card (PCI 1200) with nidaq 6.9 (the card is not supported after this version). I'm using a CWDIO control to send regularly orders to an other card (an order every 50 ms for example) using these lines of code : CWDIO1.Ports.

  • How to concatenate in se38 and smartforms.

    hi experts      i m new in sap, so please help me out from my query regarding concatenate. I have written code in se 38 by concatenating  2 fields and i am getting output . But now when i am using smartforms with se38, i am not getting output. I thin

  • How Do I Preview QT Mpeg4 Video in Windows Explorer?

    I have tried everything I can to try to get QuickTime videos to be viewed at thumbnails in Windows Explorer, but only Windows AVI and DIVX videos will be previewed as thumbnails. I tried these things: 1. Installed QuickTime 7.6.2.14.0 updated this we