Pricing conditions are not displaying on purchsae order form

hi.
i am using zmedruck form,i am able to modify all and its printing properly,but pricing coditions at item level is not displaying ,if there is any solution for this let me know.
Thanks in advance.

yes u can write a subroutine in another program n call that from ur sapscript. u can pass the PO number from the script and use the logic accordingly in ur subroutine to get wat is required... u can refer the below example
In script program,
/:PERFORM GET_SBGRP_STEXT IN PROGRAM ZSDSCRIPT
/:USING &GV_MATNR&
/:CHANGING &GV_STEXT&
/:TABLES INPUT_TABLE
/: OUTPUT_TABLE
/:ENDPERFORM
In program ZSDSCRIPT,
form get_sbgrp_stext tables intab structure itcsy
outab structure itcsy.
DATA: LV_MATNR LIKE MARA-MATNR,
LV_TEXT(3) TYPE C VALUE 'ABC'.
clear intab.
read table intab with key name = 'GV_MATNR'.
if sy-subrc = 0.
lv_MATNR = intab-value.
ENDIF.
CLEAR OUTTAB.
READ TABLE OUTAB WITH KEY NAME = 'GV_STEXT'.
IF SY-SUBRC = 0.
OUTAB-VALUE = LV_TEXT.
modify outab index sy-tabix.
ENDIF.
endform.

