Table:Invoice Value & Qty

Hello Experts.
Plz tell me table for Invoice Value &  Invoice Qty
definitely Rwds pts,
Savita

Hi Savita.
I would like to suggest a few tables & fields.
EKBE - History per Purchasing Document.
(REEWR - Invoice value entered (in local currency))
(REFWR - Invoice value in foreign currency)
(MENGE - Quantity)
RSEG - Document Item: Incoming Invoice.
(RBMNG - Qty invoiced in vendor invoice in PO order units)
RBKP - Document Header: Invoice Receipt.
(RMWWR - Value)
Hope that's usefull.
Good Luck & Regards.
Harsh Dave
Edited by: Harsh Dave on Jul 14, 2008 12:37 PM
Edited by: Harsh Dave on Jul 14, 2008 12:50 PM
Edited by: Harsh Dave on Jul 14, 2008 12:52 PM

Similar Messages

  • Standard report for leading prod. order with variance  value  & qty.

    Hi Gurus,
    I am searching for  a standard Tcode to get the variance value/Qty against all the leading production orders which are settled in a particular period.
    Note: If a leading production order contains more than one sub orders then the qunatity of sub orders should merge with the leaing order and all the variance from individual sub orders should also merge with the leading production order.
    Please suggest the tables and fileds are used for storing the leading and non leading production order and its corresponding Planned/Actual and Variance values.
    Please guide me.
    Regards,
    Ramakant.

    Hi,
    Thanks for your early response.
    Actually i am unable to use tcode: KKBC_ORD rather able to use KKBC only.
    Using KKBC (Target/actual/production variance) and activating collective order from setting option only able to see the details for a particular leading production order only relating toa  particular period .
    My requirement is to display all the production orders settled in a particular period along with (Material code /order number/ Qty/Actual value and variance value).
    Note: If any leading order exists then that should be collective order i.e.(value and Qty should come against the leading order number).
    If there is any standard tcode exists please let me know else provide the tables and logic to bui;d up such a report.
    Regards,
    Ramakanta

  • How to populate custom table field value into standard DFF

    Hi Gurus
    I am newbie to the OAF
    I have a requirement to populate the custom table field value into standard DFF. we enabled the DFF in ReqDistDFFOnAcct(po_req_distributions_all). On the requisition tab as soon as i click on the checkout button, the custom field value has to be shown in the requisition distributions DFF field along with the standard Columns like charge account, percent, qty and when we click on the next button, it has to hit the base table ie., po_req_distributions_all.
    the standard columns data is showing the screen. how to acheive this requirement programatically
    There is a EO for the req distributions table. please help me how to achevie this requirement.
    Any help woud be greatly appreciated.
    Thank You!
    Krishna

    Thanks Aj. Finally i made some progress....but i am getting an error in the inst_top OPMN folder 10/10/08 15:37:14 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml. I cleared the cache, bounced the webserver. Could not able to understand what is this error
    Following is the code that i have written. I am not able to find out what is the error. please help me how to fix this error. there is no changes in the page and the value is not auto populating. the page is having the normal behaviour as the standard one.
    Thanks in Advance for your help...
    public class xxCheckoutDistsCO extends CheckoutDistsCO
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    String UnitId="";
    //First get the Application Module
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    OAViewObject vo = (OAViewObject)am.findViewObject("PoRequisitionLinesVO");
    String Reqlineid="";
    String Linenum="";
    String DeliverLoc="";
    if(vo.first() !=null)
    Reqlineid= vo.first().getAttribute("RequisitionLineId").toString();
    Linenum = vo.first().getAttribute("LineNum").toString();
    DeliverLoc = vo.first().getAttribute("DeliverToLocationId").toString();
    // if(pageContext.isLoggingEnabled(OAFwkConstants.STATEMENT))
    // pageContext.writeDiagnostics("TEST >", Reqlineid,1);
    // pageContext.writeDiagnostics("TEST >", Linenum,2);
    // pageContext.writeDiagnostics("TEST >", DeliverLoc,3);
    UnitId=null;
    String Querry="select amli_icx_oaf_utils.get_blding_unit_id (?,?,?) from dual";
    try
    PreparedStatement ps=am.getOADBTransaction().getJdbcConnection().prepareStatement(Querry);
    ps.setInt(1,Integer.parseInt(Reqlineid));
    ps.setInt(2,Integer.parseInt(Linenum));
    ps.setInt(3,Integer.parseInt(DeliverLoc));
    ResultSet rs=ps.executeQuery();
    // ps.execute();
    // am.getOADBTransaction().commit();
    while (rs.next())
    System.out.println(" Query Results ");
    UnitId= rs.getString(1);
    System.out.println(" first > ");
    rs.close();
    ps.close();
    catch(SQLException a)
    System.out.println(" Error "+a);
    System.out.println(" Second > ");
    System.out.println(" Third > "); ----the program is executing upto here...it is not setting the value after this.
    OAViewObject povo = (OAViewObject)am.findViewObject("PoReqDistributionsVO");
    if(povo.getCurrentRow()!=null ) --------If i remove this condition i am getting the nullpointer exception in page.....
    System.out.println(" Fourth > ");
    povo.getCurrentRow().setAttribute("Attribute12",UnitId);
    // if(pageContext.isLoggingEnabled(OAFwkConstants.STATEMENT))
    // pageContext.writeDiagnostics("TEST >", UnitId, 1);
    Thanks
    krishna

  • Cumulative credit value against the combined invoice value

    Is there any FI table where we can find cumulative credit value against combined invoice value.
    The scenario is..
    There is a combined invoive created  for multiple sales documents for the value 5000 dollers .
    1.I have created a credit memo& accounting document for 2000 dollers with ref. to the above invoice.
    2.Again I can create credit memo&accounting document for 5000 dollers with ref. to the same invoice
    also we can keep on creating credit memos with the value more than the combined invoice value.
    I would like to put the check that the system should issue the warning while try to create credit memo with the cumulative value more than the invoice value
    Kumar

    Dear Megha,
    Max.open.item % is meant for different purpose, and we can mention Maximum percentage of overdue open items/customer balance in that field.
    In order to meet up your requirement, use the option Oldest Open ITEM. This will solve your issue.
    Activate the indicator OLDESTOPENITEM indicator; and check the STATUS/BLOCK indicator.
    If you enter Days oldestItem as 1; then, the system will check if there are any open items (open accounting documents) which are due for one day; If the sysetm finds such open items, then it will block subsequent orders.
    You can make use of the transaction FD10N to find out the overdue open items.
    I have not tried with value 0 for this particular field. Just try. Hope this will solve your issue.
    Thank you
    Venkatesh SP
    Edited by: venkatesh paulraj on Mar 2, 2011 12:02 PM

  • Ship to, sold to, invoice/credit number, invoice value

    Hi,
    Does anybody know the field name and the table of these items:
    ship to, sold to, invoice/credit number, invoice value
    Any help is welcome.
    thank you,
    Roger

    Hi Roger,
    You can get customer master data using table KNA1.
    You will get the Partner related information from table <b>VBPA</b>.
    The field <b>VBPA-PARVW</b>(Businee partner function) conatins all business partner functionn possible values. 
    SP - Sold-to party
    SH - Ship-to-party
    If you query with above values in VBPA, you will get respecive Sold-to-party/Ship-to-party customer value into VBPA-KUNNR.
    You will get the invoice number and invoice value through table VBRK.VBRK will contain header information about invoice and VBRP will contain line item details.
    Invoice number is <b>VBRK-VBELN</b>
    Invoice value is <b>VBRK-NETWR</b>
    Thanks,
    Vinay

  • Proforma Invoice Billing Qty CO-PA

    Hi,
    We have used BAPI to flow Proforma Invoice Billing Qty & Revenue to CO-PA through KE21n. We have developed other CO-PA in ke35 to capture other proforma invoice billing qty & value field. But billing qty of proforma is also reflecting in other co-pa report. I cannot assign more than one sd biiling qty field in ke4m. Is there any way to flow this qty to co-pa other report. I tried KEDR but unable to derive the rule.  For this report we have used record type z. is there any way to include this only record type z for proforma invoice reporting.
    Kindly suggest.
    Also when the CHR for this report moved to PRD, sales qty of other co-pa report got replaced with this sales qty & hence my ke24 & ke30 sales qty not matching. Now I want to bring ke24 sales qty to ke30 report. Is there any way through summarization or any thing else. Please suggest.
    Regards,
    Varsha

    Hi Varsha..
    We go with summarization level, when we want to avoid the message (related to "selection may take a while") that we get when opening the report and get the updated report online without delay.
    Its OK anyhow nothing wrong in doing summarization level and moving to PRD.
    I still wonder why the problem persists, when you have not used record type for the earlier FORM/REPORT. When we don't use specific record types, system has to consider all.
    But I heard some where saying its better to refresh FORM and REPORT (refresh in the sense open them and save again) to update the results when there happens any changes to characteristic values or reporting parameters. Why don't you try?
    Regards..
    Jose

  • Invoice value on Credit Note

    Hello All,
    I intend to get the actual AR invoice value on the AR credit note.
    This is considering that I am not creating the credit note to the full value of the invoice.
    I would essentially like to show the actual AR INvoice value, the correct value (diff bw the invoice value and teh credit note value) and the difference.
    I am editing the standard AR CN layout, and cant find the invoice tables in the database list.
    How to resolve this ?
    Cheers,
    Gautam

    Yes Gordon, I am using PLD.
    However when I use the copy to function from AR Inv -> AR CN , how is the relationship between these two tables maintained ?
    I am sure there must be some field in the ARCN table which at least keeps the parent invoice number ? Is there any such field present,which I can query and use ?
    Thanks,
    Gautam

  • Invoice value in decimal

    Dear all,
    facing a SD issue ,sale invoice has been created through VF03 t-code
    sale done to foriegn customer
    while taking print out invoice value is showing in decimal i.e instead of Rs.9744.00 its showing Rs.9.744.00
    ItemMat    Description             Qty  Unit     Ut_Rate Net_Value Tax      Total
    10  930191 Float.Fish Feed            EA
               (32CP)25Kg                560                17,40   9.744,00  0,00     9.744,00
               (AbisPletinum
    Total :                      560                                                                      9.744,00
    only in print out while checking invoice in Vf03 t-code it shows correct value i.e Rs.9,344.00
    any solution to this issue
    please suggest
    Regards,
    Safeesh

    Hello,
    Go to T-Code OY01 & select the Country where the Good are dispatched (Country of Foreigh Customer) & double click on the same.
    In the subsequent screen, the last field is for Dec.pt.format. select 1,234,567.89 there &  then re-print the Invoice.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • How to Track the changes made to the custom table field value

    I want to track the changes made to the custom table field value in table maintenance generator.please help me it is very urgent
    Thanks & Regards,
    Kranti

    Hi Satya,
    These are the steps you've to do.
    1. Enable the change document flag in the data element level for the fields of the tables you want to monitor.
    2. Go to transaction SCDO. Create a new change object, and add your table to this object. After generation, you'll get a function module.
    3. Call this function module in the table maintainence generator screen, after the data is saved to the database table. This function module automaticallly writes the changes, with the old and new values, and the fields that were changed to the tables CDHDR and CDPOS.
    4. You can keep track of the changes made to the table by monitoring these tables.
    Regards
    Anil Madhavan

  • Contract Release Value is not updated with Confirmation or Invoice value

    The release value for a contract in SRM EBP shows the value of purchase orders created using that contract.  It does not take into account confirmation and/or invoice values.
    For example I create a PO for 10 items at £100/each using Contract ABC.  The total value of the PO is £1000 and the release value contract ABC would be £1000.  If I then only confirm and invoice 5 items (£500) for the PO, the release value of contract ABC stays at £1000 even though I would expect it to update to £500
    Therefore the release value of the contract could be incorrectly overstated if purchase orders are created against the contract but not actually invoiced/confirmed for their total value.
    Please could you confirm the correct functionality and how I could find out the the true invoice value of purchases made using a contract?

    Hi
    <u>Which SRM and R/3 versions are you using ?</u>
    <b>Meanwhile, please go through the following SAP OSS Notes, which will help in this case -></b>
    Note 622045 Net value in release overview of contract is incorrect
    Note 493519 Release quantities are not updated
    Note 1108322 BBP_CONTRACT_CHECK wrong calculation of values
    Note 1102886 Contracts: Lesser Field length for Target Value
    Note 1082548 Check of Released quantity and released value in contract
    Note 656181 Release synchronization of releases on services
    Note 874920 Currency not allowed to be changed for a 'Released' Contract
    Note 703771 Resetting release values during purchase order item deletion
    Note 643823 BLAREL: Incorrect values in service segment
    Note 519879 BBP_CTR_MAIN: No message when values in Contract are reset
    Note 520734 Target value not converted if currency is changed
    Note 528897 Documents not displayed in contract release order overview
    Note 430373 BBP_CON_MNT: No releases available
    Note 491993 Entry of contracts with target values
    Note 437491 Purchase contract: Incorrect update of the call-off values
    Note 406799 BBP_CON_MNT: Fields after contract release ready for input
    Note 398168 Purchase contract: Target value is not changed
    <b>Do let me know.</b>
    Regards
    - Atul

  • How to update excise invoice values after migo.

    Hi Guru's,
    I have checked the forum. but did not get exact solution.
    Here im having the problem with  bapi  BAPI_GOODSMVT_CREATE . This bapi don't have the structure to update excise invoice values.
    I have one bapi  'BAPI_EXCINV_CREATE_FROMDATA'  to update the excise duty, but in that also i didn't find the structure
    'J_1IEXITEM'  to update the ECS value ( field is 'total_ecs').
    Please help me on this,Thanks in Advance...
    Regards
    Naren

    Hi Krishna
    Do not do excise invoice capture during 103. At that time select the option "No excise entry". Then capture excise invoice during 105.
    The system messge " No selectable items for this document" is prompted since the preceeding document is already assigned with invoice.
    Try this and give feedback.
    regards
    sairam akundi

  • Inserting in the UUT_Results table a value that we read from our data base from a local variable

    We would like to include in the UUT_Results table a value that we read from our data base into a local variable during the execution of our sequence file. We found that by modifying the configure database options we were able to add a column for this variable, but the local variable was not available to be placed into an expression for that column from the local variables or parameters. Is it possible to do this, and if so, how? Station Globals were available to be included in the expression, however the sequence file may be executed on more than one system which makes the Global unavailable on systems other than the one where the sequence file originated.

    You can use the TestStand API to programmatically create global variables at runtime, thus ensuring their existence. For example, you could call Engine.Globals.SetValString("GlobalStringVariableName", PropOption_InsertIfMissing, "variable value")
    Of course, if you need to test multiple UUTs in parallel, a single global is not sufficient. In that case you might consider adding the field you need to the UUT datatype in the process model. You could then access the field in your sequence via RunState.Root.Locals.UUT.YourNewField = YourNewValue.
    If you also want your sequence to run without using a process model, you must check for the existence of the UUT before accessing it. You could use the expression function: PropertyExists("RunState.Root.Locals.UUT.YourNewFi
    eld")

  • How i pass table column  value to string variable or return to java applete

    Hi Master,
    How do I pass a table column value into string variable. See my code below:
    import java.sql.*;
    public class Waheed {
    public Waheed() {
    public static void main (String args [])
    String s = "9 23 45.4 56.7";
    System.out.println ("going for connection");
    // DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());
    try{
    Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection conn =
    DriverManager.getConnection("jdbc:oracle:thin:@fahim:1521:aamir","muhammad","mfa786");
    Statement stmt = conn.createStatement();
    ResultSet rset = stmt.executeQuery("select accid from accbal");
    System.out.println ("going for connection");
    while (rset.next())
    s= rset.getString("accid"); this line give me error
    System.out.println (rset.getString("accid"));
    System.out.println (s);
    catch(Exception e){
    e.printStackTrace();
    This line give me an error:
    s= rset.getString("accid");
    s is string variable
    Plese give me an idea how I can pass accid in s variable.
    Thanks.
    Aamir

    See the code sample in the following thread (try using upeercase).
    JDBC  connection
    Kuassi

  • Creation of a Table Type value set with 'ALL' as one of the  value

    Gurus,
    My requirement is to create [table type]value set which would show the [LOV]values in parameter of Conc Progr .
    So far we have three such values to chose from ,they are, 'Frozen', 'Pending' and 'Testing'. I achieved it.
    My question is ,
    if user wants to choose 'ALL' three values , how shall I accommodate it in this table type value set?
    Giving fourth option as ALL, which would eventually select 'ALL' three values 'Frozen', 'Pending' and 'Testing'.
    thanks in advance.
    -sDJ

    You can't have UNION in the value set.
    Try creating a view, which is having UNION with ALL.
    Check the following links.
    Table Value Set.
    ORA-00907 Missing Right Parenthesis in Value Set
    By
    Vamsi

  • Intrastat Germany Free Goods comes error "invoice value to be filled"

    Hi Gurus,
    I am running Intrastat in GTS for Germany.
    For free goods we are entering the statistical value but invoice value
    must be zero, because these are free goods.
    But GTS does not allow a Zero value as invoice value.
    What to do? Please help
    Thanks
    Dieter

    Hi,
    This may be fine for this case,  but as explained earlier the same item category is being used when you are doing the normal returns without any reference (stand alone returns).
    So how this will tackle if you remove the pricing indicator totally?  I need to complete the return order as usual but with zero pricing- only when it is referred to free goods invoice and when stand alone returns (or) when referred to F2 value invoice, in these cases the returns will be with value.
    Please get back to me with your answers.
    regards,
    Murali

Maybe you are looking for