Target value for BAPI_CONTRACT_CREATE

Hi,
When executing this FM, it asks me to input a "target value".
I need to enter "target value" in the parameters of FM BAPI_CONTRACT_CREATE but I dont know where.
Can you please help me?
Tarick.

Hi,
When executing this FM, it asks me to input a "target value".
I need to enter "target value" in the parameters of FM BAPI_CONTRACT_CREATE but I dont know where.
Can you please help me?
Tarick.

Similar Messages

  • Can a target value for KPI calculation be loaded at the Result level in SSM

    Hello
    we are working on a POC where we are loading data at the input level of a dimension for a measure. that measure is averaged up to the result level passing through 1 output level.
    Now my problem is that we can load the target data using Entry and Approval at the same level as we load the actual data i.e at the input level. But our requirement is that the client needs to load the target values at the result level but not at the input level.. how can this be done ?
    Vijay
    Edited by: vijay kumar on Mar 20, 2009 7:20 AM

    Hi Vijay,
    If you are using the BICA to define your KPIs, you can create there Actual and Target Measures with different Dimension Consolidation options. In order to be able to also load data at the output or result level, you can choose from the dropdown the option "ENTER" as the Dimension Consolidation option for the target measure you are creating.
    But if you are using the Cube Builder to create your KPIs, then unfortunately it isn't possible to define different Dimension Consolidation options for the Actual and Target measures of one KPI. In this case, and in the case you are creating your measures directly in PAS, you have to edit the CONSOLINFO document in the PAS model in order to allow for the entering of data in E&A at the output/result level.
    You can set this option by locating your measure in that document and replacing the string "INPUT", at the end of that line, with "ALL". If no line exists yet for your measure (which will happen if you created the measure directly in PAS), then you will need to add it, as in the following example:
    EXAMPLE_MEASURE_ACT,consvar_pmdb.pro,INPUT
    ...in case the actual measure should be consolidated as SUM
    EXAMPLE_MEASURE_ACT,calcavg_pmdb.pro,INPUT
    ...in case the actual measure should be consolidated as AVERAGE
    EXAMPLE_MEASURE_TAR,NONE,ALL
    ...in order not to consolidate the target measure and allow E&A to plan on all levels of its dimensions
    Hope this helps!
    Best regards,
    Ricardo

  • Mapping multiple source value to one target value in value mapping

    Hello experts,
    In my scenario, i need to map more than one source value to one target value in value mapping. Like:
    1        TenderPickup
    2        TenderLoan
    7        TenderPickup
    101     TenderPickup
    102     TenderLoan
    107     TenderPickup
    But when I enter the same target value for the second time and try to save it, it gives me an error saying value mapping already exists.
    But this should logically be allowed. How can this be done. Please provide a solution.
    Thanks,
    Yash

    Hi Prabhu,
    When i right click on the target field, it gives me only 3 options:
    1) Insert Row
    2) Delete Value Mapping
    3) Value Mapping in all agencies
    I dont see nay option for duplicating rows.
    What I hae done is in ID i clicked on TOOLS and then VALUE MAPPING. I checked the option "Value Mapping Agencies" and gave my source and target agencies detials. Then i clicked on DISPLY and in the next page I have 3 columns - Value for <source agency>, Value for <target agency> and Group name.
    When I give duplicate values in the column Vlaue for <target agency>, it doesnt allow me to and if i right click in this column, i get the above mentioend options.
    Please point out where i m going wrong.
    Thanks,
    Yash

  • Design of Cube to Store SEM Target Data - for HR

    Hello,
    I am in the process of completing a Scorecard and Management Cockpit for the HR function at my company.  Currently, the most perplexing piece is how to handle targets.  I know they can be entered via BPS, have to be stored in a BW InfoProvider, etc.  However, the actual design and requirements of the cube seem daunting at this point. 
    Given the way that HR data is sliced and diced, it looks like we'd have to maintain millions of targets...
    These are 6 of the ways we look at enrollment numbers: 
        Sub-Business Unit   A, B, C, D, E, F..
        Function            A, B, C, D, E, F..
        Band                A, B, C, D, E, F..
        Rating              A, B, C, D
        Gender              A, B, C
        Country             A, B, C, D, E, F..
    etc.
    Having to define a target for each slice of these, across each possibility of characteristic combinations (and this is a partial listing) is probably not feasible...
    Am I looking at this correctly?
    Is there something I'm missing, or perhaps a better way to do this?
    EXAMPLE:
    For financial data, if you want to store targets, the table needn't be very large -- the measures you want to track against, by the level of detail you want to see...  (i.e. cost center, etc.)  Let's say there are 100 cost centers in the company, and you want to see Net Sales.  You'd end up with 100 target values:  Net Sales for each cost center.  If you want to also see Gross Sales and Revenues, then it adds another line for each cost center/site.  In this example, that would be 300 entries -- 100 cost center values for Net Sales, 100 for Gross Sales, and 100 for Revenues.  (So it's A * 3.) 
    However, with HR data, say we want to track the Number of Employees.  If we want to see the Number of Employees by Country, then it's basically flat.  For the sake of simplicity, let's say we have 100 countries.  Recording target values for Number of Employees by Country would result in 100 fields for entry.  However, if we wanted to add dimensions for Band/Position Level (10), and Employee Rating (4), the number of possibilities grows practically exponentially.  These dimensions are related - there are instances where we would want to see the Number of Employees in the US, for a Band of 4, and Employee Rating of 3.  It's no longer A + B + C.  Rather, it becomes A * B * C.  In this simple example, the total is 100 x 10 x 4 = 4000.
    The comparison to the financial example is that you wouldn't want to see Gross Sales by Net Sales.  It doesn't make sense.  However, in the master data intensive world of HR, you do want to slice and dice within/across dimensions.  The cube would be the same size as the existing one for actuals - and we would have to populate it at the most granular level for each "piece" or possible way we would want to slice and dice the data, correct?
    Does this make sense?
    Is there an easier way to do this?
    Is there some sort of Aggregate way to store these kinds of targets?
    Any insight would be greatly appreciated.
    Thanks,
      Erica

    kglad, thanks for helping.
    basically, i am a newbie and i'm not clear on your answer . if evt.currentTarget is better, I would like to use the best method, so thanks. i'm trying to get my head around what's going on here in the code. i get that actionscript is storing a "reference" to the object but I don't get why I can't put that reference (which is the name of the movieclip on the stage I wish to apply filters to, i.e. mc0) into a string variable (whichThumb) and then use that string variable to apply the filter (whichThumb.filters=[ds];)
    on one hand, i'm getting error that says "possibly undefined property filters thru a ref with string" which I don't get because the filters are defined outside of the function and are called intially in the load function with no problem. and on the other hand, i am getting another error saying there is a "migraiton issue" with my string not being a dynamic class. do i need to make the var whichThumb another type other than string? if so, what type. maybe that will also solve the "undefined property" issue as well.
    still learning, Thanks for help!

  • How to put identical target value in value mapping table

    Hi all ,
             I am implementing a value mapping function .Problem is occuring for repetated target value.for ex: if key is GL001 GL002 GL003  and destination value is 4 5 4 then its creating problem for identical values i.e for  both GL001 & GLOO3 its not accepting 4 .Same manner for many diffrent glncode i have  identical values.not understanding how to deal with these identical values please guide me as its very urgent.
    Regards,
    Saurabh

    Hi saurabh,
    you can try this out....
    First you create a value mapping table in ID like:
    AWSYS   GLNCODE
    GLOO1     10
    GLOO2     20
    (without GLOO3).
    now in your message mapping do the following mapping:
                              Contant[GLOO1]
                                   |
                                   |(then)
    AWSYS-------------> equals---->if----------------->Value Mapping---->GLNCODE
                        |          |(else)
                        |          |
    Constant[GLOO3]-----|        AWSYS
    **Reward points if helpful...
    --Sankar Choudhury

  • Set Default values for Value mapping

    Hi All,
    I have some specific value set for which I have used a Value mapping into Message Mapping .
    My problem is I want to set a default value for the target value and I dont know how to set it in Value mapping ..
    And also if you can suggest me how to set target value for Null source value ...
    Thanks in Advance..

    hi
    Take a constant for sender side and give the value for that constant.After that take a value mapping function fron Conversions of Mapping Functions.
    And give the values of  Value Mapping Context as :http://sap.com/xi/XI
    After that define Agency and Schema for sender and Refceiver with values what ever u have manually.

  • Item wise target value in Contract (ME31K)

    Hi,
    If i have 2 line items in Contract (me31K),  ie 2 different materials,  can I have different Target value for each line item.
    Regards,
    Karthik

    Hi,
    I hope item wise target value is not possible, but through target quantity for every item you can control it.
    Regards,
    Prabu

  • No Target values and Ratiings displayeed in SL report

    Hi ,
    I have configured Service level reporting for R3 system in solution manager, in Key perfromance indicatiors node->target KPI TAb->i have provided teh target values for the KPI's.
    The report is generating every week, but in the report for KPI section, i m missing the target values and the ratings in  my generated report.
    Area  Indicator  Actual Value  Target value  Rating  Trend
    In the above columns i dont see any data/values under target value and rating , though i have already maintained this in set up SL reporting
    Anand

    Hi Solman Gurus,
    Can anyone provide any inputs please
    Anand

  • Value Contracts - Target value at header

    Hello Gurus,
    I have a scenario where in we need to provide the target value in the contract for all the items present in the contract.
    I am using the value contract type wk1, its only allowing me to provide target value for each material. Is there a way to have the value contract for all the materials in the contract.
    I have used assortment module with no use....
    Thanks and regards,
    Pavan P

    Mark teh condition WK00 as header group condition. The target value would be applied for the complete order.

  • Funnel Chart - Using 'Target talue for final stage only'

    On the Funnel Chart, what does the 'Target value for final stage only' checkbox do?
    The help screen says: Indicates whether the target value should appear for each stage or for the final stage only.
    What does that mean? And what do the values across the top of the funnel chart represent when that box is checked?
    Here's my data:
    Month..........YTD Sales...... Sales Budget...Progress
    Jan-03......... 8,400,440 ... 130,262,073 .....6.4%
    Feb-03....... 17,354,267 ... 130,262,073 ....13.3%
    Mar-03....... 26,946,411 ... 130,262,073 ....20.7%
    Apr-03....... 37,403,576 ... 130,262,073 ....28.7%
    May-03...... 48,776,812 ... 130,262,073 ....37.4%
    Jun-03....... 60,194,086 ... 130,262,073 ....46.2%
    Jul-03........ 70,899,728 ... 130,262,073 ....54.4%
    Aug-03...... 81,168,655 ... 130,262,073 .....62.3%
    Sep-03...... 93,830,444 ... 130,262,073 .....72.0%
    Oct-03..... 105,536,047 ... 130,262,073 .....81.0%
    Nov-03..... 117,620,559 ... 130,262,073 .....90.3%
    Dec-03..... 130,276,514 ... 130,262,073 ...100.0%
    When I display a funnel chart without that box checked, the values across the top of the chart look right. My Stage is set to Month, and there are 12 stages. My Actual is YTD Sales. My Target is Annual Sales Budget. Each of the numbers across the top of the chart show percentages that are "correct", starting with 6.4% in January, 13.3% in February, and so forth. A very understandable progression and accumulation of YTD vs Annual Budget.
    If I check the 'Target value for final stage only' box, the values shown across the top of the funnal change dramatically, as shown here in the 'Final Only' column.
    Month........YTD Sales.....Sales Budget.....Final Only
    Jan-03....... 8,400,440 ...130,262,073 ......1.3%
    Feb-03......17,354,267 ...130,262,073 ......3.0%
    Mar-03......26,946,411 ...130,262,073 ......5.1%
    Apr-03......37,403,576 ...130,262,073 .......8.0%
    May-03.....48,776,812 ...130,262,073 .....11.7%
    Jun-03......60,194,086 ...130,262,073 .....16.5%
    Jul-03.......70,899,728 ...130,262,073 .....22.3%
    Aug-03.....81,168,655 ...130,262,073 .....29.7%
    Sep-03.....93,830,444 ...130,262,073 .....40.3%
    Oct-03....105,536,047 ...130,262,073 .....54.0%
    Nov-03....117,620,559 ...130,262,073 .....73.0%
    Dec-03....130,276,514 ...130,262,073 ....100.0%
    I can't see how those percentages make any sense at all. Any ideas?

    Hi,
    There is a way to move posting but I do not have the authority to do so in this forum.
    Which is odd, as I have extra authority to manage this forum.
    So, in this case, I would recommend must copy paste and create a new posting.
    You can always request a thread to be moved in the future as there may be someone monitoring the forum that has the authority.
    Thanks, Mark

  • Assigning a Constant Value for Target Revenue

    Hello all,
    I have a scenario where I need to assign a Constant value, say 10000, for my Target revenue Key Figure at the Info Cube level. This value should always be 10000. Please advice.
    Your valuable suggestions will be greatly appreciated. I will be assigning points as a way of expressing thanks.
    Best Regards,
    Deepthi.

    HI Deepti,
    Today I faced same issue and I read your thread.
    I saw the responses given by others and I feel its a shallow solution hardcoding the key figure to a constant value..because key figure is meant to change.
    I solved it by altering the Aggregation level in an key figure infoobject.
    The Aggregation must read MIN..Exception aggregation may be SUM..
    and the characteristic on which aggregation must the infoobject that determines the unique value of the Infoobject..eg GJAHR/MONAT from R/3.
    This will give the result as (where Target is the non-aggregated Key figure)
    Plant   Year    Target            Document No   Production value
    110      2004    1000000           1                        10
    110      2005    2000000           20                       20
    110      2004    1000000           2                         15.
    200      2005     40000             100                      50
    110       2005    2000000          21                       23
    The target value here depends only on Plant and Year..and stays constant for the unique combination of the 2.
    U dont need to change the BEx status of any key figure..
    I know the forum post I am putting is of no use..but someday someone who needs an answer urgently please do read this.

  • How to populate values for a new field in target infoprovider

    Hi Experts,
    am new to BI. i would like to know on how to populate values for a new field in the target cube with start rotuine.In my case,  i have a source infoprovider, which has 3 fields and a target infoprovider, which has 5 fields. i need to populate the new 2 fields in start routine. i dont want to populate using Field routine and am using 3.5 version. please assist with code on how to solve this issue.
    Thank you,
    Chitra.
    Edited by: Chitra_BI on Jun 13, 2011 10:23 AM

    Debug the standard code and see where the other fields are getting update. you can use the similar approach and area to code for the new field.
    Regards,
    Lalit Mohan Gupta.

  • RFx Header Target Value in Sourcing  is Zero for RFx created in SRM Manually

    Hi All,
      We are facing the issue with RFx Header Target Value, before proceeding with question , like to share our scenario's
    We are using SAP SRM Classical Strategic Scenario.  and below are two possible ways.
      Case1)ECC PR - SRM SC (EXTR-BUS2121) - SRM RFx(BUS2200) - SRM RFx Response(BUS2202) - > ECC PO.
      Case2)ECC PR - SRM SC (EXTR-BUS2121) - SRM RFx(BUS2200) - SRM RFx Response(BUS2202) - > SRM Contract - ECC Contract.
      Case3) SRM RFx(user create RFx directly in SRM ) - SRM RFx(BUS2200) - SRM RFx Response(BUS2202) - > SRM Contract - ECC Contract.
      Case4)SRM RFx(user create RFx directly in SRM ) - SRM RFx(BUS2200) - SRM RFx Response(BUS2202) - > - > ECC PO.
       Now for cases  1 & 2 ,  Target Value in the RFx Header is populating correctly ,but  for Cases 3 & 4 where the RFx is directly created in SRM  ,the Target Value field is visible and editable in the RFx Header ,but when we enter some value and go to other tab, like bidder, the "Target Value" is getting cleared.,
      Can any help to understand this  SAP behavior of application ,Is this SAP standard? or is there is any miss in our configuration.? Kindly provide some inputs on this. I also cross checked the notes
    Thanks
    Channa

    Hello Channa,
    There is note 1992525 and 1712226.
    Please refer to the note 2037465 for important information about pricing.
    This note has all information about pricing in SRM for different scenarios.
    Best regards,
    Rohit

  • Target value on value contract avail. for pricing

    Hello, I have a question and perhaps somebody had a similar situation or has an idea that could help me. On a value contract I would like to get the value of the target value (ZWERT) into the pricing procedure. The goal is to be able to accrue this amount. I can ask users to enter the amount twice but wanted to see if there would be a solution without userexits.
    Thank you and regards,
    Christian Richter

    Hi,
    Just check with the routines we maintain in the pricing procedure... Seek help from a tech guy for this...... I think we can do that through routines by putting the logic in the price routines....
    This can be requirement routine which should be created and maintained......
    Regards
    Bageerath

  • How to get message Target value exceeded for value contract in consignment

    Hi Gurus,
    I have created a value contract in consignment process.
    When the TOTAL VALUE of the release orders exceed the TARGET value of the value contract, system is NOT alerting me with message "Target Value Exceedded".
    In normal value contracts, system throws error message while creating release order if target value is exceeded.
    How such message can be generated in case of consignment process?
    Is there is any configuration involved for item category 'K' for this requirement?
    Thanks in advance,
    Regards,
    Sastry

    Hi,
    Thanks for the reply.
    Those messages are already configured and they are working fine for my normal contracts.
    I need such messages for value contracts in consignment process (item category 'K').
    As there is  no net price in consignment PO, such messages are not generated even though required messages are already configured.
    Is there any other thing I need to do for CONSIGNMENT process
    Regards,
    Sastry

Maybe you are looking for

  • Mini-DVi-port to Mini DisplayPort

    In July 2009 i bought my first Macbook 13". And then on the 4th of october i ordered a new 24" LED Cinema Display. Then after waiting for 1 month i received my items to day only to find out that my Macbook has an mini-DVI-port and not an Mini Display

  • Scheduling agreement issue during GR

    Dear all , I have created scheduling agreement(ME31L), agreement type LP. Have released it by ME35L (as it is with release strategy) and the maintained the delivery schedule by ME38. We have earlier receipts of goods against scheduling agreement.  Wh

  • How to affect several data providers from navigation pane in BW7.0

    Hi all, I'm trying to use navigation pane for several numbers of data providers at BW7.0. This was possible in BW3.5 by using the web item called generic navigation block. By assining more than 1 data providers at the parameter of affected data provi

  • I need to add funds to a friends account how do i do this with out any other info besides there cell number

    i have a friend down on there luck i would like to add funds to there account  there phone ran out yestarday

  • Version Based Protocol

    As I understand, if using version based protocol, server generates a jardiff file comparing the older and newer versions of jar files. Now my question is where is the updated version of jar with jardiff applied formed. Scenario 1: The jardiff is form