T.code/Report for calculate received values for a subcontract

Hi Experts,
Can you any one help on this issue.
u201CIs there a T-code/report that will calculate the received values for a subcontract  broken out by code - or remaining values per code - even when the contract has non-valuated GR lines?
MATDOCS does not capture the dollar value of non-VAL GR lines - only the qty. It captures the dollar values of valuated GRs only.
ME2N - captures the total remaining value at the Item level only - not at the code level; the codes are all listed but as in the initial account assignment tab ME23N with the original percent assignment.  It does not determine remaining value per code.u201D
Thanks in advance.
Mohammad Jeelan

hi
try MBLB

Similar Messages

  • Standard Report to check consumption values for multiple materials

    Hi,
    Is there any standard report to check "consumption" values for multiple materials? The user needs to check the consumption values over a period of time for multiple materials (VERP, ROH) before deciding the re-order and safety stock values for them. Any help on this will be greatly appreciated.
    Thanks,
    Swapnil

    Dear Swapnil,
    Report MCRE is widely used for the material cosnumption than checking in COOIS.
    Also these reports can help you.
    MCPF                 Material analysis: Dates                
    MCPO                 Material analysis: Quantities           
    MCPW                 Material analysis: Lead time            
    Regards
    Mangalraj.S

  • How to calculate acquisition value for specified day

    Hi,
    in my z program I have a problem how to calculate acquisition value for my asset for specified day.
    Example:
    I have asset created 8.7.2008 with TTYPE 104 (External asset acquisition) with value 5950.
    30.11.2008 there is another TTYPE 272 (Retirement of current-yr acquis., w/o revenue) with value 950.
    So BEFORE 30.11.2008 acquisition value is 5950. After is 5000. Is there any function module (or something else) in SAP system where I can send asset number and date a it return to me acquisition value for that day?
    Many thanks for any answer!

    Hi,
    your suggestion means that I have to compute acquisition value by myself (sum all TTYPE 1** - sum all TTYPE 2**). So SAP does't provide such functionality (LDB ADA have it, because it can compute acquisitiob value for specific day)?
    Mant thanks for answer

  • Issue with Report to get Position value for each Class ID.

    Hello Experts,
    m working on a report where I want Position values as on date.
    for an entered date report should give position value(Amount for transaction) for each class Id.
    I m trying using the exit variable but could not reach the output.
    For date I created an exit variable which shoud return the latest position for each class Id.
    Now this exit variable is "ready for Input" . when I debug my code it takes i_step =3 and i_vanm= " " after i_step = 1 and i_vnam = "<variablename>"
    how do I go about to get the solution.
    Guide me to come up with desired output.
    Thanks in Adv.
    Bhavna.

    Hello Experts,
    m working on a report where I want Position values as on date.
    for an entered date report should give position value(Amount for transaction) for each class Id.
    I m trying using the exit variable but could not reach the output.
    For date I created an exit variable which shoud return the latest position for each class Id.
    Now this exit variable is "ready for Input" . when I debug my code it takes i_step =3 and i_vanm= " " after i_step = 1 and i_vnam = "<variablename>"
    how do I go about to get the solution.
    Guide me to come up with desired output.
    Thanks in Adv.
    Bhavna.

  • How to get Item-Code wise stock quantity and value for a previous date

    Dear Sir,
    As per the government legal requirement , we are required to furnish a list for items having stock as on a date ( date is not the current date but it is some past date)  and  in the list we need to provide material wise stock quantity and value .
    We can generate a list  for the current date , but do not know how to get it for a previous date .
    We request you to kindly guide us about such a list .
    With Thanks and Regards
    Sonia Agarwal

    hi,
    might be this reports will be help full for your requirement.
    MMBE
    MB53
    MB52
    MB5M
    MB5B
    MB5T
    MBLB
    MBBS
    MB54
    ME56
    Thanking you

  • ABAP code in to JAVA for overwritting condition value for IPC pricing

    Dear experts i am an IPC JAVA developer and i am trying to translate an ABAP Routine in to JAVA code for overwriting condition value in the pricing user exit of IPC
    Here is the ABAPcode segment i am trying to transulate
      DATA: l_kdkg1  LIKE komk-kdkg1,
            l_work TYPE f,
            l_umren LIKE marm-umren,
            l_umrez LIKE marm-umrez.
      SELECT SINGLE peinh FROM mbew INTO mbew-peinh         
      WHERE matnr = komp-matnr
      AND bwkey = komp-werks.
      I need some  help in the following things
      1. I don't know how to transulate the following Line of ABAP code into JAVA
         " AND bwkey = komp-werks."
    Bwkey stands for plant details. I don't know how to get plant details from  Pricing Item.
      2. Someone please tell me weather the following JAVA transulation is correct
      Vector x = prItem.getUserExitConditions();
      db database = pricingEngine.getDatabase();
         // set table name
      String tableStart = "mbew";                                             
         // set query parameters
      sys_query_pair[] queryPair = null;
      //matnr = komp-matnr . Getting the material Number
      String materialNo= prItem.getProduct().toString();
      //bwkey = komp-werks.Getting plant.
      // TODO: werks stands for plant. Not sure how to get it from prItem
       String plant = "";
       queryPair = new sys_query_pair[2];                    
       queryPair[0] = new sys_query_pair("matnr", materialNo);
       queryPair[1] = new sys_query_pair("bwkey", plant);
      // set query columns
       String ZZFIELDStart = "peinh";
       String ZZFIELD_VALUEStart;                   
       String[] projectionStart;
       projectionStart = new String[];
       BigDecimal pricingUnit = null;
       try{     
          // execute query
          res resultSetStart = database.db_read_table(tableStart, queryPair,projectionStart) ;
          if (!res.db_empty_results_p(resultSetStart))
         ZZFIELD_VALUEStart = resultSetStart.db_get_row_element_string(0);
         pricingUnit = new BigDecimal(ZZFIELD_VALUEStart);
         resultSetStart.db_finish();
       else
         System.out.println("Coudn't find a value of field peinh in table mbew!");
       catch (exc_database_error e)
         e.printStackTrace();

    Please login to the server where IPC is installed. In the IPC folder u find libs folder  or search for docs in IPC folder. There it is dealt how ABAP routines are mapped to  user exits in java coding
    Thanks
    Surya

  • Cluster trees: suppressing counts for docs without value for metadata attr?

    Hi,
    Using metadata cluster trees on 11g in the SES standard UI, has anyone tried to either not show rows without the metadata value or to change the standard value "Miscellaneous" to something else? If so, could you provide some details on how you did this?
    An quick example of what I would like to accomplish. Let us say I have 100 documents in my result set, and 30 of them are without a value for "Author". If I create a cluster tree on metadata attribute Author, I would like to configure whether or not the 30 documents without author shown in the Author cluster tree. Secondly, I don't like the term "Miscellaneous", so I would like to change the value to "Missing value" or something like that if I decide to show the docs without value in the cluster tree.
    regards,
    Rune

    Hi,
    Using metadata cluster trees on 11g in the SES standard UI, has anyone tried to either not show rows without the metadata value or to change the standard value "Miscellaneous" to something else? If so, could you provide some details on how you did this?
    An quick example of what I would like to accomplish. Let us say I have 100 documents in my result set, and 30 of them are without a value for "Author". If I create a cluster tree on metadata attribute Author, I would like to configure whether or not the 30 documents without author shown in the Author cluster tree. Secondly, I don't like the term "Miscellaneous", so I would like to change the value to "Missing value" or something like that if I decide to show the docs without value in the cluster tree.
    regards,
    Rune

  • How to generate a report on 'Event Received' events for a resource objects

    Hello,
    I want to generate a report on all the recon events which are in 'Event Received' status, on a daily basis. Can you please let me know how to do this and what all tables are involved?
    Thanks

    Well thats pretty simple. Actually there are multiple tables in OIM database responsible for holding reconciliation data but event information is stored in one table RCE. So there are two simple ways to do that as follows:
    *1) Using OIM API ::*
    There is an API exposed (*findReconciliationEvent()*) in the tcReconciliationOperationsIntf interface. You can just pass a HashMap with one filter parameter for ReconEvent status as Event Received. In addition to it this API also requires the StartDate and EndDate (You can give current date for both arguments). This will return you a ResultSet containing all the events which are in that particular state. Just iterate through the ResultSet for all the event information ad create your report.
    *2) Using OIM database query::*
    Just write an SQL query to run in the database schema. Let's assume you have written a scheduler for the same. This is the code for your class:
    tcDataSet dsList = new tcDataSet();
    String query = " select * from RCE where RCE_STATUS='Event Received' ";
    log.debug(query);
    try {
    dsList.setQuery(getDataBase(), query);
    dsList.executeQuery();
    if (!dsList.isEmpty()){
    log.debug("Total Rows Found:" + dsList.getTotalRowCount());
    result = true;
    for (int i = 0; i < dsList.getTotalRowCount(); i++) {
    Write your custom logic here for generation of report
    }else{
    log.debug("No Events Found");
    result = false;
    } catch (tcDataSetException e) {
    e.printStackTrace();
    result = false;
    So you can do it both ways.
    Thanks
    Sunny

  • Calculate Effective values for a set of records

    Hi, We are having a set of rows in a databas table - (Month_key & Loan_value_at_month are only available, we need to calculate the EFFECTIVE_LOAN_VALUE_MONTH) as illustrated below
    The logic for calculation will be
    •     If MONTH_KEY = 1, then EFFECTIVE_LOAN_VALUE_MONTH should be calculated as 0.
    •     If MONTH_KEY >1 and NTH_KEY<=12 (less or equal to a year) then:
         Check if the LOAN_VALUE_AT_MONTH is 0 and if true
         set EFFECTIVE_LOAN_VALUE_MONTH = 0
         If the EFFECTIVE_LOAN_VALUE_MONTH is non zero, then set EFFECTIVE_LOAN_VALUE_MONTH =
         Max(LOAN_VALUE_AT_MONTH(current time band), EFFECTIVE_LOAN_VALUE_MONTH (previous time band))
    We tried with the help of Lag function to calculate this.......but in vain. Do we have any stastical functions to calcualte this logic using SQl. Kindly help
    MONTH_KEY     LOAN_VALUE_AT_MONTH     EFFECTIVE_LOAN_VALUE_MONTH
    1     6,912,007     0
    2     8,305,709     8,305,709
    3     9,116,882     9,116,882
    4     9,617,609     9,617,609
    5     11,198,658     11,198,658
    6     12,151,381     12,151,381
    7     13,511,137     13,511,137
    8     14,126,983     14,126,983
    9     12,975,124     14,126,983
    10     13,501,073     14,126,983
    11     11,588,826     14,126,983
    12     3,461,046     14,126,983
    Edited by: Selvaganapathy on Mar 19, 2013 12:24 AM
    Edited by: Selvaganapathy on Mar 19, 2013 12:26 AM

    Selvaganapathy wrote:
    Hi, We are having a set of rows in a databas table - (Month_key & Loan_value_at_month are only available, we need to calculate the EFFECTIVE_LOAN_VALUE_MONTH) as illustrated below
    The logic for calculation will be
    •     If MONTH_KEY = 1, then EFFECTIVE_LOAN_VALUE_MONTH should be calculated as 0.
    •     If MONTH_KEY >1 and NTH_KEY<=12 (less or equal to a year) then:
         Check if the LOAN_VALUE_AT_MONTH is 0 and if true
         set EFFECTIVE_LOAN_VALUE_MONTH = 0
         If the EFFECTIVE_LOAN_VALUE_MONTH is non zero, then set EFFECTIVE_LOAN_VALUE_MONTH =
         Max(LOAN_VALUE_AT_MONTH(current time band), EFFECTIVE_LOAN_VALUE_MONTH (previous time band))
    We tried with the help of Lag function to calculate this.......but in vain. Do we have any stastical functions to calcualte this logic using SQl. Kindly helpWhat have you tried? From your description LAG sounds like a good idea but doing this in a singe SQL will be very hard - too many rules!
    Your rules are complex enough to invite consideration of a user-written function to compute the value instead of a single SQL. You could pass the current and lagged values to the function and get the computed value back

  • How to avoid client opening for maintainig char value for POreleasestrategy

    Hello Experts
    I have configured Purchase Order release strategy in our development client. I have released all transport requests for PO release in our quality client. But after releasing transport requests , value in characteristics like PO value was not copied in quality client.
    To achieve my purpose I have opened by our client by scc4 transaction code & once again maintained values in characteristics.
    *Is there any method to update characteristics values in release strategy without opening client?*
    Regards
    Amit

    Using CL20n, the complete assignment of characteristic values per release stratrgies can be defined. There will be no need to open the client at all.

  • Tabale for Actual cost value for Process orders

    Hi Friends
    From which table can we retrive the actual values relates to process orderwise, like actual material consumption cost, activites cost, overhead cost and other costs.

    Hi
    You would find the actual for process orders in Table COEP with Object Number = OP*. Also Check if you would require COSS, COSP for Controlling Tables and to get the Object numbers you need to used AFPO with Order type of Process order PI01...
    Regards,
    Suraj

  • Cant able to see new value and old value for change in purchase order text

    Hi all ,
    I am not able to see changes done in material's purchase order text in material master. When i use tcode MM04 to see changes done material master it does not report new and old value for change if it is done in purchase order text of that material .
    Thanks in advance  ,
    Shikha

    Hi Shikha,
    I'm not sure it works or not. But you can try SCU3 t.code and table DBTABLOG. May it can help you out.
    I also faced this type of issue in Plant data and it get resolved.
    Try and let me know...
    Regards
    Sunil Sisodia

  • Minimum order value for Purchase orders

    Hello,
    This is my requirement: -
    A condition type needs to be created for Minimum Oder Value for PO. If the PO value is say, 450 and the condition record in 500, the PO value must be adjusted to 500. If PO value is 550, then it remains 550.
       1. Condition records must be maintained.
       2. Must be calculated on whole PO (all items) and then redistributed among items in a suitable ratio.
    This is what I have already tried:-
      1. Vendor master - No use maintain minimum order value as PO price must be adjusted through condition types.
      2. Tried replicating PMIN condition type and it works but only at item level - this calculation must take place at header level. Also it works only for calculation type "Quantity".
    Please suggest how this can be implemented, hopefully through configuration only.

    Hi,
    Please use user exit MM06E005 and code accordingly. Take help of ABAPer.
    thanks and regards
    Murugesan

  • Using Broadcaster to run a query for sequential Variable Values

    Hi SDN Community
    I came across a powerpoint slide regarding broadcasting which i hope to use in one of our reports.
    We are on SAP BW 35.
    Broadcaster has been used
    Your opinion would be greatly valued in regards to the direction i should proceed for our particular purpose.
    We basically have a report which is a web report.  This contains much html and javascript enhancements.
    But it essentially has queries with a series of variables.
    The customer would like the Queries to be cached for each variable value for performance reasons, on a daily basis.
    eg. Run the same query for Variable value BMABRM, then BMASRM, etc...
    In a loop fashion.
    Do not need to set a process chain to trigger broadcaster, or rather simply to schedule the broadcaster to run daily.
    I would basically then want to run this (cache) query in an iterative fashion, ie. rerun it for all the sites.
    Can you please make a recommendation to which is the best approach, whether a process chain should be set up, and any experience you may have had setting up a query to rerun for different variable values.  We would of course want the query to run successfully before rerunning it for the next variable to avoid locks, etc.
    Thank you in advance.
    Simon

    Hi Rahul,
    i have been trying to use the process chain functionality to do this but unsure how to do it.
    Which objects do you use in the process chain:
    Trigger Event Data Change (for Broadcaster)
    or Execute APD Model
    or Precalculation of Web Templates
    i am unsure how to incorporate the queries into the process chain.
    If you have any steps , it would be much appreciated.
    Thank you.
    Simon

  • Create URL with multiple values for one parameter

    Post Author: cbamberg
    CA Forum: General
    While I have no problems to create the URL to open a report with a single value for a parameter from my Java application, I don't know how to format multiple values for a parameter when I want to pass the "&prompt0=" value. The values I want to pass are numbers, not strings.
    Anyone can help?

    Hi gayatri,
    you need to select both the product id and custname.put a count on the prodid column and write a condition of count>1 and apply it.
    Thanks
    Hari

Maybe you are looking for

  • Delivery service level

    Hi, I need a report concerning our Delivery service level (vendor self evaluation). Somebody knows if there is a standard report?. The report must contain sales order with quantities, dates, sku, and its respective delivery with quantities and dates.

  • BLOB download from report region in translated application does not work

    We created an application (APEX 3.1.2) with a base language dutch (300) and a translated application en-uk (3001). The problem is that in the translated application downloading BLOB's from a report region does not work and results in an error (page c

  • Global outline agreements and contracts

    Hi, Can anybody give me a step by step explanation of how to configure and distribute contracts and global outline agreements to the backend system. Also the T-codes used to access the contracts in the backend once the contracts have been distributed

  • Golden Gate and work efforts

    Hi All, I wonder that what would be the Administrative hours needed on regular bases after settign up GoldenGate between Oracle and SQL server? Thanks

  • Addressbook bug?

    Has anyone else noticed this bug in addressbook using their laptop's trackpad? When I select a list, and then go to the PRINT command, under "Style", I select LISTS I am given a list of options below with checkboxes so I can select which parts of the