Error: No vendor could be determined for article 124

Hi Friends,
I am getting an error" No vendor could be determined for article 124" while maintaing Sales view for article. I have given supply source as Standard in basic view and also maintained purchasing view. I entered this vendor in sales view, but error comes. Pl help to solve this.
Also, How price calculation is done in article master? I have give net price in PIR and add mark up 10% and how the system arrives at sales price. Pl help.
Regards,
Ram

Hi Ram,
Function in Pricing that enables you to calculate sales prices for the materials that are carried by a retail company in different steps of the value chain, and to store them as condition records in the system.
Calculating sales prices for materials is arranged according to the usual order of goods flow in retailing. Thus, the two main elements of sales price calculation are:
Determining purchase prices (purchase price determination)
Determining sales prices (sales price determination)
The margin is also calculated as a characteristic key figure for the relationship between sales and purchase price. Various different procedures are used for determining sales and purchase prices. The sales price can, for example, be calculated from the purchase price using a planned markup; it can, however, also be derived from competitor prices.
The sales price calculation function also allows mass maintenance of conditions. Sales price calculations can be performed for a range of materials and organizational levels. The different organizational levels here, for example stores and distribution centers, represent the various steps in the value chain
Source:help.sap.com
Also pl look into the following link:
http://help.sap.com/saphelp_45b/helpdata/en/12/085091470311d1894a0000e8323352/frameset.htm
Hope this helps you.
Regards,
S.V.ManiKumaar

