Type Condition - ME23N

Hi all,
I'm needing to create a report with all PO's that have "condition type" ( ex: PB00) I already sought in several tables more not to get to locate this information ( EKBE, EKKN, EKKO, EKPO....) In the T-code  ME23N this information to be  "condition ". Can anybody help myself to get these form information structures whit PO number and the condition type?? I will need change this condition in the PO's..
Thank you..for all
Armando

Hi Armando,
The logic is as below:
1. Read the value stored in KNUMV field from the table EKKO.
2. Pass this KNUMV value to KONV-KNUMV.
3. The output will display all conditions records in that PO per PO line.
4. The condition type field is KONV-KSCHL, so you will find the condition types you're looking for in this field.
5. For open qty you can read the data from EKET table (scheduled qty - GR qty per schedule line).
So just to test, you can run SE16 for EKKO for a 1 PO, note down the value in KNUMV field for that PO, next run SE16 for KONV, pass the KNUMV value into KONV-KNUMV & output will show all condition records for that PO per PO line, so EKPO-EBELP = KONV-KPOSN.
Hope it is clear now. If any further clarification is required, revert back.
If helpful award points
Regards,
Vivek

Similar Messages

  • Workflow-step type condition

    hai all.....
      I have got a problem while working with the step type 'condition' in workflow,i.e i want to check the values in internal table in my step type for example,whether the internal table is initial....please someone help me ..its very urgent...

    Hi Kasi,
    I can provide u a simple workaround for this...
    U can create another table within the workflow container of the same table type.
    name it as empty_<table>.
    Than within the condition step, u can simply compare the original table with the dummy empty_<table>.
    This should solve your issue
    Regards,
    Mahesh.

  • Step type 'condition' in workflow

    hai all.....
    I have got a problem while working with the step type 'condition' in workflow,i.e i want to check the values in internal table in my step type for example,whether the internal table is initial....please someone help me ..its very urgent...

    Hi Kiran,
    For the Operator 'NX' u need not enter any comparison value. U click on the condition in the condition step type . A window appears and u click on the internal table in expression 1 and the operator as 'NX' . It doesnt need a comparison value.
    Now u check this with the test data in the same window . U will have an icon in the bottom of window to enter test data and another icon to evalutate it . U check it with data and without data. It will work .
    In ur reply to Kasi , Ur answer is not at all related with what kasi asked for .U can check the initial property while the data is in workflow container itself . Instead u r passing the data from workflow container to task container and then to method container and then the processing has to take place in BO and again the reverse should take place .Which is Unnecessary .
    Regards,
    Scobby.
             Be Free To Award Points

  • VA02: protect a line in condition screen depending on a type condition

    Hi all,
    I need to protect a line in condition screen depending on a type condition
    using the transaction VA02.
    Does anybody know the user-exit to do this ?
    I thank you in advance.
    Best Regards.
    Paolo

    Hi,
    I believe you cannot do it on condition basis...unless if you want to modify standard sap code.
    In the condition type config V/06..In the "changes which can be made" section there is an input for manual entries...there you can give D to not allow to change the condition ...
    Thanks
    Naren

  • Differance betwwen alternative calculation type & condition base value.

    dear expert
    wats the differance betwwen alternative calculation type & condition base value in pricing.
    vicky

    Hi,
    AltCty - Condition formula for alternative calculation type:
    It is an alternative formula for the condition type that can be used instead of standard formulas.
    For example, let us take the Profit Margin which can be both + / - , so here this routine will help us in generating the value which can be either + or -. Profit margin is not a condition type so it cannot be classified as +ve or -ve in the V/06.Ex.: 950 0 Profit Margin 11. So we assign 11 - Profit Margin.
    AltCBV - Alternative formula for condition base value:
    Formula for determining the condition basis as an alternative to the standard.
    It is used as a basis to calculate value of the condition type instead of using it from the "FROM" column.
    Ex.: Freight - KF00. Freight is calculated based on weight, volume etc. and not on the base price. In pricing there is no entry of weight from which the value can be referred like we do for discounts using base price. We have to get the value from the Material master. In this column we can mention the value as 12 - Gross Weight or 13 - Net Weight.
    During pricing, the system will consider the value that is mentioned in this column and determine the freight based on this value.
    Suppose we have Net weight: 100 kgs and Gross Weight: 150 kgs. And if we mention 13 in this column then the Freight condition KF00 will be calculated using the weight as 100 kgs.
    And both of them are routines written by APABers in VOFM.
    Reg,
    JJ

  • Alternative calculaton type/ condition base value/requirement

    Hi
    What is the role of alternative calculaton type, condition base value,requirement in pricing procedure.?
    2) Where do we define value for alternative condition base value and alternative calculation type so that system picks up different value,when the value for alternative condition base value and alternative calculation type is mention in pricing procedure.

    Dear,
    *Alternative Calculation Type:*
    This function allows you use a formula as an alternative in finding the value of the condition type, instead of standard condition technique. this can be used to calculate complex tax structures.
    Alternative  condition base value
    The alternative condition base value is a formula assigned to a condition type in order to promote an alternative base value for the calculation of a value.
    Example
    An absolute header discount is, for example, distributed in the standard system according to the cumulative value of the items.
    If the system distributes the absolute header discount according to volume based on the Alternative formula for condition base value , a header discount of $30 results in the following discounts:
    Item Value Volume .
    1 $1000 2 cbm
    2 $500 4 cbm
    Stand. disc. Volume disc.(With Formula)
    $20 $10
    $10 $20
    Condition formula for alternative calculation type
    Alternative formula to the formula in the standard system that determines a condition.
    Requirement
    This function is used to assign a requirement to the condition type. This requirement can be used to exclude the system from accessing the condition type and trying to determine the value. This can be used to specify that the condition type should only be accessed if the customer has a low risk credit.
    with regards

  • Error While Creating Date type condition query

    Hi All,
    I am getting following error while creating a multiple condition query.
    ERROR:java.lang.IllegalArgumentException: Unexpected field type for D: java.lang.String
    I am pasting the scrap of the code for review below.
    pls note after removing the condition cond6; it works fine, and cond6 is for date type field.
    for(int j=1;j<7;j++){                          
    fd[j] =trd.getFieldDescriptor(arrayHeaderFieldNames[j]);
    BasisFieldType bft1 =  fd[j].getFieldType();
    if (bft1 == BasisFieldType.C) {
      filterOperator[j] = RelationalOperatorType.CONTAINS;       }
    else{
      filterOperator[j] = RelationalOperatorType.EQUALS;
    order[j] =queryFactory.createSortOrder(fd[j],true);
    cond1 =queryFactory.createCondition(fd[1], filterOperator[1], values[0]);
    cond2 =queryFactory.createCondition(fd[2], filterOperator[2], values[1]);
    cond3 =queryFactory.createCondition(fd[3], filterOperator[3], values[2]);
    cond4 =queryFactory.createCondition(fd[4], filterOperator[4], values[3]);
    cond5 =queryFactory.createCondition(fd[5], filterOperator[5], values[4]);
    cond6 =queryFactory.createCondition(fd[6], filterOperator[6], values[5]);
    Condition cond = queryFactory.createCondition(new Condition[]{cond1,cond2,cond3,cond4,cond5,cond6},LogicalOperatorType.AND);
    Please Help!
    Thanks n regards,
    Kapoorchand.

    Hi,
    well that problem is a long time back -. I only have in mind that the date I had to transfer to the quesry was in a "strange" format. Have a lock into the documentation for the date field - your date field is not recognised as a date field from the quesry engine and so this fails - but unfortunately I have no idea at the moment how I fixed it last time - how I converted my date field......
    Sorry, thast I can not give you the real point - but I will have a lock into the old code - hopefully I find it soon.
    Regards,
    Oliver

  • Change language of output type in output type condition?

    Hey Team ABAP,
    subject is MM output type determination for PO.
    Standard finds his customized output type and sets communication language of supplier as output type language.
    I need to somehow change that, as we dont want to print our PO´s in supplier language but in logon language.
    I didnt found a way to customize it in a way that it determines the output type with logon language. So i thought: "well, lets do it in a condition then".
    I coded a new condition and set that condition in the OT scheme for desired OT.
    Problem is that manipulating XNAST[] at this point doesnt really make any impact. copndition runs in main program SAPLV61B which is actually the main program for messaging, so i´m at the correct nast and dirty assigns cant help me either.
    I guess my problem is cause SPRAS is actually a key field of NAST respective XNAST then.
    Besides, i cant just goto the driver program and set nast-spras = sy-langu there, as we want to make use of the language of the output type.
    What i want is: output type gets determined in logon language, but when user decides to change the language it should take effect.
    Any ideas?

    well one more addition to this:
    Setting that checkbox does what i want, but only language wise.
    Setting it also prevents you from beeing able to assign a partner to that output type which again is bad.
    So now i end up having a problem without the checkbox and as well with the checkbox.
    Just wanted to let you know... beeing on my way to modify FM messaging then.

  • Result Type Condition for Multi value Manage Property not working

    Hi All,
    I have created one template & I wanted to show this template on particular condition. So I created the result type. The Managed property (MP) that I used, I have verified its attributes all attributes are selected and its type is Multi value. I am trying
    to apply the "Show fewer conditions" and some how the value not matched.
    I have checked MP ; it has all the values but some how the template not called. When I removed this condition it working and when choose other MP other then Multi valued. It is working as expected.
     Please let me know if i miss something here. 
    PS: I have checked each option from the Query drop down like "Equals any of" and "Contains any of" not working in case of multi value attribute. Please help.
    I have explain this issue more details in this post : http://sharepointfordeveloper.blogspot.com/2015/02/sharepoint-search-2013-result-type-with.html
    Regards,
    Basant Pandey
    http://sharepointfordeveloper.blogspot.com

    Update on above mentioned issue.
    I have verified the same at my end. So I come to this conclusion this is product issue. Either need to raise the ticket to Microsoft related to this issue.
    Regards,
    Basant Pandey
    http://sharepointfordeveloper.blogspot.com

  • Step Type : Condition

    Hi,
    I use SAP_WAPI_WRITE_CONTAINER to write data into container variable "ApprovalStatus". It is of type MARC-KZKRI. It can accept 'X' or Space for that variable. I pass the value for container variable ApprovalStatus. To complete the step i use SAP_WAPI_WORKITEM_COMPLETE.
    In the next step I have a Condition Step. The condition step is not able to read the container variable ApprovalStatus. Hence it is not branching in the correct manner...
    Plz help...
    Thanks,
    Bharath Kaushik Krishnan

    Hi Raja,
    The issue is solved... I had created a container element in Task Container and in binding passed into workflow container and then the condition type is able to identify the variable and act accrdongly...
    Previously i had created only variable in workflow container and i thought SAP_WAPI_WRITE_CONTAINER will write data into it...
    But now i realize that it writes into the workitem container !!
    Plz correct if i a wrong !!
    Cheers !!
    Bharath

  • Table for Rebate Condition Types( Condition Records)

    Hello All,
    I need the table and the FM name which stores the values of the Key Combination of the Rebate Condition Type maintained in a Rebate Agreement.
    If not, at least, give me the name of the FM which stores the values of the key combination maintained in condition records for pricing.
    Regards,
    Raghu.

    I'll give an example,what am looking for..:
    I've a Condition Type: ZBAX for ex. it has a key combination: Sales OrgCustomerMaterial.
    I maintain condition records as:
    For CU70/21100043/3456  the value of the condition record is say 100 euro.
    My question is where will I get the values CU70/21100043/3456 ?
    FYI..in T685 the defintion of the Condition Type is stored. in SAP, no T-table is meant to store condition record values.
    KONA contains data on Rebate Agreements i.e. RA no, Rebate Recepient etc..
    I know that KONP stores the accrual %, scale base, scale values etc..
    but, I want to know where are the values for the key stored? Or, the FM that would fetch me these details?
    I hope am clear..
    Regards,
    Raghu.

  • Using an If-Else type condition in condition step

    Hi Gurus,
    I am requried to use an If - Else kind of condition before branching out.
    I tried using the condition step and parantheses but am not able to figure out how to go about it.
    IF you have used a simlar condition before,kindly share with me how I can achieve it.
    My requirement is :
    IF x = '123' or '456'.
    do your work
    elseif.
    x = '111' or '222'.
    do your work(2)
    endif.
    Thanks and Regards,
    Ameya Kulkarni

    Hi,
      There must be 4 element x1, x2, x3, x4
      At first select Multiple condition step.
    Then in condition Tab select type as Switch.
    Then click on the Condition of 1st line.
    There a new window open. There click on expression select x1 , click on operator select = ,  click on expression 2 ,  write 123 ,  click on AND/OR, select OR , Then  click again on expression select x2 , click on operator select = ,  click on expression 2 ,  write 456 . 
    Then click on the Condition of 2nd line.
    There a new window open. There click on expression select x3 , click on operator select = ,  click on expression 2 ,  write 111 ,  click on AND/OR, select OR , Then  click again on expression select x4 , click on operator select = ,  click on expression 2 ,  write 222 .
    In this way you can do this.

  • Summary report needs one type condition

    I have a summary report which has this data:
    transcode     count
    001              10
    WOC           12
    MOC            14
    we have making up the orders that are summarized many order_types.
    For the 001 transcode, we only want to process a specific order_type, RTR.
    so i have in a formula not sure how to tell it to reject if cond. is not met.
    I created a view whihc has this condition of 001 and RTR. this would maybe be easier sort of formula.
    IF {CLSPAYTP.OTTRNC} = '001'
    and {CLSPAYTP.OHORDT} = 'RTR'
    then

    Hi Paul,
    Is this a Record Selection Formula you want or a formula to do the summary?
    If it's a Record Select Formula then it would look something like:
    Select {CLSPAYTP.OTTRNC}
         Case '001' :{CLSPAYTP.OHORDT} = 'RTR'
          Default :{CLSPAYTP.OTTRNC} <> '001';
    If it's a formula for summing then:
    If {CLSPAYTP.OTTRNC} = "001" And {CLSPAYTP.OHORDT} = "RTR" then
         1
    Else if {CLSPAYTP.OTTRNC} <> "001" Then
         1;
    Drop this into the Detail section and do a Sum on it.  This should give you the count you need.
    Adding it to your Record Selection would be easier.  You could just do a Count now on a field on the detail section.  No extra coding required.
    Hope this helps,
    Brian

  • Reg. movement type conditions

    Dear Sir
    Sorry,they have used material type Accessories so Accounting document is created in 911 mvt type.
    one morething,the mvt type 911 E should not allow material type Accessories. Is there any option in OMJJ.
    ONLY allow NON-VALUATED.
    Please help me.
    Rajj

    there is no direct releating between movement type and material type
    but u can do it through OBYC u can try to restrict teh user to post for that valuation for that transaction
    by not assigning the gl account
    check if it helps
    Reward if useful

  • How to update cost related condition type amount in sales order without disturbing other condition types.

    Hi ,
    How to updae only one item condition  ZYV0 value in sales order. If I can see we have several options from pricing type to update condition types but here My requirement is to update only one condition amount .If I can see other pticing types they will update all condition types .
    -Exclusive option is checked for all the tables maintained in access sequence,
    Below options were not worked for me.
    -In condition type ----> Condition category has been updated with "D"(Tax) pricing type-"G" to update in sales order
    - This option worked for me but  condition category  "F"(frieght) and pricing type -H but in conditions tab when I update two condition amounts are activated for one condition type like below.
    ZYV0--30 % (old condition record value updated in sales order)
    ZYV0- 50% (updated condition record)
    Regards

    Hi Rita,
    Tried with condition category "u" and updated with pricing type "U" . It works as same I used old logic.
    with condition categories "D" and "F" it will update old and new condition record values in sales order.
    ZYV0--30 % (old condition record value updated in sales order)
    ZYV0- 50% (updated condition record)
    I have updated  here existing condition record value from 30 % to 50 % validity periods are not changed.
    Regards

Maybe you are looking for

  • I have problem with lcations in SRM

    Hi, Can anyone tell me how to resolve this issue. I have got 2 user ids in two different company codes and those ids are in two different back end systems. So now i want to access the company code "A " and company code " B " and their locations . wha

  • Runtime error in reuse_alv_list_display

    hi all, i am trying to display output by using FM reuse_alv_list_display but i am getting runtime error CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'    EXPORTING    I_CALLBACK_PROGRAM             = sy-repid      it_fieldcat                    = lt_fieldcat

  • Can't play any music or videos after 7.4.3.1 upgrade

    Any body seen this type of problem after the update?? After upgrading to iTunes 7.4.3.1 I can't play any music on my PC. iTunes allows me to select the tune piece from the library, loads the player and just sits there not advancing the song. If I try

  • PO Amendment and approval procedure

    Hi Experts, My customer would like to have approval on PO amendment, he want an approval on changes in price and quantity. In SAP B1 before GRPO or AP Invoice anyone can do amendment in PO and all the amendment we can see through change log. To have

  • Creative Suite 4 Production Premium Won't Open

    I have an Imac running 10.5.7.  I downloaded and installed a trial of Creative Suite 4 Production Premium, tried it, then I used the uninstall feature.  I purchased a copy (box set) and installed that. When I would attempt to open any of the applicat