From Where MRM_XACCITCR_EXPORT is fetching the values in XACCIT in MIRO

Hello all,
I am debugging the MIRO transaction code in SAP, I want to know that from where does the function module
MRM_XACCITCR_EXPORT fetches value in  XACCIT.
i found that the table XACCIT is refreshed and has no records but o entering the function module it gets the records from somewhere which i am unable to find out. any help in this regards will be valuable for me. i am sharing the piece of code for your refrence and the program name is SAPLMR1M.
CALL FUNCTION 'MRM_XACCITCR_EXPORT'
       TABLES
            T_ACCIT = XACCIT
            T_ACCCR = XACCCR
            T_CURR  = XCURR.
Thanks And Regards,
Sahai.S

Hi,
I think this internal table will be filled in fm MRM_INVOICE_POST (maybe in simulation mode, see import parameter I_SIMULATION for that).
Regards,
Klaus

Similar Messages

  • Please help..it's Urgent..How to fetch the value from table row from Page

    Hi,
    I have created a table with 2 LOV's , LOV2 is dependent on LOV2.
    Here I can not use the general Dependent LOV concept, as these values are coming from 2 different LookUps.
    I am not able to fetch the user input for LOV1 (from page) .that is why not able to set the where cluse fro 2nd LOVVO.
    I have used this code:
    if ("ViolationCat".equals(lovInputSourceId)) {
    OAMessageLovInputBean msglov =
    (OAMessageLovInputBean)webBean.findChildRecursive("ViolationCat");
    // String p_violation_category = "'"+(String)msglov.getValue(pageContext)+"'";
    String p_violation_category =
    (String)msglov.getValue(pageContext);
    // System.out.println(" p_violation_category =" +
    // p_violation_category);
    String v_violation_category = "";
    //System.out.println("vcat=" + vCat);
    OAViewObject violationVO =
    (OAViewObject)am.findViewObject("SNI_Violation_DtlsVO2");
    Number vcatViolationIdnum =
    (Number)violationVO.getCurrentRow().getAttribute("ViolationId");
    String vcatViolationId = "" + vcatViolationIdnum;
    pageContext.putTransactionValue("vcatViolationId",
    vcatViolationId);
    pageContext.putTransactionValue("p_violation_category",
    p_violation_category);
    String query =
    " SELECT LOOKUP_CODE, \n" + " MEANING, \n" +
    " LOOKUP_TYPE \n" +
    " FROM apps.fnd_lookup_values \n" +
    " WHERE LOOKUP_TYPE ='SNI_VIOLATION_CATEGORY' AND MEANING=?";
    PreparedStatement ps = txn.createPreparedStatement(query, 1);
    try {
    ps.setString(1, p_violation_category);
    ResultSet rs = ps.executeQuery();
    //System.out.println("before while,");
    // rs.next();
    // v_violation_category = rs.getString("LOOKUP_CODE");
    // System.out.println("v_violation_category="+v_violation_category);
    while (rs.next()) {
    //System.out.println("inside while");
    v_violation_category = rs.getString("LOOKUP_CODE");
    // System.out.println("v_violation_category=" +
    // v_violation_category);
    ps.close();
    } //try ends
    catch (Exception e) {
    e.getMessage();
    //System.out.println("in catch.." + e.getMessage());
    OAViewObject subCatVO =
    (OAViewObject)am.findViewObject("SNI_ViolationSubCategoryVO1");
    //System.out.println("get VO before where clause: subCatVO::"+subCatVO.getQuery());
    subCatVO.setWhereClause("LOOKUP_TYPE like '%SNI_VIOL_SUB_CAT_" +
    v_violation_category + "'");
    System.out.println("after set where clause VO: subCat VO::" +
    subCatVO.getQuery());
    subCatVO.executeQuery();
    // System.out.println("query of subCat VO::" +
    // subCatVO.getQuery());
    //End of sub category Validation
    It is working fine only for the 1st row of teh table.
    I have tried to fetch the value using :
    String violationCategory = (String)violationVO.getCurrentRow().getAttribute("ViolationCategory");
    String violationSubcategory = (String)violationVO.getCurrentRow().getAttribute("ViolationSubcategory");
    But it is fetching null value.
    Please tell me how can I able to fetch the values.

    Hi
    in your scenarion,first u have to identify the particular row of table where the changes is being made ,u have to use this code .when u select the lov ,first it will give the row refernce and then u have to catch the lov event
    OAApplicationModule am =
    (OAApplicationModule)pageContext.getApplicationModule(webBean);
    String event = pageContext.getParameter("event");
    if ("<ItemPPREventName>").equals(event))
    // Get the identifier of the PPR event source row
    String rowReference =
    262
    pageContext.getParameter(OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
    Serializable[] parameters = { rowReference };
    // Pass the rowReference to a "handler" method in the application module.
    am.invokeMethod("<handleSomeEvent>", parameters);
    In your application module's "handler" method, add the following code to access the source row:
    OARow row = (OARow)findRowByRef(rowReference);
    if (row != null)
    thanx
    Pratap

  • From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    From two given tables, how do you fetch the values from two columns using values from one column(get values from col.A if col.A is not null and get values from col.B if col.A is null)?

    Hi,
    Use NVL or COALESCE:
    NVL (col_a, col_b)
    Returns col_a if col_a is not NULL; otherwise, it returns col_b.
    Col_a and col_b must have similar (if not identical) datatypes; for example, if col_a is a DATE, then col_b can be another DATE or it can be a TIMESTAMP, but it can't be a VARCHAR2.
    For more about NVL and COALESCE, see the SQL Language manual: http://docs.oracle.com/cd/E11882_01/server.112/e26088/functions119.htm#sthref1310
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all tables involved, and also post the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say which version of Oracle you're using (e.g., 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • Fetch the values from internal table inside an internal table (urgent!!)

    data : BEGIN OF PITB2_ZLINFO occurs 0,
             BEGDA LIKE SY-DATUM,
             ENDDA LIKE SY-DATUM,
             PABRJ(4) TYPE N,                       "Payroll Year
             PABRP(2) TYPE N,                       "Pay. Period
             ZL LIKE PC2BF OCCURS 0,
           END OF PITB2_ZLINFO.
    I have a internal table like this,
    How to Fetch the values from internal table inside an internal table.
    Kindly Help me on this..
    Regards,
    Ram.

    Hi,
    Try this....
    Loop at PITB2_ZLINF0.
    Loop at PITB2_ZLINF0-ZL.
    endloop.
    Endloop.
    Thanks...
    Preetham S

  • Where can I find the value of "_kks_use_mutex_pin"??

    Hi, all.
    Where can I find the value of "_kks_use_mutex_pin"??
    What dictionary for "_**" parameter??
    Thanks and Regards.

    Hi,
    To find the value for a hidden parameter you must look in a hidden place:
    SQL> select
      2    x.ksppinm name,
      3    y.ksppstvl value
      4  from
      5    sys.x$ksppi x,
      6    sys.x$ksppcv y
      7  where
      8    x.inst_id=sys_context('userenv', 'instance') and
      9    y.inst_id=sys_context('userenv', 'instance') and
    10    x.indx=y.indx AND
    11    x.ksppinm = '_kks_use_mutex_pin';
    NAME                                                                             VALUE
    kksuse_mutex_pin                                                               FALSE
    SQL> show user
    USER is "SYS"
    SQL>Only SYS can see these special views. However, this does beg the question why do you want to see the value of this parameter? Attempting to change this value without official Oracle support is Not A Good Idea and can leave your database unsupported.
    HTH
    Chris
    Message was edited by:
    Chris Poole (because I can't spel)

  • Hi Can anyone please tell me from where I cn download the Photoshop CS6 program I purchased a download (media less) some 2 years ago and all has been OK up to know but I am know having issues and would like to uninstall and reinstall. I have the revelant

    Hi Can anyone please tell me from where I can download the Photoshop CS6 program I purchased a download (media less) some 2 years ago and all has been OK up to know but I am know having issues and would like to uninstall and reinstall. I have the relevant codes and activation keys but would need to be sure I can obtain the program again before I start. Thank you

    Make sure you are dealing with the correct product for the serial number.  If the serial number is for a full creative suite then you need to get the suite, not the individual application, and vice versa.
    Unrelated to that, in case it helps, here is a link to another site.  You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

  • From Where I Can Get The Vmware 6.5 Serial # Or Crack.

    Hello there,
    can anybody tell me that from where i can get the crack or serial # of vmware 6.5. or if u can send me then plz.
    regards.
    Asif Iqbal
    Software Engineer ( Karachi, Pakistan )

    If you go to their web site (vmware.com) with a credit card they will happily provide you with a serial number. You can also get an evaluation licence for free which will give you a serial number that will work for 30 days. Most other options that you are suggesting are likely to be illegal or infringe copyright.

  • From where i can get the info about javazoom package

    From where i can get the info about javazoom package

    You mean this?
    http://www.javazoom.net/mp3spi/sources.html

  • How to fetch the value of tabular form item in javascript

    Hello all
    I want to do some calculations on the value entered by the user in the textfield of a tabular form, how can I fetch the value of tabular form item in the javascript?
    I am using normal tabular form, not using apex_item tabular form.
    I can pass the current textfield value to the function using "this" as a parameter, but how can I fetch the value of other rows of that same column?
    Thanks
    Tauceef

    Hi Alistair
    jQuery is still not working, but I got it done through some other means, this is the code:
    function total(pThis){
    var l_Row = html_CascadeUpTill(pThis,'TR');
    var l_Table = l_Row.parentNode;
    var l_Row_next = l_Row;
    var n_rows = l_Table.rows;
    var lInputs;
    var v1;
    var sum = 0.0;
    var temp;
    var i = 0;
    var j = 0;
    //alert(n_rows.length);
    while(j < (n_rows.length - 1))
    temp = 0;
    if(l_Row_next != null){
    lInputs = html_Return_Form_Items(l_Row_next,'TEXT');
    v1 = lInputs[0].value;
    //alert(v1);
    sum = parseFloat(sum) + parseFloat(v1);
    l_Row_next = l_Row_next.nextSibling;
    temp = 1;
    if(temp == 0){
    l_Row_next = l_Table.getElementsByTagName('TR')[1];
    lInputs = html_Return_Form_Items(l_Row_next,'TEXT');
    v1 = lInputs[0].value;
    sum = parseFloat(sum) + parseFloat(v1);
    l_Row_next = l_Row_next.nextSibling;
    j= j+1;
    $x('P78_TOTAL').value= parseFloat(sum);
    I am calling this function onblur event of the textfield.
    Still I am having one problem, I want to perform this calculation on load of the page also, how can I do that? because while calling onblur of the textfield I can pass that textfield to this function but on onLoad how I will pass the textfield to call this function so that I will be able to get the textfield value in the function?
    there may be some rows already existing, so I want the total of the existing rows to be displayed in my P78_TOTAL textfield that is why I need to do this calculation on onLoad of the page.
    Thanks
    Tauceef
    Edited by: Tauceef on Jul 8, 2010 4:57 AM

  • Hi Is there a table from where I could get the org description?

    Is there a table from where I could get the org description, any table other than the
    org_organization_definitions table

    This sounds like an Oracle Apps question. You should try posting it to that forum. Sorry, don't have the link.

  • Where i can find the value categry code and element in cjvc

    hi gurus
    where i can find the value categry code and element in cjvc .in which table these fields are stored.could anyone tell me relation.
    Thanks & Regards
    Sandya

    not answer

  • From where i can download the OpenScript 9.0 Load Testing Tool

    Hi,
    I would like to test web along with Oracle forms using OpenScript.. in this subject my question are ...
    1. Can I use OpenScript to record the Web and oracle forms?
    2. From Where I can download the Free Evalutionary copy?
    3. Pre-requisite for download, Installation and configuration of OpenScript?
    Looking forward for reply asap.
    Thanks & Regards,
    Mahesh

    Hi;
    Please check http://www.oracle.com/technology/software/products/app-testing/index.html
    Regard
    Helios

  • From where can I download the jar files to use JAXB 2.0?

    Hi all,
    From where can I download the jar files to use JAXB 2.0?
    ~Regards

    Does the government not let you do Internet searches where you live? My Internet search for "JAXB 2.0" returned this:
    https://jaxb.dev.java.net/
    as the first link. If you can't find it from that page it doesn't exist.

  • How and where can i see the values of 0CURRENCY

    Hi gurus,
    How and where can i see the values of 0CURRENCY, for example if the key value is VEB how can i see it that means "Bolivares" , some days ago i had a similar doubt with 0UNIT, and some friend helped me , saying: go to the Transaction CUNI , and it works, but now my doubt is with 0CURRENCY, thanks guys !

    Table TCURC will give you the long and short text for the currency keys.  You can also display in a query by adding 0CURRENCY to the drilldown and displaying key and text.
    Regards,
    Kerry

  • From where do I get the basic knowledge of CRM

    Respected,
      In CRM module I am only dealing with customer service .From where do I get the basic knowledge of Customer service  please help me out because I am  sales and distribution consultant.
    THANKS
    AVANISH GULATEE

    thanks

Maybe you are looking for

  • Error when activate a new InfoCube

    Hi All, I have a big and mysterious error. I made some InfoCubes (more info), but when I transported them into the Q system, the transport has error code 8. After that I deleted those inactive cubes from the Q system and recreated them, but the syste

  • Jdveloper, Debugging JSP doesnt  work

    Hi, i am using jdeveloper 9.0.4.2.0 , jdk 1.4.2_03 Until yesterday it was possible to set breakpoints in a JSP-Site (let us call it myJSP.jsp). The debugger stopped erverytime at a breakpoint when archiving it. But now it doesnt work any more, that m

  • How do you install a patch file?

    Hey all, this is going to sound very dumb, and I don't really know which forum this question fits into. I've got a xxx.patch file to be installed for a project tht is written in Java, I am running Windows XP and am using Eclipse as my IDE. I've never

  • PS CC running extremely slow...  No issues with CS6...

    Same system...  CS6 runs perfectly fine, close it, then load CC, not even workable.  Close CC and reload CS6 and it runs fine... Is CC really that much more hardware dependent?  I feel like the issue is software related and has nothing to do with my

  • APrmr CS4 loosing lnks to media aftr installing QT plugin uninstlld getting errr now mssing QTCF.dll

    Starting with Premier CS3 I when I installed QT player I would loose the links or association with the media my projects were linked to. The first time I figured out it was QT but did not understand why. At first I thought it was that update. Since I