Similar Messages

  • Text Variable error "No value could be determined for variable " Brain 632

    Hi,
    I want to display current fiscal period as description in the colomn of a query.
    Ex. If current fiscal period is 005.2009 in the colomn it should display 2009005
    For that I have created a text variable.(Is it correct to create a text variable for this?)
    But it gives me following error.
    "No value could be determined for variable " Brain 632 Error.
    Please help.

    I assume that your requirement is suppose a user enter a date as 01/12/2010 - 31/12/2010 in the selection screen then he should get the data for this  range in one keyfigure and 01/11/2010 - 31/11/2010
    For this requirement you have to create one customer exit variable on calendar day :
    I have taken into account only the two values .
    Important is to take into account what if a month has 31 days and previous month has 30 days.
    The user exit will trow an error in this case .
    You need to handle this in the code .
    Data :
    day type string,
    year type string ,
    Month type string ,
    LS_Calday type Date.
    IF i_step = 2.
      CLEAR loc_var_range.
      READ TABLE i_t_var_range INTO loc_var_range
        WITH KEY vnam = 'Z_PCG1'.
    day = loc_var_range-low+6(2) .
    Year=loc_var_range-low+0(4).
    Month =loc_var_range-low+4(2) .
    if month = 01 ,
    year= year -1 .
    month = '12'
    concatenate year month day into LS_Calday .
    else if month = 03
    and day =31 or day = 30 or day = 29 .
    day = 28 .
    month = month -1 .
    month_high = month 
    concatenate year month day into LS_Calday .
    else if month = 05 or month = 07 or month = 10 .
    month = month -1 .
    concatenate year month day into LS_Calday .
        CLEAR l_s_range.
        l_s_range-low  = LS_Calday .
         l_s_range-sign = 'I'.
        l_s_range-opt  = 'EQ'.
        APPEND l_s_range TO e_t_range.
      ENDIF.
    ENDIF.
    restrict the first keyfigure with the user input variable and second with this customer exit variable .

  • Costing Error No price could be determined for internal activity

    Dear Friends ,
    while i m trying to run costing in month tojune 2008 near fical year i recive follwoing error meaage how can i fix this error  kindlly send me details step becuase i m very new in FICO
    No price could be determined for internal activity 1405 1100-1100
    No price could be determined for internal activity 1060 1000-1000
    No price could be determined for internal activity 1055 1000-1000
    No price could be determined for internal activity 1110 1000-1000
    No price could be determined for internal activity 1610 1400-1400
    No price could be determined for internal activity 1050 1000-1000
    No price could be determined for internal activity 1405 1300-1300
    Regards
    Maheru

    Be careful with KP26, when you pass the initial screen, on the second screen where you can see the price,  you have to check the monthly price. You can do this from button Period screen (F6). Because in my case everything was OK, but I didn't have price for one of the months.

  • IW48 - Error NO PRICE COULD BE DETERMINED FOR INTERNAL ACTIVITY

    While i confirm the work order by useing IW48 t-code that showing an Error i.e. "NO PRICE COULD BE DETERMINED FOR INTERNAL ACTIVITY 1422 0000004230"
    The Mesagge No is CK466
    I would like to know how to change the message type from error to warning as I want to keep the price of activity type with no value (zero price).
    Thank you
    Edited by: carlos stoffel lemos on May 19, 2010 10:58 AM

    hi Tesjag
    Thank you for your input.
    I have read the program that you have mentioned and in fact fyi the message type can be maintained in table T100C via transaction code OBA5. hte standard defaults as an error as you have mentioned but this can be changed on the tarnsaction that i have mentioned.
    thank you

  • No value could be determined for variable 0P_KEYD2

    Hello Gurus,
    I am creating a report for Vendor Ageing. I have included the characteristic 0PSTNG_DATE (with restriction variable - 0P_KEYD2) . when I execute the query it gives the following error :-
    No value could be determined for variable 0P_KEYD2.
    Do I need to edit the SAP Exit for modifications. The query does'nt prompt me for a Key Date.
    Thanks in advance..

    Hi,
    Did you not find any code for the variable in the include program. Try activating the variable in the business content using before and after data flow.
    Also check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/ea/fd740780b135428ed0016168974284/content.htm
    Bye
    Dinesh
    (Do not forget to assign points!!)

  • No value could be determined for variable (Material)

    Hi,
    I have Planning filter where im restricting the Material with a Zvariable. This is a Customer Exit variable. This works fine in development but throws me error No value could be determined for variable (Material) in QA system.
    Could some one help me in resolving this in
    Thanks

    either your code is wrong or you just have no data.
    debug the code, check if you do have the desired data according to your code.
    regards
    Cornelia

  • Error:No receiver could be determined

    Hi Experts,
    While monitoring XML messages, I am getting one error "No receiver could be determined" for sender interface catalogupdatenotification_out. Please let me know how i can maintain receiver for this interface. I am SRM consultant and know very little about PI and we are not having any PI consultant this month.
    Thanks for your help.
    Regards,
    Raj Saini

    Hi Raju
    As you are new go through the below link to understand a simple XI Scenario
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1345
    specific to your error , you need to check why there are no receivers for the inteface , either there are filter conditions in Receiver determination which are not satisfied or your configuration scenario is cofigured in appropiratly ,refer above blogs and try to configure correctly,
    Also for your reference , you can find a lot of information  in the bleow link (may be its lot of information for  you at this stage)
    http://wiki.sdn.sap.com/wiki/display/XI/PI7.0and7.1Mapping-Blogs%2CArticles%2CWiki%2CCodeSamplesandVideos+Collections
    Regards
    $rinvias

  • SWO1 - No destination could be determined for logical system

    Hi there,
    I am trying to call a remote transaction via SWO1, but I am getting the following error:
    No destination could be determined for logical system TSTCLNT120
    Message no. OL860
    Diagnosis
    You attempted to instantiate an object with the specified logical system within the distributed runtime environment. However, an RFC destination has not been defined for this logical system.
    System Response
    The object instance cannot be generated.
    Procedure
    Define the RFC destination or use the local runtime environment.
    I go to SW01 --> Type an object name "TSTC" --> Click TEST --> New Dialog window Clicked on the Full key --> Entered the Logical Name for remote system (ECC), and also Entered Key: SU01 --> When I click on the continue, I am getting the above mentioned error.
    I can clearly see that it is looking for mapping Destination for that Logical name. Can someone please tell me what t-code or table I need to go and map the Logical Name with a RFC destination?
    Thanks in Advance
    Kumar

    hi
    try these links
    Re: R/3 Connections in RFC destination node.
    Assign a logical system in RFC
    Regards
    Sajid

  • No structure could be determined for internal activity

    Hi,
    When i do the cost estimates (CK11n) for a Finished good, i get the error 'No structure could be determined for internal activity XYZ (Cost Center: ABC)'.
    I have maintained prices for the activity & cost center combination in KP26.
    Is there any other place i need to check?
    Please advise.
    Thanks in Advance,
    Safi

    Hi,
    You need to check if the activity rates are maintained for the Cost center and Activities combination in KP26.
    While running the cost estimates (CK11n) go to the itemization view (F6) and verify that the activity costs for the material are Not zero (This would be now Zero for the cost center and activity combination-when error is displayed).
    Thanks,
    Safi

  • Error showing - No price could be determined for subcontracting in CK11N

    Hi,
    We are facing a problem in CK11N that while we are creating Material Cost Estimate with Quantity Structure, getting an error message..
    No price could be determined for subcontracting
    Message no. CK468
    Diagnosis
    The system could not calculate a price for the subcontracting because none of the valuation strategies in valuation variant 001 was successful.
    System Response
    If the system issues a warning message or an information message, the costing item is used in the cost estimate with a zero value.
    If the system issues an error message, it sets the status "KF" (costed with errors).
    If the system issues a termination message, the cost estimate cannot be processed.
    Procedure
    If you have authorization for Customizing, check the valuation strategy for subcontracting in valuation variant 001.
    I read many thread already, but no solution is suit my requirement..
    please help..

    We run the transaction OPN2 and select 001- Planned valuation - mat. Valuation Variant. Db Click on it and select Subcontracting tab.
    There Strategy Sequence is defined as under:
    Priority......Strategy Sequence
    1...............Effective price from Purchase Order
    2...............Net Purchase Order price
    3...............Effective price from Quotation
    and in Quotation in Purchasing option, there is selected - Auto quota arrangement.
    please guide.

  • Error Message : " No value could be determined for Customer Exit Variable "

    Hello BI Experts ,
    I have created a "ZYTD_PERIOD" Customer Exit Variable  Interval  Mandatory and ready for input check mark removed.
    The reference character is '0FISCPER' .
    I want to have YTD figures when the user enter single Fiscal Year Period for variable 0P_FPER.
    So I have written below code in SE37 : EXIT_SAPLRRS0_001 and include program : ZXRSRU01
    ==================================================================
      case i_vnam.
                  WHEN 'ZYTD_PERIOD'.
                  IF I_STEP = 2.
                  LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE WHERE VNAM = '0P_FPER'.
                  CLEAR L_S_RANGE.
                  L_S_RANGE-LOW0(4) = LOC_VAR_RANGE-LOW0(4).
                  L_S_RANGE-LOW+4(3) = '001'.
                  L_S_RANGE-HIGH = LOC_VAR_RANGE-LOW.
                  L_S_RANGE-SIGN = 'I'.
                  L_S_RANGE-OPT = 'BT'.
                  APPEND L_S_RANGE TO E_T_RANGE.
                  EXIT.
                  ENDLOOP.
                  ENDIF.
    ===================================================================
    After that I use this 'ZYTD_PERIOD' variable in the query .
    Also I have used the variable 0P_FPER in another structure.
    When I execute the query by entering the value of 0P_FPER as 010.2009 or any other value ,
    I am getting below error message ,
    *No value could be determined for variable ZYTDPERIOD*_
    Below is details of this Error message ,
    Note that I have proper Master and Text data for 0CO_AREA and 0COMP_CODE loaded into BI.
    =======================================================================
    Diagnosis
    This error diagnosis is specific only to the variables 0P_FVAEX or 0P_CTPCA !
    Termination message BRAIN 632 appears:
    Could not determine value for variable 0P_FVAEX (or 0P_CTPCA).
    System Response
    1. Operation method of SAP-Exit-Variables 0P_FVAEX or 0P_CTPCA
    With queries from the CO application, both SAP-Exit-Variables look for an entry for 'controlling area'. With this controlling area from the selection screen, the SAP-Exit-Variables program reads the attributes for InfoObject 0CO_AREA (controlling area).
    With queries from the FI application, the SAP Exit Variable 0P_FVAEX looks for an entry for 'company code'. With this company code from the selection screen, the SAP Exit Variables program reads the attributes for InfoObject 0COMP_CODE (Company Code).
    0P_FVAEX determines the fiscal year variant (attribute 0FISCVARNT) from the attributes for 0CO_AREA (CO queries) or 0COMP_CODE (FI queries). 0P_CTPCA determines the currency type of the profit center local currency (attribute 0CURTP_PCA) from the attributes for 0CO_AREA.
    2. Cause of Error
    The attributes for the controlling area (InfoObject 0CO_AREA) or company code (InfoObject 0COMP_CODE) were not loaded into the BW system, or the attributes for the controlling area are not active in the BW system.
    Check whether this is the cause of the error in your BW system. Display the contents of table /bi0/mco_area or /bi0/mcomp_code using transaction se16.
    Application CO:
    Check whether the attributes 'fiscal year variant' (field FISCVARNT) and 'profit center local currency currency type' (field CURTP_PCA) are filled in the 'A' version (field OBJVERS) for the selected controlling area. If the fiscal year variant in the OBJVERS = 'A' is empty, then the error is with variable 0P_FVAEX. If the currency type of the profit center's local currency in OBJVERS = 'A' is empty, then the error is with variable 0P_CTPCA.
    Application FI:
    Check whether or not the attribute 'fiscal year variant' (field FISCVARNT) is filled in the 'A' version (field OBJVERS) for the selected controlling area. If the fiscal year variant is empty in OBJVERS= 'A', then the error is with variable 0P_FVAEX.
    Procedure
    Using InfoSource 0CO_AREA, load the attributes for the controlling area or company code into your BW system.
    Afterwards, activate the attribute changes in your BW system. To do this, use transaction rsa1, path 'Tools > Hierarchy/Attribute changes', functions button 'InfoObject list'. Choose InfoObject 0CO_AREA or 0COMP_CODE from this list, and activate the attribute changes.
    =====================================================================================
    Is there any special settings needed before writing BEx Customer Exit ?
    I have already created a project in CMOD and assinged a proper RSR00001
    and EXIT_SAPLRRS0_001 and project is active.
    Any help please ....
    Regards ,
    Amol

    My Code is as below ,
              case i_vnam.
                  WHEN 'ZYTD_PERIOD'.
                  IF I_STEP = 2.
                  LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE WHERE VNAM = '0P_FPER'.
                  CLEAR L_S_RANGE.
                  L_S_RANGE-LOW0(4) = LOC_VAR_RANGE-LOW0(4).
                  L_S_RANGE-LOW+4(3) = '001'.
                  L_S_RANGE-HIGH = LOC_VAR_RANGE-LOW.
                  L_S_RANGE-SIGN = 'I'.
                  L_S_RANGE-OPT = 'BT'.
                  APPEND L_S_RANGE TO E_T_RANGE.
                  EXIT.
                  ENDLOOP.
                  ENDIF.
                  ENDCASE.

  • Error in F-02 : "No chart of accounts could be determined for Company Code

    Hi SAP GURUs,
    When we tried to post an Journal Entry it is giving the error message as "No chart of accounts could be determined for company code".
    Could you please help me with the reason & resolution for this.
    Best Regards,
    Pavan

    Dear,
    Please try tcode obd4, define a/c group with COA.
    hope it helps
    regards

  • Error ERR-7620 Could not determine workspace for application ().

    Hi,
    I am getting this message on oracle application express 4.0.2.
    [Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7620 Could not determine workspace for application (). 
    OK 
    Can anyone please tell me how to solve this error.
    Hoping a positive response.
    Ranjeet.

    Getting this message while doing what?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    http://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Error ERR-7620 Could not determine workspace for application (1).

    I am getting the following error message when using javascript with popup:
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7620 Could not determine workspace for application (1).
    OK
    Code : URL : javascript:popUp2('f?p=&APP_ID.:16:&SESSION.:::16:P16_DBI_TYPE,P16_STATUS,P16_DBI_MANDATOR:SYBASE,NotScheduled,#LABEL#')

    Hello,
    You should upgrade all the way up to 2.0
    Carl

  • Button/Branch Routing Error:ERR-7621 Could not determine workspace for app

    We are getting an error for one of our applications that is only occurring in Production and we are unable to reproduce in any of our other environments.
    When the user clicks a button on one specific page (Save, Back, Add) the user is getting the following error:
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error      ERR-7621 Could not determine workspace for application (:) on application accept.
    The Back button is the one that doesn't make sense why it is not working as it is a simple redirect to the previous page.
    Version: Application Express 2.2.1.00.04
    Please help as this issue is affecting our customer from processing orders. I have looked for this error previously, but none seem related to Buttons/Branches. Let me know if you need anymore information.
    Thank you,
    Amy

    Amy,
    I imported the same file into the workspace that I used to import into production.
    Perfect.
    Do you need me to take an export from production directly and reimport?
    No but if you could email me that file, I might be able to spot something. I can't find anything wrong with what I see so far. Send to [email protected], to my attention, please.
    Also, if you would change your OTN user profile and handle to include your first name, that would help us.
    Scott

Maybe you are looking for