Similar Messages

  • Price and Pricing conditions are not copied to PO for a line item !!

    Hi
    I have created a PO w.r.t a PR which has only one line item.
    Now, I add another line item to this existing PO, i get an error message that the Price and Pricing conditions are not copied.
    How do i rectify this error !!
    Where might be the link for this Price and Pricing conditions to get copied in to this PO ??
    MaruthiRam

    What kind of PR and in the PO same material you enter for new line or new material and do you have any funcitonal authorization assigned o your user id
    please reply

  • Audiobooks are not displaying in numerical order on iphone. all mixed up.

    audio book contents which are in order from 1 to whatever number in itunes are now displaying in different orders on iphone now. how do I fix this? they are already in the order I want in itunes but not on the iphone

    I created a playlist (not a smart playlist) for the audiobooks I transfer to the iPod and they're STILL playing as if I had shuffle mode on. I've reported this as a bug, but who knows when Apple will get around to fixing it!
    I was hoping someone would have come up with a workaround but nothing works.

  • Document library items are not displaying in sorted order in sharepoint 2013

    Hi,
    I have a document library , I am storing document sets on it.
    28326 items are there in the library.
    I have configured sort on Name columns. Initially items are displaying in sorted order like (A,B,C,D,E...)
    Now Items are not displaying in a sorted order it is displaying like (A, B,C,D,E,A,C...) like this.
    Please help me on this sorting issue.
    Thanks,
    Samir

    Are the documents displaying in your image inside the document sets?  If so then your sets (folders) are displaying in alphabetical order and the documents inside the sets are displaying in alphabetical order.  This is what i would expect.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • All the pricing conditions are not visible for a given sales area, material

    Hello All,
    There is a customized screen with sales area(Sales org, distribution channel and division), material and sold to party. There is buttton when we click it has to display the pricing conditions. The problem here is it is not displaying all the conditions some conditions like ZB02 and MWST are missing. The Function module used is PRICING.
    Whereas in VA03 tranaction for a sales order created with this sales area, material it is showing all the conditions for a item.
    Please help me to solve this issue.
    Many Thanks,
    Rama

    Hi
    The BP's created for one particular sales area are not getting replicated into CRM, though before sometime it was happening.
    DJ>>  Hope the required sales area is available in CRM.
    The BP with the "general data", and "role of sold to party" only flows but not with the sales area. There is no BDoc error in the SMW01 either. While displaying BP for the role of sold to party, it shows "Sold-to-party(maintained)" but the sales area entries though maintained for this sales area in the ECC, do not flow to the CRM.
    DJ>> Please check the following -
    1. Create a BP in CRM (with the sold-to party role) with the required Sales area and see if this customer when replicated to ECC has the relevant Sales Area.  Ideally it should get replicated if all you middleware settings are fine.
    2. See you have not set a filter for a specific Sales Area and becuase of that BP is getting replicate but not the sales area.
    Hope this will help
    Regards

  • Conditions are not editable in sales order

    Dear Friends,
    Could you tell the reason - Conditions are neither editable nor you can insert a conditin in sales order line item as the insert icon is inactive.
    Thanks & regards
    Pinky

    Please find my underlined reply
    Could be either of the 3
    1. Item category would not be allowed for pricing - it is ok
    2. Check if the item is rejected or - not rejected
    3. Check if invoice is created - invoice not created, this is the time if i am going to create/change the sales order
      Hi,
    The only reason for this is because this order has subsequent documents. - No subsequent documents
    Goto VA03.
    Nothing allowed
    Complete pricing lines are gray. I have so many manyal conditions
    Thanks for the response

  • Pricing condition is not displayed in the Condition tab

    Hi all,
    I replicted pricing condition from CRM to ECC along with Pricing procedure. I see that condition and pricing procedure in CRM system. When I create an order and go to Item condition tab then I don't see my replicated condition there (I expect it to be in the list). And pricing analysis shows for that condition that "Condition with external datasource has not been found". One guess is that I didn't follow the procedure of displaying condition types in product conditions after replication, i.e. didn't create appropriate maintenance group.
    Advise please
    Regards

    Hi Alex,
    I get the same error message "Condition with external datasource has not been found" like you.
    The field "INVENT_LOC" is filled properly.
    Did you do anything else to set up the VPRS condition? Any exchange with the ERP that must be configured?
    Is there any documentation how to set  up this condition?
    Thanks in advance.
       Best Regards,
          Ingo

  • NB Type Planned orders are not Displayed in the Order Information System

    Dear All
    We have one material with Proc. type F.
    We have entered a sales order for that item & run MRP ( MRP type PE)
    No strategy is assigned to the material.
    MRP has created a Plan Order which is of NB type & in MD04 it is showing SDEB against Plan Order.
    Now we are not able to see this Plan Order in COOIS.
    Although it is visible in MD04,MD16.
    Can anyone tell me whether COOIS consider only those plan orders which are of E ( In house Prod ) category ?
    How can we display that in COOIS ?
    Abhishek Garg

    Dear,
    COOIS is used for production orders or planned orders olny and it will show u Order information relevent to "E" type procurement.
    You can use ME5A

  • Problem in pricing conditions are not updated in BAPI_SAG_CHANGE

    Hallo Friends,
    we have faced the one problem with the standard bapi *BAPI_SAG_CHANGE.
    we have passed the 10 item level data to the BAPI_SAG_CHANGE , the bapi BAPI_SAG_CHANGE successfully updated the 10 item level data to the schedule agreement .
    the problem is  pircing condtions are not updated succesfully for the each items in the schedule agreement.
    please suggest the good solution.
    thanks
    kumar

    Hi jons,
    Thanks for respoding my request, Please find my below code lines
    CALL FUNCTION 'BAPI_SAG_CHANGE'
            EXPORTING
              purchasingdocument           = st_header-number
              header                       =           st_header
              headerx                      = st_headerx
            VENDOR_ADDRESS               =
            HEAD_EXPORT_IMPORT           =
            HEAD_EXPORT_IMPORTX          =
            TESTRUN                      =
            TECHNICAL_DATA               =
         IMPORTING
            EXP_HEADER                   =
            EXP_HEAD_EXPORT_IMPORT       =
           TABLES
                    return                = st_return
    Begin of modify by kirankumar 07/12/2009
                   item                  = st_item
                     item                  = st_item[]
    End of modify by kirankumar 07/12/2009
                    itemx                 = st_itemx[]
                    account               = st_account
         accountprofitsegment  = st_accountprofitsegment
                    accountx              = st_accountx
                    schedule              = st_schedule
                    schedulex             = st_schedulex
                    sc_component          = st_sc_component
                    sc_componentx         = st_sc_componentx
                    shipping              = st_shipping[]
                    shippingx             = st_shippingx[]
         shipping_exp          = st_shipping_exp
                    delivery_address      = st_delivery_address
                    item_cond_validity    = st_item_cond_validity[]
                    item_cond_validityx   = st_item_cond_validityx[]
                    item_condition        = st_item_condition[]
                    item_conditionx       = st_item_conditionx[]
                    item_cond_scale_value = st_item_cond_scale_value
                    item_cond_scale_quan  = st_item_cond_scale_quan
                    export_import         = st_export_import
                    export_importx        = st_export_importx
                    item_text             = st_item_text
                    header_text           = st_header_text
                    head_cond_validity    = st_head_cond_validity
                    head_cond_validityx   = st_head_cond_validityx
                    head_condition           = st_head_condition
                    head_conditionx       = st_head_conditionx
                    head_cond_scale_val   = st_head_cond_scale_val
                    head_cond_scale_quan  = st_head_cond_scale_quan
                    partner               = st_partner[]
                    partnerx              = st_partnerx[]
         extensionin           = st_extensionin
                    extensionout          = st_extensionout.

  • Pricing conditions are  not picked  in  print  preview  of  purchase order.

    Dear experts
    Purchase  order  was  created  for  imports  vendor.
    there  is  difference  of  amount  in   purchase  order  and   purchase order  print  preview.
    In  purchase  order  print preview  the  system  is  not  picking  the  values  of  custom value  and  custom  clearing charges.
    Import  pricing  procedure  is  assigned  to  vendor.
    what  else  more  be checked  since  the  print  preview  is  not  picking   the  conditions ,  custom value and  custom clearing charges.
    Any  solutions.
    Thanks  &  Regards.
    Erfan.

    Hi,
    Purchase order was created for imports vendor & must have separate documement type for Import Purchase order  or new PO output type for import.
    Check FORM or PDF/SmartForm Form used for your Import PO out put type for application EF in NACE t.code. Check SmartForm in t.code: SMARTFORMS and see condition types of custom value and custom clearing charges is there or not. Just consultant with ABAP consultant about condition types of custom value and custom clearing charges  inclusion in SmartForm.
    Regards,
    Biju K

  • Variables  are  not  displaying  in  a  order in a query

    Hi friends,
        I have  4 vaiables in my query..  i want to dispaly those variables in a  particular order.. for example.. i want to display 1. Country , 2. State , 3. City , 4. Street.. like this order..  but my Query was displaying in a  disorder.. for this.. with out changing the   Query  fields order.. how can i change  the variables displaying order ..
    can   any one plz  provide me the solution...
    thanks
    Babu

    Hi
    In Querry properties u can change the order according to ur requirement.
    Thanks
    Khaja

  • Pricing Conditions are not updating in pricing procedure

    Dear Experts,
    I have created new condition table to maintain prices & assinged the same to access sequence. I have ticked the exclusive option also. But this option is ticked for each & every key combinations. Now I have maintained price on new key combination but system is picking old value only.
    Pl. help me.
    Thanks

    hi
    this can be possibility
    The validity of OLD condition record is say from Jan 2010 to Dec 2999
    Sales order date is say Sep1, 2010
    New Condition record valididty is from August 2010 to Dec 2999
    now as for same condition, you maintaining condition record which is actually overlapping, so go to VK12, and try to delet the OLD condition record or try to make Deletion Indicator for Condition Item
    kindly let us know why you created new condition record when you can update the old with new prices
    go to VK12
    select combination and maintain new price and mark old 1 for deletion

  • Target costs not displayed in process order

    Hi,
    We have set up a small PI scenario. The issue we are facing is that the target costs are not displayed in the order. Actual costs appear after confirmation, but target costs appear as zero.
    We have maintianed cost relevancy in work centers, defined valid activity types, maintianed price in material master for all components and also run the standard cost estimate and released it.
    Please let us know what we are missing and why this error could be happening?
    Thanks in advance,
    Ashok

    Target costs are populated when you do the goods receipt. System will search for the released standard cost estimate and then apply that for each material component. If these 2 conditions are passed, then you will get target cost in order,
    You need to define the following,
    1. Variance Key - Transaction "OKV1"
    2. Assign that to Plant using "OKVW"
    3. Define Variance Variant using "OKVG"
    4. Define Valuation variant for WIP/Scrap calculation using "SPRO"
    5. Define target cost version by assiging sl no 3 & 4 and also how the cost calculation should be used.
    Once this activities are completed, execute production/process order and then after goods movement and some confirmations process Variance using "KKS2" as a period end activities.
    Edited by: sarin toms on Dec 2, 2008 2:26 PM

  • I'm on a windows laptop using iTunes sharing through the family to connect with Apple TV. After choosing the folder of photos to be shared and displayed on the appletv and when I choose to show on screen, they are not shown in the order they are in the or

    I'm on a windows laptop using iTunes sharing through the family to connect with Apple TV.
    After choosing the folder of photos to be shared and displayed on the appletv and when I choose to show on screen, they are not shown in the order they are in the original folder.
    How to pair show in a certain order, for example, sorted by name.
    grateful
    Julio Cesar

    Not that I'm aware of. You just export JPEG copies to a folder that you can point iTunes to. For instance, I have created a folder in my Pictures folder called Apple TV. And within that folder I have other folders of pictures that I can choose from in iTunes to share with Apple TV. But there doesn't seem to be any way to share a Lightroom slideshow. If you have laid to create a video file that would probably work. Apple TV is a little clunky in my opinion. Some things are a little more difficult to do now than they were a while back. I probably haven't provided you with much help, but just keep experimenting and I think you will figure it out.

  • Service order values posted to WBS, values are not displaying in CJii3

    Hi,
    We have posted thevalues from service order to wbs.
    values are not displaying in cji3.
    Regards,

    Hi,
    If the data has been successfully loaded into BPC, then it should be visible in BPC report.
    You need to make sure that you are looking at the correct data region. Check in RSA1 and check which data region has the data. Maintain the same region in the report as well.
    Hope this helps.

Maybe you are looking for

  • DAC upgradation from 7.8.4 to 10.1.3.4

    Hi All, I am trying to upgrade DAC 7.8.4 repository to DAC 10.1.3.4. I have followed the steps given in the Data Warehouse Administration Console User’s Guide. The upgrade is successful but I am not able to see the tasks and tables associated with th

  • How to read and writre file into remote machine in the network

    HI Experts,    i want to write the data and read data into file in remote machine(not in application server and presentation server).is it possible in abap. thanks in advance With Regads Naidu

  • Login  screen. User and buttons dissapeared

    http://db.tt/9684aE6r As you can see, the invited user is.onlly showing. Help.me! Cant log in, i.need my computer. Sorry, on my cellphone

  • Apple apps won't open??????????????

    I've had 10.4.8 for ever and everything has been fine since a couple of days. I now can't open Final Cut Pro, Compressor or Logic. When I click to open either one of these apps. the icon on the docks gets its little triangle to indicate that the app

  • Is it possible to use imessage only in wifi and sms when no wifi is available?

    is it possible to use imessage only in wifi and sms when no wifi is available? I have unlimited texting but only 200mb of data. I know how to turn i messaging on/off manually but is there away to set it so it does it automatically?