Me21n =   subtotal 3

hi expert ,
i am abaper  , there is problem in P.O in me23n
" From which tcode or screen the below value come
KZWI3 = Subtotal 3 from pricing procedure for condition "
this is EKPO-KZWI3 which is Subtotal 3  come in ekpo table
if this value is there then i can calcute tax in my smartform .
if this value  is blank then i cant calculate tax .. so please tell me how this value come in P.O.
Point is assured

Hi Jim
   kzwi3 will come from the pricing procedure ....check the condition type jexs (Taxes on PO) for which sub-total must have given 3....This condition is used to pick the taxes for PO..it is a statistical condition...
Goto M/08 and check the pricing procedure..
regrads
         pradeep

Similar Messages

  • Subtotal in "document overview" pane in ME21N tcode

    Hi All,
    Actually we have generate the PRs by MRP run, now while making PO we want to subtotal of the PR on Material number in the "document overview" pane.
    If possible please revert back.
    Waiting eagerly.
    Thanks
    Pankaj Garg

    hai;
    In 'document overview pane 'go to 'Select layout' button
    press F8
    in the  layout options select subtotal.
    lot of other options are also there.
    Using the arrow buttons there you can whichever wanted to display
    ok
    try it

  • P.O me21n

    hi expert ,
    i am abaper , there is problem in P.O in me23n
    i want to find out from where   Subtotal 3 from pricing procedure for condition (EKPO-KZWI3) value come in me21n screen.
    because i am calculating Tax in my Smartforms if this vallue is initial then printout show ( zero ) value and if this value contain something then it show tax .
    Point is assured
    this is EKPO-KZWI3 which is Subtotal 3 come in ekpo table .
    Point is assured

    Hi
    You can check this in procedure by using t code M/08.

  • Field should not display in the subtotal row in ALV report after sorting .

    we have a requirement, after sorting and subtotaling, the output in ALV is -
    vbeln        amount1  amount2  amount3
    123           11              12            13
    123           12             13             14
    123           23             25             27 
    133           11              12            13
    133           12             13             14
    133           23             25             27
    Now the customer wants the ALV outpput in this fashion -
    123           11              12            13
    123           12             13             14
                     23             25             27    --->123 (vbeln) should not come in subtotaling row
    133           11              12            13
    133           12             13             14
                      23             25             27--->133(vbeln) should not come in subtotaling row

    Hi,
    if it helps you could create a hierachy. In this way you can define the field catalog for the lines and for the subtotal columns. The only thing is that you would always show the subtotal rows.
    You have references of hierachy alvs in
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c060fcb4-2c62-2b10-d2b2-f32407a5cc6f
    ALV Hierarchy
    alv hierarchy
    In this case it also sorts
    Sorting for ALV hierarchy
    I hope it helps.
    Edited by: Oscar Pecharroman on Aug 2, 2010 1:13 PM

  • Error while saving a vairant in purchase order- ME21n

    Hai friends,
    While creating/saving a variant in create purchase order transaction(me21n) it is showing the error as " Not all radio buttons from radio button group FUNC were hidden". Can any one help me to fix this problem.
    Thanks
    Hari

    Hi,
    Could you please implement the following sap-notes and restest 
    this issue.                                                                               
    923131  If you start a report w/ variant, radio buttons not hidden  
    962712    DB291 for saving a variant: Radio button group func       
    994798   Error DB 291 when saving variants  
    Thanks
    Best regards
    Erika

  • Suppress an error message while creating a return PO ( ZRO type) (ME21n)

    Hello All,
    I have to write a code in order to suppress the below message while creating a return purchase order (of type ZRO) , transaction ME21n  after entering the purchase organization, purchase group, the vendor & the material no :-
    "You have no authorization to create without reference to another document".
    For users with the below values of parameter ID & parameter value :-
    parameter ID = EFB & parameter value = 02 in transaction 'SU3' , under "parameters" tab, this message is getting triggered.
    My requirement is to suppress this message.
    Please suggest an exit name or a BADI name wherein I can implement the code for this requirement.
    Regards,
    Rachana.

    You can remove parameter ID EFB
    and for Order type other then ZRO you can put check of doc. reference.

  • Goods receipt subtotal is showing zero instead sum of quantity..!

    Hi Guys,
    1. Goods movement subtotal showing 0 instead of the total of the quantity.
    The check throwing the following error message.
    Update control of movement type is incorrect (entry 122 X X)
    Message no. M7226
    2. Purchase order data tab not showing item details for variance items but showing the message
    "This item has not been ordered."  But the PO items are ordered and present in the PO.
    Please find the screen shots.
    Thanks
    Sam

    Hi Sam,
    Kindly  Check table T156SC entries there is a entry missing in the table.
    And if required so kindly Maintain the missing entries in table.
    If entries of movement type 101 are prefect then
    Goto Transaction  -- SE37 ,
    Function module -- MB_CONTROL_MOVETYPE_GET_SINGLE
    Kindly do Set a break point to select statement which is failing at the table above at both the systems.You should be able to crack the error.
    Hope this will help you to solve the issue.
    And if not Kindly let us know.
    Thanks & Regards
    Ritesh Kumar

  • Transfer from Subtotal in one table to another sheet.

    Hi, about a year ago i made a salary application for my production company. This works quite well, but when I supposed to report amounts for each employed to the swedish tax authorities I am still not automatic because I haven't solved how to transfer a subtotal sum to a specific cell in another sheet. I am sure that this has been discussed earlier, but in the searches I have done I can't find a similar question. So if someone has an idea where to look or knows if it is possible.
    What I would need is to have a formula like LOOKUP (I guess that is the english formula for looking up references) or similar so that I can identify a Subtotal for a specific class of rows (i.e. salaries for one person).

    Thanks for the reply. If I understand you correctly the approach is simple an genial. I am all the time using and thinking within the frame of the elegant sorting functions that you find in the tables. Very easy to use when you need a quick result, though as far as I can see impossible to bring with you. But of course just put the conditions i a Sum.if. Simple!
    Thanks.
    Leif

  • Subtotal issue when subtotaling on a calc field built using CASE function

    Okay, I hpe I can explain this well. May be possible that this is something cannot handle in Discoverer. I am using Discoverer Plus to develop a new workbook - cross project expenditure inquiry. A requirement is to not allow a worksheet user to see labor cost (since possible to figure out someone's salary) amount unless they are allowed to view labor cost. I have a function that returns a Y/N value that tells me if they can view labor cost. That works out just fine. So what I am doing is taking my database cost column (which is defined as Number(22,5) in the Oracle table. I create a new calculated column, basically like this -
    CASE WHEN expenditure type <> LABOR THEN cost WHEN view labor cost = 'Y' THEN cost ELSE NULL END.
    That calculated column is working just fine. I am seeing my desired results in that column. Okay so far.
    Next, the users want subtotals by project organization and project. So I created a new total. When I did that, my subtotal row amount is blank.
    Okay, I have seen this happen with NULLS before. Like in the gl_je_lines tables, where the accounted_Dr and accounted_Cr may be null, and have to do a NVL function to convert the null to 0 and allow me to subtotal on the column in a Discoverer workbook.
    So I tried creating a second calculation -
    NVL(Cost,0)
    So I return the cost if not null, otherwise I return 0. Second calc column results look okay.
    Now I did a subtotal on the second calculation. Oops. Wrong result. Amount is shown as 0.
    For grins, I went back to my CASE statement on my first calculation and changed the ELSE condtion from NULL to 0. When I did that, the subtotal on that column changes from a blank (Null) value to a 0 value. Well, better, but still just like my second calculation subtotal.
    Obviously the users have the option to export to Excel and subtotal in Excel.
    Does anyone know of a way to get a good subtotal in this kind of situation, where I am attempting to subtotal on a calculated field that is built on a CASE function? Or am I out of luck when it comes to Discoverer?
    John Dickey

    Okay, I did find a workaround, though I do not understand why the workaround works, but why the way I first tried to get a subtotal did not work. What I did is that I had to go to Discoverer Administrator. I picked my folder and did an Insert/Item. I created my new item building the same CASE statement that I used in my worksheet to create a new calculation. I then closed Discoverer Plus and reopened Discoverer Plus. Opened my worksheet. Edited the worksheet and brought in my new (derived) item from my folder. Then I created my subtotals for this secured cost amount. Voila. I get a number now, and the subtotal amount appears to be correct (still testing/verifying, but looks okay so far). So I deleted my subtotals on my calculated column and then deleted the calculation, to get that stuff out of the report. Sure would be nice if there was documentation in the Discoverer manuals about this.
    John Dickey

  • Amount not getting populated in me21n

    hi,
    amount is not getting populated for the condition type in the conditions tab of me21n.

    Hi
    Have you maintained Info record with conditons? Please write in detail.
    regards
    Srinivas

  • Material field not getting displayed on Material Data tab in ME51n or ME21N

    Material Field was missing in ME51n/ME21n.
    I went into SPRO ->PReq-> Define Screen Layout at Document Level and checked Optional for Material field. Now it's showing up on the ITEM overview section of the Preq.
    But its still missing on Material Data tab in ME51n or ME21N but I can see the Material field on the Item Overiew section of the Req/PO Screen.
    Where exactly do I make the settings for the item level in SPRO?

    We use the Enjoy screens and document types for ME51N/ME21N pretty much out of the box.  We do not have the material master number on any of the detailed item tabs either.  I do not think you can show it in the details unless you activate the customer specific fields tab.
    Regards

  • How to add additional tab or fields in ME21n

    Hi all.
    I included some fields in EKKO table.
    I want to add these fields in ME21n, ME22n, ME23n Header screens.
    How to add?
    I can't find screen exit and user exit.
    Plz, let me know how to do in detail.
    Regards,
    nam
    Message was edited by:
            Kil Nam Kim

    Hi
    It is very much possible. Please discuss with your development team with the exact requirements. They should be able to do it with screen exits.
    Reward if this helps.

  • Material column is not displayed in ME21N in NEW ECC 6.0 - Urgent

    Hi Gurus
    I am working in Technical upgradation from 4.6 C to ECC 6.0
    We got new system last week only, in the new system (6.0) in ME21N - the filed for entering material no is not coming.
    Please suggest
    Muthu kumar

    Hi,
    After upgradtion some of the screens will changed from older version to new version. This is not common for all clients. Some upgradtion will have like this impact.
    The Material number is there on the ME21N transaction but may be in the different column check that correctly, but may not be on the same column as in 4.6 C but in different column may be middle or last.
    Other wise check the configuration on the top right of Item overview there is button when you click that system will show the Table settings there check any new variants are created or not. If there modify that and save then activate.
    rgds
    Chidanand

  • Want check box checked as default for a newly added subscreen in ME21N

    Hi Guys,
                 I have added a subscreen in ME21N with one field with check box.
    When I enter ME21N I should get that checkbox CHECKED automatically.
    How to do this.
    And one more thing is when manually putting checkmark,when I press enter that check mark is getting deselected.How to overcome this???
    I have used screen exit
                                      SAPLXM06 
                                      screen: 0101   for this subscreen.
    Thanks in Advance.
    Prasad.

    Hi,
    the deselection problem could be caused of an incorrect name of that screen field name. You should check in screen painter if that check box field name is the same name as your data object (e.g. gv_checkbox) .
    Unfortunately it is not possible to define default values within Screen Painter. You have to do this in PBO.
    Regards
    Mark-André

  • IPC Java routine for subtotal

    Hi All,
    I am a java developer new to SAP and IPC CRM pricing, the below subtotal routine is already implemented in ECC,we need to implement the same in CRM.
    FORM FRM_KONDI_WERT_906.
    *{   INSERT         SE1K900344                                        1
    if xkomv-kinak na 'AKLMXZ'.
        komp-ZZWI1 = xkwert.
    alternative solution if formula is used several times:
      add xkwert to komp-ZZWI1.
      endif.
    *}   INSERT
    ENDFORM.
    Please help on this.
    Regards
    Sabarinathan

    I am a java developer new to SAP and IPC CRM pricing
    Writing IPC pricing exits requires not just Java. It requires basic understanding of SD pricing and CRM / IPC pricing.
    IF
         you have
         Java knowledge AND
         SD Pricing knowledge AND
         CRM / IPC Pricing knowledge
    THEN
    DO
        IPC exit programming happily.
    ELSEIF
         you have time
         _Please_ get some basic knowledge in the above items.
    ELSE
         Engage someone who knows the stuff.
    ENDIF

Maybe you are looking for

  • My HP OfficeJet Pro 8600 won't connect to my wireless router

    This is bizarre.  I have had my HP OfficeJet Pro 8600 for about 6 months.  It has generally worked fine, and we have used it wirelessly only.  But now it refuses to connect to the router.  It can FIND the router, and it can find other networks in the

  • Mac Mini + DVI- HDMI + Toshiba 42RV530U = black screen

    Hi all, I have a new Intel Mac Mini 2GHz and a Toshiba 42RV530U REGZA HDTV that I'm trying to connect, with only a black screen so far. I believe the DVI output on the Mini is working - I can at least get a picture with a DVI-S-Video cable, but it's

  • Can you connect two iPods to the same iTunes library?

    This might sound dumb but I honestly have no idea - I want to purchase a second iPod but don't know if I can run them both from the same iTunes library? The new one I want is a shuffle so a much small capacity then my other iPod. Help.

  • My macbook wakes up and then goes back to standy even when the lid is open.

    so my macbook turns on and then the screen stays on for like 2 seconds then goes back to standby. it does not shut down because when i wake it up again by pressning any button, it is where i was before. Also when it is in standy even when the lid is

  • System 9 performance recommendations

    <p>We are in the process of implementing System 9 into ourproduction environment.  Does anyone have any performanceenhancing suggestions in regard to server optimization and/orrouter switch configurations?</p><p> </p><p>We are currently running Share