Table AFRU, Transaction CO11N, confirmation not released?

Hi Gurus,
this question is regarding confirmation numbers (AFRU or other tables) and transaction CO11N.
can you help me in with problem (Test condition)?
Send notifications of not released orders.
my question is how? what table? field? transaction? anything. can someone explain me this? i made an FM that simulates CO11N and it is one of the test conditions.
Thanks

Hi,
Your question is not understood. Can you please explain a bit more. If you question is purely Functional, Please post the same in Functional Forum.

Similar Messages

  • BPEL Toplink Adapter not releasing table lock

    We have a bpel process that attempts to do a merge on an Oracle table through the database adapter. If the merge operation is unsuccessful for any reason the process retries for a set number of times. We have found that a lock is generated on the tables in question and not released the first time. When the process retries it then hangs as it is waiting for the locks to be released.
    We are using version 10.1.2.0.2
    Thanks,
    Ashley

    Hi Ashley,
    I don't believe this is related to cache settings.
    Lets say a merge writes several rows and then fails updating the last row, at this point it has locks on the first n - 1 rows. The merge never acquires read locks.
    Because the merge failed though, the transaction is rolled back, locks always get released on a roll back.
    I confirmed with Glenn that when the bpel engine catches an exception, that transaction is ended (releasing all locks either way), and the next retry occurs in a new transaction.
    Some guesses I have:
    -in 10.1.2.0.2 turn on usesBatchWriting="true", then all the writes will happen in one statement.
    -whenever a bpel process waits between steps, if the wait time is very small the instance may be kept in memory. This could mean that the next retry occurs in the same transaction as the first, so maybe you could try increasing the retry interval?
    -investigate why merge is failing at all, maybe it failed in the first place because another process had a lock on the rows.
    Thanks
    Steve

  • Transfer Order Confirmation not updated in Header level (Table: LTAK)

    Hi,
        We are facing a problem, transfer order header is not updated with confirmation, but TO items are confirmed and resulting these transfer order to display in RF monitor (LRF1 and LRF2 transactions).
    And the other issue is, we are seeing some transfer orders created without item data (in LTAP table) and unable to confirm these TOs since Item data is not available, hence TO header is not updated with confirmation and resulting these TOs to display in LRF1 and LRF2 report.
    I have cleared some transfer orders by updating the confirmation field in LTAK table through debugging. But we see the issue is ongoing and would like to have permanent solution.
    It will be a great help if anyone have solution to these issues.
    Thanks & Regards,
    Nagarjun

    Hi Nagarjun,
    do you have any Z code in-between ?  Did you check OSS notes ?  Did you apply all patches to your system ?
    What you are describing is something usual when Z programs were developed, you should provide more details for analysis.
    Many thanks,
    Enrico

  • Currency BAM is not in Table TCURR transaction were moved to table PTRV_CCC

    Hi Team,
    we have problem , still we are maintaining currency  BAM not in TCURR table but when we upload the data credit card details
    system shows error message " Currency BAM is not in Table TCURR transaction were moved to table PTRV_CCC for correctionot
    we are maininting Exchaqnge rate like below
    GBP to BAM
    can any one guide me where is the Mistake ,
    thanks
    Ranamka

    Hi,
    To resolve this error, you will need the exchange rate defined in the TCURR table (ob08). Once defined, sap will just validate that it exists in teh system. The real exchange rate will be what Diner provides so the employees will see the correct GBP amount and the exchange rate from Diner (not from what you define in TCURR) and so the reimbursement in CAD will match what Diner is billing the employee.
    Depending on your config, the exchange rate field should be grayed out for credit card charges so that employees cannot change it and so the amounts will always match the billed amount.
    Hope this helps.
    Sal

  • Clob temporary table space is not released

    In our java web application, it uses datasource to call oralce stored procedure and get back data in Clob data type. The oracle version is 8.1.7.4. After the database call, the database connection is closed. But I found that the tablespace for Clob data is not released. Right now it becomes a critical issue of our production database. Anybody has any clue? Really appreciate.

    Team,
    We have a table of size 550gigs in size and we truncated the table , truncated sucessfully but space is not released in os level, what action we can take to release the space and this table has only one row and contains the binary data.
    Thanks
    PGR
    Hello,
    Yes space wont be released immediately .If large extents are in picture which I assume is your case it goes into deferred drop a background process which will execute after some time( time may vary).See below link for details.
    As per BOL if extents are more than 128 it goes in deferred drop.
    http://msdn.microsoft.com/en-us/library/ms177495.aspx
    You should wait for some time .keep checking the free space
    Below discussion will surely help you in understanding.See Jonathan's reply
    http://social.msdn.microsoft.com/Forums/en-US/4aa2537e-246b-4bfe-818d-3482531d9149/sql-server-2005-massive-400gb-table-dropped-space-not-released
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Space is not released after truncating the table

    Team,
    We have a table of size 550gigs in size and we truncated the table , truncated sucessfully but space is not released in os level, what action we can take to release the space and this table has only one row and contains the binary data.
    Thanks
    PGR

    Team,
    We have a table of size 550gigs in size and we truncated the table , truncated sucessfully but space is not released in os level, what action we can take to release the space and this table has only one row and contains the binary data.
    Thanks
    PGR
    Hello,
    Yes space wont be released immediately .If large extents are in picture which I assume is your case it goes into deferred drop a background process which will execute after some time( time may vary).See below link for details.
    As per BOL if extents are more than 128 it goes in deferred drop.
    http://msdn.microsoft.com/en-us/library/ms177495.aspx
    You should wait for some time .keep checking the free space
    Below discussion will surely help you in understanding.See Jonathan's reply
    http://social.msdn.microsoft.com/Forums/en-US/4aa2537e-246b-4bfe-818d-3482531d9149/sql-server-2005-massive-400gb-table-dropped-space-not-released
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Table for Invoices not release

    Is there any table to find the list of invoices which are not released for accounting
    if yes please let me know
    Regards,
    KK

    Hi,
    I think you could check table VBRK for the field: RFBSK(Status for transfer to accounting).
    The different value of this field means like following:
         Error in Accounting Interface
    A     Billing document blocked for forwarding to FI
    B     Posting document not created (account determ.error)
    C     Posting document has been created
    D     Billing document is not relevant for accounting
    E     Billing Document Canceled
    F     Posting document not created (pricing error)
    G     Posting document not created (export data missing)
    H     Posted via invoice list
    I     Posted via invoice list (account determination error)
    Regards,
    Alex

  • Why APO transaction data is not stored in tables

    Hi All,
    Why APO transaction data is not stored in tables.
    can u explain me.
    Babu

    Good question Babu,
    There indeed are tables for master data in APO database whereas the transaction data (qty, amount, dates and document numbers) are stored in a denormalized data base called livecache. But the master data too is identified with GUID's.. a cryptic and unique number given to e.g. a location, prodcuct, t/lane, customer and documents. This is because of speed of access if e.g. an external system is to fetch an information from APO using a unique session ID, instead of making a sequential read in APO tables, it read the live cache by called the GUID's that the calling characterics of the event. If one or more ECC system or an external execution system is connected to APO and one of the system collapses and rebuild again or if a system is assigned to a new business system group etc.. then its likely that systems can be out of sync and its where the live cache syncs up the data with APO tables again. If you still want to see tables in human readable format.. there are views available e..g the tables for locations LOCID and table for products MATLOC would take only GUID as inputs but the view V_MATLOC will show you the materials and locations by the numbers you know.
    Hope I was able to explain. But yes the why part is still something of a mystery to me.. becasue with transparent tables it is easier to create local reports in APO and thats what probably SAP doesnt want. SAP can answer best as to what were the initial user and commercial considerations when developing APO
    Regards,
    Loknath

  • Transaction CO11N- difference between confirmation dates

    Hello,
    I have a problem with the transaction CO11N when I do the confirm of the production order. I have a difference by 1 hour, between Confirmation entry date and Confirmed date for execution finish.
    Thanks in advance.
    Best Regards
    Vincenzo

    Hi,
    In simeple terminology co11n is opration wise conformation where as co15 is batch level conformaiton.
    hope you better understand.
    Thanks and regards
    E.Rambabu

  • If not listed under "Known Affected Releases", is it considered "Confirmed Not Vulnerable"?

    I have a hard time believing only this version of UCS is vulnerable... Since there is no distinction to identify versions  "Confirmed Not Vulnerable"; If the version is not listed under "Known Affected Releases", does it mean it is not vulnerable or could it also mean it wasn't tested/verified?
    While we are on the topic, how many versions back does cisco check?

    My daughter has had her Razr for about 9 months now.  About two weeks ago she picked up her phone in the morning on her way to school when she noticed two cracks, both starting at the camera lens. One goes completely to the bottom and the other goes sharply to the side. She has never dropped it and me and my husband went over it with a fine tooth comb. We looked under a magnifying glass and could no find any reason for the glass to crack. Not one ding, scratch or bang. Our daughter really takes good care of her stuff, but we still wanted to make sure before we sent it in for repairs. Well we did and we got a reply from Motorola with a picture of the cracks saying this was customer abuse and that it is not covered under warranty. Even though they did not find any physical damage to back it up. Well I e-mailed them back and told them I did a little research and found pages of people having the same problems. Well I did not hear from them until I received a notice from Fed Ex that they were sending the phone back. NOT FIXED!!! I went to look up why and guess what there is no case open any more for the phone. It has been wiped clean. I put in the RMA # it comes back not found, I put in the ID #, the SN# and all comes back not found. Yet a day earlier all the info was there. I know there is a lot more people like me and all of you, but they just don't want to be bothered so they pay to have it fix, just to have it do it again. Unless they have found the problem and only fixing it on a customer pay only set up. I am furious and will not be recommending this phone to anyone. And to think I was considering this phone for my next up grade! NOT!!!!

  • Tables For Linking Order Confirmation & Goods Receipt against Order

    Hi,
    We are using transaction CO11N (multiple times) with Auto GR feature. So, for every confirmation, a
    material document for corresponding goods movement also is created.
    Similarly for multiple confirmations, Mat Docs are created.
    I am looking for tables where I can get a link between Order Confirmation counters & respective Mat Document.
    I tried Tables AFRU and AUFM but it gives Mat. Document Number When only one GRis carried.
    Anyone Plz guide.
    regards

    To Dear ,
    This is the tables that used in production orders
                         AUFK                    Production order headers
         AFIH                    Maintenance order header
         AUFM                    Goods movement for prod. order
         AFKO                    Order header data PP orders
         AFPO                    Order item
         RESB                    Order componenten     
           AFVC                    Order operations
         AFVV                    Quantities/dates/values in the operation
         AFVU                    User fields of the operation
         AFFL                    Work order sequence
         AFFH                    PRT assignment data for the work order(routing)
         JSTO                    Status profile
    You can check here & I think AUFM ,AFVC ,AFFL may you will get trquire data .
    Pleasse check & revrt me back .
    Regards
    SANIL

  • CO11N can not post the backflush material properly

    Dear Gurus,
    When I use CO11N to post a Backflush material, the system returns error logs " No stock posting possible for this material".  Aside the warning and confirm straghtly, then I use COGI to post this error backflush material, It post successfully without any warnning message.
    (PS: I have checked my material type in OMS2, the parameter was right. And I can use MIGO_561 to post this material.)
    Why the CO11N can not post the backflush material properly, and then can be COGI properly ?
    Thanks in advance for your kindly help.
    BRGs
    Sivan

    Sivan,
    This is due to missing entry in a customisation table T158.
    Call Transaction SM30.Enter view 'V_158_ALL' for field 'Table/view'.Consider the entry for Transaction CO11 as a template and adjust the entry for Transaction CO11N correspondingly so that both entries are identical.Afterwards table T158 must be transported from the Customizing client into the other clients.
    Regards,
    Prasobh

  • PM Tables and Transaction

    HI...
    Plz provide the Plant maintenance(PM) Tables and Transaction.
    And detais about PMIS?? Use of it??
    thanks..

    Hi,
    PM T codes and PM Tables
    Equipement-- Maintable-EQUI
    Functiuonal location-     IFLOT
    Serial number             -SERI
    Material master         MATNR
    IE01                 Create Equipment
    IL01                 Create Functional Location
    IB01                 Create Equipment BOM
    IQ01                 Create Material Serial Number
    MM01               Material Master
    IB 01, IB11       Bills of materials
    IW21 - Notification creation
    IW31- PM order IA07 Display General Task List IA03 Display Equipment Task List IA13 Display Functional Location Task List IR03 Display Work Centre KO88 Settle Order (Single) IW32 Change Work Order IW31 Create Work Order IW33 Display Work Order IW38 Work Order List Editing - Change IW39 Work Order List Editing - Display IW40 Work Order List Editing - Display Multi Level ME21 Create Purchase Order (pre R4.6) ME21N Create Purchase Order (R4.6 onwards) IP41 Create Single Cycle Plan (R4 onwards) IE02 Change Equipment IE01 Create Equipment IE03 Display Equipment IE05 Equipment List Editing - Change IE08 Equipment List Editing - Display IW42 Overall Completion Confirmation IW26 Create Notification QS42 Display Catalog ML81 Create Service Entry Sheet MM03 Display Material CS03 Display Material BOM IW13 Material Where Used List IW66 Change Notification List of Tasks IW67 Display Notification List of Tasks IW22 Change Notification IW23 Display Notification IH01 Display Functional Location Structure MB11 Goods Movement MB31 Goods Receipt IW8W Goods Receipt for Refurbishment (R4 onwards) IP02 Change Maintenance Plan IP03 Display Maintenance Plan IP10 Schedule Maintenance Plan IP30 Deadline Monitoring IP11 Change Maintenance Strategy IP12 Display Maintenance Strategy IP19 Maintenance Scheduling Overview Graphic IP24 Maintenance Scheduling Overview List IW28 Notification List Editing - Change IW29 Notification List Editing - Display IW30 Notification List Editing - Display Multi Level IW64 Change Notification List of Activities IW65 Display Notification List of Activities IW68 Change Notification List of Items IW69 Display Notification List of Items IQ03 Display Serial Numbers IW24 Create Notification IP42 Create Strategy Maintenance Plan (from R4 onwards) IW25 Create Notification IL02 Change Functional Location IL01 Create Functional Location IL03 Display Functional Location IL05 Functional Location List Editing - Change IL06 Functional Location List Editing - Display IW41 Time Confirmation - Indvidual Entry IW48 Time Confirmation - Collective Entry with Selection IW44 Time Confirmation - Collective Entry no Selection IA11 Create Functional LocationTask Lists IA12 Change Functional Location Task List IL02 Change Functional Location IA05 Create General Task List IA06 Change General Task List IA01 Create Equpment Task List IA02 Change Equipment Task List IE03 Display Equipment IR01 Create Work Centre IR02 Change Work Centre CA85 Replace Work Centre IP13 Strategy Package Sequence IP14 Strategy Package Sequence IP04 Create Maintenance Item IP05 Change Maintenance Item IP06 Display Maintenance Item IP17 Maintenance Item List Editing - Change IP18 Maintenance Item List Editing - Display IP02 Change Maintenance Plan IP03 Display Maintenance Plan IP15 Maintenance Plan List Editing - Change IP16 Maintenance Plan List Editing - Display IK11 Create Measurement Documents IK12 Change Measurement Documents IK13 Display Measurement Documents IK22 Measurement Documents List Editing - Create IK21 Measurement Documents List Editing - Create IK22 Measurement Documents List Editing - Create IK18 Measurement Documents List Editing - Change IK17 Measurement Documents List Editing - Display IK41 Measurement Documents List Editing - Display Archive IQ01 Create Serial Numbers IQ02 Change Serial numbers IQ04 Serial Numbers List Editing - Create IQ08 Serial Numbers List Editing - Change IQ09 Serial Numbers List Editing - Display IK01 Create Measurment Point IK02 Change Measurement Point Ik03 Display Measurement Point IK08 Measurement Point List Editing - Change Ik07 Measurement Point List Editing u2013 Display and a few PM related tables: TPST -- Functional Location - BOM Link STAS -- BOMs - Item Selection STKO -- BOM Header STPO -- BOM item STPU -- BOM Subitem STZU -- Permanent BOM data RESB - Reservation, Material number, Requirement date, Required Quantity, Quantity withdrawn, Work order number RSADD - Date created, User ID of person who created the reservation MAKT - Material Description AUFK - Work Order description AFIH - Revision (as a selection field) MBEW - Total valuated stock (SOH) USER_ADDR - The User ID first name & second name RKPF - Reservation Header information if required.
    IP01 - maintenance plan
    Plant maintenance (PM) IHPA Plant Maintenance: Partners OBJK Plant Maintenance Object List ILOA PM Object Location and Account Assignment AFIH Maintenance order header AFIH Maintenance Order Header AFKO Order header data PP orders AFPO Order item (not used much) AFRU Order completion confirmations AFVC Operation within an order AFVV Order position data CRCO Assignment of work center to cost center OBJK Plant Maintenance Object List CRHD Work Center Header PLAF Planned order HIKO Order master data history HIVG PM order history: operations Logical databases: CNJ AUFK Order master data AFKO Order header data PP orders AFPO Order item JSTO Status object information JEST Object status Logical databases: ODK 12.1 Routings/operations MAPL - Allocation of task lists to materials PLAS - Task list - selection of operations/activities PLFH - Task list - production resources/tools PLFL - Task list - sequences PLKO - Task list - header PLKZ - Task list: main header PLPH - Phases / suboperations PLPO - Task list operation / activity PLPR - Log collector for tasklists PLMZ - Allocation of BOM - items to operations 12.2 Bill of material STKO - BOM - header STPO - BOM - item STAS - BOMs - Item Selection STPN - BOMs - follow-up control STPU - BOM - sub-item STZU - Permanent BOM data PLMZ - Allocation of BOM - items to operations MAST - Material to BOM link KDST - Sales order to BOM link 12.3 PRTu2019s production orders AFFH - PRT assignment data for the work order CRVD_A - Link of PRT to Document DRAW - Document Info Record TDWA - Document Types TDWD - Data Carrier/Network Nodes TDWE - Data Carrier Type 12.4 Work center CRHH - Work center hierarchy CRHS - Hierarchy structure CRHD - Work center header CRTX - Text for the Work Center or Production Resource/Tool CRCO - Assignment of Work Center to Cost Center KAKO - Capacity Header Segment CRCA - Work Center Capacity Allocation TC24 - Person responsible for the work center 12.5 Classification CABS Result of the Statistical Analysis of Table AUSP CUFM Customizing: Class/Config: Screendesigner Form TCME Validity for Global Characteristics KLAH Class Header Data KLAT Classes: long texts KSML Characteristics of a Class AUSP Characteristic values SWOR Classification System: Catchwords KSSK Allocation Table: Object to Class TCLG Class groups TCLO Key Fields of Objects TCLS Classes: Organizational areas TCLST Classes: Org. Areas (Texts) TCLU Class Status COCC PP-PI attributes for characteristics COFV Process management - process instr. charact. in ctrl. recipe COME Process management - message characteristics CORE Process mgmt.- display characteristics of the eval. version PLFV PI Characteristics/Sub-Operation Parameter Values TCLA Class Types TCLAT Class Type Texts TCLT Classifiable Objects LTCLTT Classifiable Objects: Texts CABN Characteristic CAWN Characteristic values Logical databases: - Matchcodes: CLAS, MERK en KLSW 12.6 Equipment EQUI Equipment master data EQKT Equipment short texts EQUZ Equipment time segment EAPL Allocation of Task Lists to Pieces of Equipment EQUI Equipment master data JSTO Status object information JEST Object status TJ30 User status TJ30T Texts for user status TJ02 System status TJ02T Texts for system status 12.7 Functional Location IFLOT Functional Location (Table) IFLOTX Functional location: short texts IRLOTX Reference functional location: short texts TAPL Allocation of task lists to functional
    Edited by: Sreenivasu on May 18, 2009 12:43 PM
    Edited by: Sreenivasu on May 18, 2009 12:48 PM
    Edited by: Sreenivasu on May 18, 2009 12:50 PM
    Edited by: Sreenivasu on May 18, 2009 2:06 PM
    Edited by: Sreenivasu on May 18, 2009 2:07 PM
    Edited by: Sreenivasu on May 18, 2009 2:14 PM
    Edited by: Sreenivasu on May 18, 2009 2:15 PM

  • Could not release my own Key Figure from DP to SNP

    Hi SAP Experts,
    As requirement, I have to run forecast for three Key Figures in Demand Planning (DP): Z_FK1, Z_KFK2, Z_FK3. Unit of measure of these Keyfigure are VND (currency Viet Nam Dong).
    I added these Key Figures to DP Planning Area with name Z_DPPlan01.
    I created a new Planning Area in SNP with name: Z_9ASNP02 by coppying from the standard 9ASNP02. Then I added the above Key Figures (Z_FK1, Z_KFK2, Z_FK3) into Z_9ASNP02 planning area.
    After I runing forecast in DP, I tried to release value of three Key Figures into SNP with tcode: /n/sapapo/mc90. Although system informs that u201CRelease successfully executedu201D, nothing released from Z_DPPlan01 to Z_9ASNP02 when I check in SNP Planning book.
    Question is:
    How to configure Key Figures in SNP and DP (Sematic, Key Figure Function, Category, Category Groupu2026)  so that we can release all three above Key Figures from DP to SNP?
    Thanks very much for your help!
    Duyennx

    Dear Pawan,
    2 . The business requirements are:
    Our customer is a bank that has many branches. They want to forecast for each branches:
    - The Total money (all denominations) will be issued in next quater (Z_KF1). This base on historical data (Z_HIS1)
    - The total money (all denominations)will be received in next quater (Z_KF2). This base on historical data (Z_HIS2)
    Base on these forecast KFs, we need to calculate the Average of Total money will be received and Issued in next quarter (Z_KF3 = (Z_KF1+ZKF2)/90.
    90 is the number of days in a Quarter.
    We need to release the three KFs from DP to SNP for further calculation and reporting. As said previously, I added three time series KFs Z_KF1, Z_KF2, Z_KF3 to SNP Planning Area (Z_9ASNP02)
    If could not release, we can coppy. But the problem is that: in DP, beside standard characteristics 9AMATNR and 9ALOCNO, we also added more custom characteristics like Z_TYPE (to generate CVCs and to drill down money by type (cotton, polymer, coin)). So when I run the Tcode /n/sapapo/tscopy, despite of the fact that in u201CCharacteristic Assignmentu201D I only assigned 9AMATNR and 9ALOCNO from source to target, system show message like:
       3 combinations not contained in target master planning object structure
    Message no. /SAPAPO/MSDP_REL108
    Diagnosis
    Characteristic combinations exist in the source planning area's master planning object structure that are not contained within the master planning object structure of the target planning area.
    System Response
    The source data of these characteristic combinations is not written to to the target planning area.
    So, How to copy with my case?
    4.Please Explain more about:
    u201CCreate a third custom category group containing your custom category, and add this under 9AMALO. Give only your category group name & Semantic should be 000u201D
    4.1.I can creat a custom category group under menu path:
    SAP Reference IMG u2192 Advanced Planning and Optimization u2192 Supply Chain Planning u2192 Supply Network Planning
    u2192 Basic Settings u2192 Maintain Category Groups.
    But where can I create my custome category? Is this menu path:
    SAP Reference IMG u2192 Advanced Planning and Optimization u2192 Global Available-to-promise (Global ATP) u2192 General Settings u2192 Maintain Category
    In this path, I can see to folder:
    -u201CSAP categoriesu201D: We could not create new category in this folder
    - and  u201Cnon-SAP Categoriesu201D: I can press button u201CNew Entriesu201D and key in Data like:
    oCategory: TT
    oCategory text: TT
    oCategory Description: TT
    oSort String: 99
    oCategory type: Requirements (I also tried with Forecast, Stock, Receipt)
    And then, press u201CSaveu201D button. But system always create message:
    u201CEnter values in work area for non-key fields
    Message no. SV174
    Diagnosis
    An entry has been made for a non-key field in the view or table, which does not satisfy a selection condition stored in the Dictionary or made in the maintenance transaction initial screen.
    System Response
    The values entered cannot be accepted.
    Procedure
    Ensure that your entry is correct. This data record will not be displayed if you use the same selection conditions again.u201D
    I donu2019t know what wrong here. How to create my custom Category? Here is u201Cnon-SAP Categoriesu201D, Is there any problem if we create category with this type?
    4.2 How to add custom Category Group under 9AMALO? Which T-code we use?
    5. By the way, Please clearly explain for me:
    5.1. What are differences between u201CTime series live cacheu201D and u201COrder live cacheu201D?
    5.2. What are differences between releasing KFs from DP to SNP and copying KFs from DP to SNP?
    Thanks very much for your help!
    Edited by: xuanduyen on Dec 31, 2011 4:38 AM

  • Posting keys for account determination for transaction EXC do not exist

    hi
    i am doing Sales order for 1 month,no error i have got
    but now i am getting error
    Posting keys for account determination for transaction EXD do not exist
    HELP

    There will not be any such postings called FI side / SD Side.
    Positng always done in Financial perspective only into Certain G/L accounts depends on configuration we did.
    As we know,
    To post Invoice Conditions in G/L accounts , we configure Account Determination . These tables will be communicated through Account keys maintained in Pricing procedure & in Account determination tables.
    To account the stock in Inventory, will configure the same in OBYC - FI/MM Account Determination.- this will be triggered through Movement type - Transaction key / General modifier / Valuation calss / Valution group code n other factors.
    In your issue,
              Which Postings you are referring to?
    In SO creation, Controlling documents will be created ( Ref: COPA - Controlling & Profitablity Analysis Customization)
    After PGI in Delivery: Inventory will accounted through OBYC settings
    After releasing invoice to Accounting, G/L accounts posted through VKOA settings.
    Hope ,now you provide exact information related to your query

Maybe you are looking for

  • Tax Calculations in Payroll process

    Hi Experts, Can you please let me know how the Tax will calculate while payroll process? Based on what it will get calculate ? Thanks Murali

  • Pismo Power Problem?

    While installing Tiger on my Pismo it died, I got it to boot from the battery for a few moments, and tried the adapter on another powerbook g3. It didn't work on that one either. I can hear the adapter "clicking". How did my adapter die? Did my pismo

  • Header Level Cash Discount For VBRK-VBELN, Where Can I get?

    Hi Experts, I know the # of VBELN of VF03 (VBRK), now, I need to pull the data of, <b>1- Header Level Cash Discount - Condition Value and 2 - Header Level Cash Discount - Amount i.e. % Value.</b> Normally, I know the procedure is, (The relationship i

  • Run time error r6034 on PC

    Does anyone get run time error r6034 when trying to install or update itunes on a pc?

  • Can't view documents Mac OS 10

    The file appears to open but no text is visible. There are no error windows. Adobe Reader 9.5.5