Need an alternative way to fetch KONV-KBETR.

Hi All,
I need to fetch Condition Amount (KONV-KBETR) for a particular Z Condition type (KONV-KSCHL).
I used the logic :
Fetch VBAK-KNUMV based on VBELN.
Fetch KONV-KBETR based on KNUMV.
But i need some other way to retrieve this value, as if some changes are made in the transaction for the condition value then they are not updated in KONV table.the change can be seen in the transaction VA03 for the Sales Order but the table KONV retains the old value.
Is there any way to fetch it apart from KONV, or any FM?
Thanks!!

Thanks Shambhu!!
I think this FM require quite many fields as input,like i get error for some field Sales Deal (KNUMA_AG).
Besides this FMM uses KONV so will I get the updated value?
Is there any change table for KONV?

Similar Messages

  • Alternative way to fetch the data into single row.

    we have a query
    SELECT COLUMN_NAME FROM USER_TAB_COLUMNS WHERE TABLE_NAME='XXX';
    This query will return the data in multiple rows.
    May know the alternative way to retrieve all the multiple rows in **single row with each row as a seperate column**.

    Why specifically an array - and do you want the SQL projection as an array, or collect the SQL projection into an array?
    E.g.
    SQL> create or replace type TStrings is table of varchar2(4000);
      2  /
    Type created.
    SQL> --// SQL projection casted into an array
    SQL> select
      2          cast(
      3                  MultiSet(
      4                          select column_name from all_tab_columns where table_name = 'KU$_DATAPUMP_MASTER_11_2' and owner = 'SYS'
      5                  )
      6                  as TStrings
      7          )                       as COLUMN_ARRAY
      8  from       dual
      9  /
    COLUMN_ARRAY
    TSTRINGS('REMOTE_LINK', 'VERSION', 'JOB_VERSION', 'DB_VERSION', 'TIMEZONE', 'STATE', 'PHASE', 'GUID', 'START_TIME', 'BLOCK_SIZE', 'METADATA_BUFFER_SIZE', 'DATA_BUFFER_SIZE', 'DEGREE', 'PLATFORM', 'ABO
    RT_STEP', 'INSTANCE', 'CLUSTER_OK', 'SERVICE_NAME', 'OBJECT_INT_OID', 'PROCESS_ORDER', 'DUPLICATE', 'DUMP_FILEID', 'DUMP_POSITION', 'DUMP_LENGTH', 'DUMP_ORIG_LENGTH', 'DUMP_ALLOCATION', 'COMPLETED_ROW
    S', 'ERROR_COUNT', 'ELAPSED_TIME', 'OBJECT_TYPE_PATH', 'OBJECT_PATH_SEQNO', 'OBJECT_TYPE', 'IN_PROGRESS', 'OBJECT_NAME', 'OBJECT_LONG_NAME', 'OBJECT_SCHEMA', 'ORIGINAL_OBJECT_SCHEMA', 'ORIGINAL_OBJECT
    _NAME', 'PARTITION_NAME', 'SUBPARTITION_NAME', 'DATAOBJ_NUM', 'FLAGS', 'PROPERTY', 'TRIGFLAG', 'CREATION_LEVEL', 'COMPLETION_TIME', 'OBJECT_TABLESPACE', 'SIZE_ESTIMATE', 'OBJECT_ROW', 'PROCESSING_STAT
    E', 'PROCESSING_STATUS', 'BASE_PROCESS_ORDER', 'BASE_OBJECT_TYPE', 'BASE_OBJECT_NAME', 'BASE_OBJECT_SCHEMA', 'ANCESTOR_PROCESS_ORDER', 'DOMAIN_PROCESS_ORDER', 'PARALLELIZATION', 'UNLOAD_METHOD', 'LOAD
    _METHOD', 'GRANULES', 'SCN', 'GRANTOR', 'XML_CLOB', 'PARENT_PROCESS_ORDER', 'NAME', 'VALUE_T', 'VALUE_N', 'IS_DEFAULT', 'FILE_TYPE', 'USER_DIRECTORY', 'USER_FILE_NAME', 'FILE_NAME', 'EXTEND_SIZE', 'FI
    LE_MAX_SIZE', 'PROCESS_NAME', 'LAST_UPDATE', 'WORK_ITEM', 'OBJECT_NUMBER', 'COMPLETED_BYTES', 'TOTAL_BYTES', 'METADATA_IO', 'DATA_IO', 'CUMULATIVE_TIME', 'PACKET_NUMBER', 'INSTANCE_ID', 'OLD_VALUE', '
    SEED', 'LAST_FILE', 'USER_NAME', 'OPERATION', 'JOB_MODE', 'QUEUE_TABNUM', 'CONTROL_QUEUE', 'STATUS_QUEUE')
    SQL> --// collecting the SQL projection as an array
    SQL> declare
      2          colArray        TStrings;
      3  begin
      4          select
      5                  column_name bulk collect into colArray
      6          from    all_tab_columns
      7          where   table_name = 'KU$_DATAPUMP_MASTER_11_2'
      8          and     owner = 'SYS';
      9 
    10          --// process array
    11  end;
    12  /
    PL/SQL procedure successfully completed.
    SQL>

  • Is there a way I can find out when my last icloud back up was using the computer? The screen on my iphone is not working so I need an alternative way. Thanks

    My phones screen is shattered and will no longer turn on. I need to find out when the last time my phone was backed up before I go to the apple store. Any advice would be greatly appreciated. Thanks!

    Connect it to your computer, open iTunes, the last backup time will be displayed on the iPhone Summary tab in iTunes

  • Alternative way to transfer file from pc to iphone other than using itunes

    i need an alternative way to transfer vedios, pictures, and docs from pc to iphone

    You could try Bluetooth on both.

  • Alternative way of Updating of Subinventory Accounts

    Hi.
    Issue at hand : How to update (alternative way) the subinventory accounts of FIN and STAGE?
    Facts :
    1. Current setup includes - OM, Financials, INV ( but only to a very minimum level, having 2 Subinventories FIN and STAGE used for Order-to-Cash Cycle )
    2. Recently, MFG and INV are being implemented.
    3. Standard Costing
    Since, there are already onhand and transactions using FIN and STAGE, we are looking at updating the accounts (setup) of FIN and STAGE to a different set.
    I am aware of the procedure provided by Oracle on updating Subinnventory accounts, creating a new subinv and transferring onhand to that new subinv, handle reservations, etc., then update the account setup, and return the onhand, etc.
    One team member suggested that we update the subinventory accounts directly from the database, similar to the script below:
    Update MTL_SECONDARY_INVENTORIES
    set material_overhead_account = 78373,
    overhead_account = 78373,
    resource_account = 78373,
    outside_processing_account = 78373
    where organization_id in (1234, 9999) and secondary_inventory_name in ('FIN', 'STAGE');
    Question: What do you think is/are the implications of this process?
    Your help would be very much appreciated.
    Thank you.

    Basically I have windows server with Oracle 11g (11.2.0.1) server and the database on this server needs to retired and move the data of it to a new server has Linux 64 and Oracle 11g built on it. Here are my answers below:
    What exactly have you tried and done?
    A.  I used "Cross-Platform Transportable Database" to transfer data from Windows to Linux and I am already done, database on the new server (Linux) has been tested and upgraded to latest release (11.2.0.4), my next step is the cutover but the data is too old (2 weeks ago) so I need to take a new data from the current prod server.
    How long did it take and what is your downtime requirement for this migration and what how do you define a "huge database"?
    A. RMAN convert took approximately 5hrs to convert data files from Windows to Linux (Please note that I used rman convert on source server)
    and It took me a day and half to copy the converted files remotely from source in which files been placed to the destination server (the network bandwidth was about 100kb/s so it was so slow) next time I will copy data files on external hard disk then mount them on the new server if I use RMAN convert again.
    End users accepts that the database can be in read only mode for one day business hours but they can't take it more so I'm really concern about the time when taking a new snapshot of data. Also, the size of data is about 380G and that's why I asked again if data pump will be more useful and faster than RMAN for copying data to the new platform.
    Sorry if I made you confused!
    Thanks again for all the support on here.

  • A way to fetch the NW port number in BLS

    Anybody know of a good way to fetch the port number of your NW instance purely in BLS?    In the past I've used location.port in javascrpt, but in this application I need it to be an all BLS transaction (there's no user intereface)
    Ideas?

    You can try to use get file list actions to find the help shortcut that lives on the sever:
    <install drive>:\usr\sap\<system id>\SYS\global\Help\Welcome.url
    Once you get there and read the file with a Text Loader you can parse out the host and port.
    Its probably kinda chuggy so I would try to cache the result somewhere.

  • Alternative ways of displaying image from database?

    hi - I'm working with some legacy/inherited/already-written Forms that just use block triggers to 'select values into :Fields..' to populate the text boxes on the canvas.
    Whenever I've managed to display db-based images before, it's always been on blocks that are based just on the table, and Forms shows the image okay.
    These forms I'm using at the moment though aren't based on tables, they just get populated from the trigger.
    I don't believe you can select into a blob/image, or at least I haven't been able to get that to work.
    Are there any alternative ways of populating an image place-holder, with a blob field from the database? (other than using a table-based block)??
    thanks.

    May be you can separate the image item to a DB block with primary key of the table and create a relation between two blocks. So when the first block is populated through trigger, it would fetch the image on 2nd block automatically.

  • Nokia Lumia 520 - Alternative way of locking/unloc...

    Hello!
    I've got Nokia Lumia 520 before a week and overall the phone seems really good for my needs, but I found yesterday that the only way to lock/unlock the screen is by using the Power button every time.
    My question is: Is there an alternative way of doing this like for example double tapping the touchscreen or by some app that can perform such function?
    Thanks!

    The 52x hardware does not support the Glace screen functionality. I would guess that in sleep mode the used screen has no power thus would not sense the tap or be able to display the clock. It's a budget phone for a reason..
    That said, pressing the power button is the only  action to wake up the phone..
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Any way to fetch username in a custom JSP page?

    Hi,
    Wondering if there's a way to fetch the username from Oracle in a JSP page for customizing online training. I'd like to use the username to generate a PDF with the user's name, and I'd like to do it without making them enter it.
    Thanks,
    B

    Thanq sir,I'm really delighted with ur reply...but i need little more concern from u towards me...here i present my code...and suggest me how could i modify it for displaying 10 records per page
    <%@page import="java.io.*,java.sql.*"%>
    <%! String name;
    Connection con;
    String enamefromtable;
    String basic_pay;%>
    <%
    name=request.getParameter("nametosearch");
    con=PMS.DbConnection().getConnection();
    Statement  s=con.createStatement();
    ResultSet rs=s.executeQuery("select ename,basic_pay from pms where ename like ' "+name+" %' ");
    %>
    <table width="176" height="163" border="1" align="center" cellpadding="2" cellspacing="2" bordercolor="" style=" border:1px solid ; border-collapse:collapse">
      <tr bordercolor="" bgcolor="#CCCCCC">
        <td width="82" height="35" style=" border:1px solid  ; border-collapse:collapse" border="0"><div align="center"><font color="#000000"><strong><em>Ename</em></strong></font></div></td>
        <td width="73" style=" border:1px solid  ; border-collapse:collapse" border="0"><em><font color="#000000"><strong>basicpay</strong></font></em></td>
      </tr>
      <%
      while(rs.next())
             n=rs.getString(1);
             b=rs.getString(2);
         %>
      <td>
      <tr bordercolor="">
        <td height="37" style=" border:1px solid  ; border-collapse:collapse" border="0"><div align="center"><em><font color="#000000"> 
            <%=n%>
            </font></em></div></td>
        <td style=" border:1px solid  ; border-collapse:collapse" border="0"><em><font color="#000000">
          <%=b%>
          </font></em></td>
      </tr>
      <%}
      %>
    </table>
    </body>and result is i'm getting 728 records from database....how could i restrict them to display only 10 records per a page.....please suggest me a easy method so that i can use it for future projects.

  • Condition rate/Amount (KONV- KBETR) is showing wrongly for Japanse currency

    Dear Friends,
    The Table data for the Condition rate/Amount (KONV- KBETR) is showing wrongly for Japanse currency(JPY).For ex-The invoice is showing correctly as 3 JPY but the Invoice output shows 300 JPY.This data being fetched from the KBETR shows 300JPY instead of 3JPY.Pl help to resolve this.
    Thanks
    Isaac

    Dear Isaac,
    This may due to condition record maintainenance for that condition type in the VK11 transaction so please go to VK12 transaction check the condition value for that condition type.
    KBETR -- Means Rate (condition amount or percentage) where no scale exists, it exists in KONP table(Condition record table).
    Also Check anybody change the values in the sales order or in invoice from 300 to 3.
    I hope this will help you,
    Regards,
    Murali.

  • User exit for price check( KONV-KBETR  )

    hi,
    i need to put  price check in sales order on field KONV-KBETR  . for this i need a user-exit. can any one help me in this.
    regards,
    pavan,

    Hi,
    There is no problem with the pricing config here. When ATP check is performed, the system checks the availability in APO system and redetermines the pricing so the pricing is lost.
    I am just looking our for a solution, where in I can store the data in internal table and when ATP check is completed, transfer the changed price from internal table back to the sub-line.
    I am just looking into  RV61AFZB with user exit USEREXIT_XKOMV_FUELLEN. Appreciate any help in finding the user exit for this requirement.
    Best regards,
    Siva

  • HT4623 I do not have the "Software Upgrade" window in my Settings, General.  Alternative way to upgrade?

    I have an IPad 2.  I tried to use Netflix and it told me that I needed to have iOS 6.1.2.  Turns out I do not have the one before that either.  I never got an alert as I did on my iphone 4s.   When I ask the how to question, apple support tells me to go to Settings, General, Software update.  Problem is I do not have software update available as a choice.  Are there alternative ways to upgrade?  Thanks.  I did notice on other discussion boards that other Netflix users are pulling their hair out since the upgrade to 6.1.2.

    Settings>General>Software Update is only available in IOS 5 and above.
    If you are using IOS 4, you need to connect to iTune (computer) to update software.
    http://support.apple.com/kb/HT4972

  • Alternative way instead of BDC to Improve performance  of teh ABAP report

    Hi All,
    Our requirement is to delete buffered entries of credit card expences for terminated/ inavtive staff of teh organization.
    For that we are using BDC call transaction in order do so for each employee (terminated/inactive). I mean technically speaking BDC is perfomred inside the loop.
    Can any one suggest me some other alternative way to do this other than BDC, so that we can improve the performance of teh report?
    Thanks in advance.
    Regards,
    Ashwini

    Hi,
    But  the FM /BAPI were using BDC call transaction internally.So same effect. No improvement in performance.
    Kindly suggest related FM/BAPI for creating/deleting expences for a trip.
    Thanks.
    Regards,
    Ashwini

  • I just upgraded to the latest version of iTunes and it duplicated virtually every track in my music library. I need a quick way to delete the duplicates. Sorting by "Date Added" will not help because they are all listed as added on 12/12/2011.

    Library Duplicated
    I just updated to the latest version of iTunes and it duplicated virtually every track in my library. I need a quick way to delete the duplicates. Sorting by "Date Added" will not work, because every track is listed as added on 12/12/2011 even though this happened today 12/19/2011.

    I've written a script called DeDuper which can help remove unwanted duplicates. See this  thread for background.
    tt2

  • How can I get the default value of a particular preference programatically. I know I can see the default value for some of the preferences in about:config but, I need a programatic way to get the default value.

    <blockquote>Locked by Moderator as a duplicate/re-post.
    Please continue the discussion in this thread: [tiki-view_forum_thread.php?comments_parentId=702631&forumId=1]
    Thanks - c</blockquote>
    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    How can I get the default value of a particular preference in FireFox?.
    I know I can see the default value for some of the preferences in about:config but, I need a programatic way to get the default value.
    I see some that there are values for preferences in firefox.cs but I am not certain that these are being used as the default values for preferences. prefs.js in user's profile only has the updated values and not the default values.
    Any help towards acheiving this programtically is greatly appreciated.
    If the default values are stored in a file, kindly let me know the format in which it is stored for me to parse it programatically.
    == User Agent
    ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)

    Dear Friend,
    Here when you have the callableSattement as ?=proc(?), the first ? is an output parameter. So you should register it as out parameter using registeroutparameter.
    Then you can get the value from the outparameter using callablestatement.getXXX().
    Try that way.
    For free tral versions of JDBC Drivers go to www.Atinav.com

Maybe you are looking for

  • How can I catch a error in a BAPI?

    Hi, I use BAPI L_TO_CREATE_MULTIPLE. If, for example, I put a warehouse that not is the warehouse of the unit that I want to move, I receive an error that isn't in exceptions. In the program, I need, in the sy-subrc, catch this error, to do anything.

  • There is an error while romote debugging

    Hello, (BTW: I have german version and dont know if the names are correct written in english) I've created a (not small) application and use the "Enable debugging" attribute of my project. With AppBuilder it generates an EXE. This exe I've put on the

  • Global keyboard binds once again - actkbd? Or?

    Hello, I'm trying to fix some "not-only-x" binds, since I'm kind of forcing myself to learn more linux in not only clickable way. I'm looking for an app or a tip how and what. Read this great forums and wiki, but still I've got some questions. I like

  • Parallel processing in process chain

    Hi All, In 3.X i created a process chain. after dso we get activate data store object data. In that i went and activated parellel processing. How do i delete  the parallel processing (how do i disable that) . Thanks in advance.

  • Adhoc Query Vs SAP query

    Hi friends, Is there any difference between Adhoc query and SAP query.