How to retrieve the list price for u0093Free of Chargeu0094 items?

Hi Gurus,
I need an urgent help:  For the commercial invoice, I need to provide the “List Price” (PR00) value even for the “Free of charge” items.  But for TANN, PR00 is not retrieved.
How can I still retrieve the list price(PR00) for “Free of Charge” items?
Thanks.

Hi,
By giving item category as TANN in VBAP, you will be able to get all material numbers, and the document numbers.
Using document numbers, get the doc condition no, in VBAK (VBAK-KNUMV)
Now
VBAK-KNUMV = KONV-KNUMV and
VBAP-POSNR = KONV-KPOSN for VBAK-VBELN=VBAK-VBELN
you should be able to extract the value of PR00 from KONV table.
Hope this helps you
Pls reward if this helps you

Similar Messages

  • How much is the replacement price for a water damaged iPhone 5? Since iPhone 5 is no longer available

    I know it was &229 before. But how much is the replacement price for a water damaged iPhone 5 now? Since iPhone 5 is no longer available and replaced by iPhone 5C and iPhone 5S. Could I pay a little more to replace an iPhone 5S?

    Copied from Apple's website:
    Out-of-Warranty Service
    If you own an iPhone that is ineligible for warranty service but is eligible for Out-of-Warranty (OOW) Service, Apple will service your iPhone for the Out-of-Warranty Service fee listed below.
    iPhone model
    Out-of-Warranty Service
    iPhone 5
    $269
    iPhone 4S
    $199
    iPhone 4, iPhone 3GS,
    iPhone 3G, Original iPhone
    $149

  • I want to find out how to retrieve the serial number for my product. i can't find it in my email

    i want to find out how to retrieve the serial number for my product. i can't find it in my email

    Find your serial number quickly

  • Retrieving the milestone dates for an opportunity line item

    Good afternoon experts,
    I am looking for a way to retrieve the milestone dates for an opportunity line item.  I have the line item GUID and need to find out the milestone dates for the item.
    Is there a table or FM that will allow me to do this?
    Thanks,
    Eric

    Hi Eric,
                     I think you can use the FM 'CRM_ORDER_READ'. Pass the guid of the transaction as input to the FM , milestones details you will get from the parameter 'ET_APPOINTMENT'.
    Hope this helps.
    Regards,
    Ruby.

  • How to retrieve the list of interface in a project

    Does anyone know how can I retrieve the entire list of project interface ?
    Is there a way to retrieve it from the ODI repository?
    Thanks

    Hi kappenet ,
    Hi one more simple method / way to get the information about the Interfaces (with details) using GUI:-
    Go to designer - > project -> project folder -> Right Click -> print -> Interfaces
    You can view all the details of the interfaces in a PDf file
    you can try the same for KM, Packages, etc..
    Regards,
    Rathish

  • How i retrieve the default setting for my browser ?

    when i download any file from firefox browser there a small box that ask you if you want to from your browser to do the same action for files like the file you are downloaded automatically,
    i did that and i wont to retrieve the old sitting i tried to reinstall the browser but it doesn't worked! so any suggestion?

    The instructions in [[Resetting preferences]] explain how to reset all your preferences back to the defaults.

  • How to retrieve the header texts for a contract

    HI,
      i think we need to use the FM read_text to get the header texts for a contract but dont know how to use the FM like what all the parameters are passed to that to get the header texts of a contract(va43).
    any help is appreciated with points.
    thanks
    prasad

    Hi,
      Pls refer this code,    
        CALL FUNCTION 'READ_TEXT'
                  EXPORTING
                    client                  = sy-mandt
                    id                      = '0001'
                    language                = sy-langu
                    name                    = v_textid
                    object                  = 'KNMT'
                  IMPORTING
                    header                  = t_header
                  TABLES
                    lines                   = t_lines
                  EXCEPTIONS
                    id                      = 1
                    language                = 2
                    name                    = 3
                    not_found               = 4
                    object                  = 5
                    reference_check         = 6
                    wrong_access_to_archive = 7
                    OTHERS                  = 8.
                IF sy-subrc EQ 0.
                  LOOP AT t_lines.
                    CONCATENATE w_arktx t_lines-tdline INTO w_arktx
                                       SEPARATED BY space.
                  ENDLOOP.
                ENDIF.
                IF w_arktx NE space.
                  MOVE w_arktx+1(1583) TO t_lips-arktx.
                ELSEIF w_arktx EQ space.
                  CLEAR w_text_name.
                  CLEAR v_textid.
                  wa_lips-matnr = t_lips-matnr.
                  wa_lips-vkorg = t_likp-vkorg.
                  wa_lips-vtweg = t_lips-vtweg.
                  w_text_name = wa_lips.
                  CLEAR w_arktx.
    Retrieval of Sales Text
                  CALL FUNCTION 'READ_TEXT'
                    EXPORTING
                      client                  = sy-mandt
                      id                      = '0001'
                      language                = sy-langu
                      name                    = w_text_name
                      object                  = 'MVKE'
                    IMPORTING
                      header                  = t_header
                    TABLES
                      lines                   = t_lines
                    EXCEPTIONS
                      id                      = 1
                      language                = 2
                      name                    = 3
                      not_found               = 4
                      object                  = 5
                      reference_check         = 6
                      wrong_access_to_archive = 7
                      OTHERS                  = 8.
                  IF sy-subrc EQ 0.
                    LOOP AT t_lines.
                      CONCATENATE w_arktx t_lines-tdline INTO w_arktx
                                         SEPARATED BY space.
                    ENDLOOP.
                  ENDIF.
                  IF w_arktx NE space.
                    MOVE w_arktx+1(1583) TO t_lips-arktx.
                  ELSE.
    REgards
    srinivas

  • How to keep the list to show max.of 3 items at a time

    i had a list, the rows are dynamically generated, the problem comes with when the item are more than 3. the 4th one is half visible which looks odd. i want to see 3 rows at a time, how is this possible.  i set rowCount, variablerowheight it didn't work.
    thanks for reading.

    package  Components{
     public
    public  
    class AdvancedLegendList extends List{
    public function AdvancedLegendList(){
    super();} 
    override protected function measure():void
    if(this.height>3) 
    this.height=measureHeightOfItems(-1,1);}
    and set the list as
    <Components:AdvancedLegendList id="itemList"dataProvider="{_incentivesCopy}borderVisible="false" width="295"rowCount="
    {Math.min(DataContext.Incentives.length, 3)}"variableRowHeight="true"selectable="
    false"verticalScrollBarStyleName="sbTrackStyle" paddingRight="1"
    <Components:itemRenderer> <fx:Component>
    if i have override the measure() function in script, i dont know how to access this list.

  • How to find the GL Account for a Billing Document Item?

    Hi All,
       For a specific Billing Document Item, how to fetch the corresponding GL Account No.?
       I tried the below approach.
       Using the Billing Document Number, I fetched the corresponding Accounting Document No. then I tried to match the item of billing document with the item of Accounting Document by comparing the amount and then fetch the GL Account from table BSEG. When I compared the line items of both the documents, the no. of line items in the Accounting Document is more compared to the no. of line items in the Billing Document. I tried to match the items using Amount, but what if more than one item has the same amount but different GL Account No.?

    Hi,
    i would agree with what 'Rajasekhar Dinavahi' said.
    quote,
    <b>Hi
    If you open the billing document in VF03, click on 'Accounting' , select the accounting document, click on 'Administrat. data' tab.
    Here you will find the Reference Document and Reference item no.
    Regards,
    Raj
    </b>
    unquote
    The reference Doc will be XBLNR .
    Regards,
    Shehryar

  • How to update the condition price in the sales order for all the items

    Hi,
    How to update the condition price for all the itmes in the sales order to carry out the new price automatically through a stand alone program, for all the orders in the billing due list table?
    Thanks,
    Balaram

    Hi,
    There is a change in the requirement.
    Scenario:
    I have created a sales order with some 4 condition types, in that 2 condition types are of class A & B and the other two is of class C. Here I need to update the condition price of class A & B only and the remaining condition types should not get update even though there is an updated price is available.
    For the above scenario, I need to write a standalone program. Do we have any function modules to update the price of the single condition in the sales order? Please tell me how we can update the sales order at item condition level.
    Thanks.
    Balaram

  • How to retrieve the User Status on WBS Elements

    Hello,   could someone please tell me  how to retrieve the User Status for WBS Elements using ABAP?  Which table stores this information.
    Thanks.

    if you have the OBJNR there was also another FM status  in Se37 [link>>|http://sap.ittoolbox.com/groups/technical-functional/sap-dev/changing-status-620444]
    also look in the similar requirement [discussion|http://sap.ittoolbox.com/groups/technical-functional/sap-bw/wbs-user-status-262089]

  • How To Retrieve the Maintenance Package in PM Module for the Maint. Strateg

    Hi All,
    I am trying to retrieve the 'Maintenance cycle' for a Package in the Maintenace package of the Maintenance strategy.
    I tried table T351P, but except 'Maintenance Cycle' i can see all other fields.
    In IP11 and in IP03 transactions i can see the Maintenace cycle field in the grid where maintenance packages are listed.
    But could not find a way to retrieve the maintenance cycle.
    Appreciate if you guys could help me out in getting the Maintenance Cylce.
    Cheers,
    Jaffer Ali.S

    Tortsen,
    I tried the solution suggested by you.Here's what i did :
    I executed the  ARCHIV_GET_CONNECTIONS with input field  OBJECTTYPE values as BUS2104.It gives me some entries in the output connections table.From the results , i picked up the ARCHIV_ID and ARC_DOC_ID fields as suggested by you.
    I went to execute SCMS_AO_TABLE_GET  with above two values as import parameters and COMP_ID = "data".But it does not give me any output.It says "HTTP error: 404 Not Found". Any idea why is it so?
    Then i went to try SCMS_DOC_URL_READ .I find here that there are two mandatory parameters viz . STOR_CAT , DOC_ID.I tried giving the ARCHIV_ID  value above as value for  STOR_CAT . But it does not recognize it.Then i went to the table SDOKSTCA to look for any valid values for STOR_CAT , but i am not sure which one applies to my scenario.How do i find this?
    i'll appreciate any help.
    Thanks,
    Karambir Singh

  • How to retrieve Task Lists from All Subsites to the Parent Site and display in Grid view using CAML Query

    How to retrieve Task Lists from All Subsites to the Parent Site and display in  Grid view using CAML Query + object model

    do u just want task list or items under task list for all subsites
    for items use spsitedataquery ref
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsitedataquery.aspx use recursive to get it from alll subsite under site collection
    for tasklist only u can a simply use a for loop to find in all subsite
    Manish Sati

  • Inadvertent click over 'clear list' crashed the list of downloaded files.How to retrieve that list?

    I was downloading the Firefox -5 update yesterday(07-07-2011),
    while the process was going on,the 'clear list' tab situated in the left side lower corner was pressed by me inadvertently causing disappearance of the list of all other completed,incomplete and
    failed downloaded files.The problem is how to retrieve the aforesaid
    list of the downloaded files.Can the downloaded files themselves
    also be crashed due to this mistake?If it is so,which is the way to
    retrieve those files also?

    Sorry again for the Windows menu paths, on Linux use Edit > Preferences instead of Firefox/Tools > Options as I've posted before.
    I never told you to disable settings in that part to the history settings, you did that yourself ([[/questions/897299#answer-276610]]).<br />
    I told you to check the settings in "Clear history when Firefox closes"
    Did you try to delete the downloads.sqlite file in case there is a problem with the file?
    Did you check the permissions for all files in the Firefox Profile Folder?
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • How to get the list of users who has access for list of tcodes.

    How to get the list of users who has access for list of tcodes.

    Go to transaction SUIM, this has a number of reports for users/authorisations
    open the Where used>Autorization Values>In Users
    and double click to execute
    in authorisation object, enter S_TCODE
    then press the "Enter Values" button
    It will offer entry boxes to put the transaction code you are interesed in.
    Then execute and the list of users with access to this transaciton code will be returned.

Maybe you are looking for

  • Remote for Audig

    My dog chewed up the remote for my Audigy 2. It's the RM-000 model. Anyone have any idea on how to go about getting a replacement?

  • How Do I Transfer Files from an IMac CRT with a Broken Screen?

    Hello, I have an old I Mac DV (dark gray) CRT with all of my old files. When the screen stopped working I bought a new I Mac. The computer turns on but the screen is dark. How can I transfer my old files to the new computer. I also have a portable ha

  • Budgeting thru Internal Order with Account assignment category 'A'

    Dear All I want Budgeting thru Internal Order with Account assignment category 'A' i.e Created Assets with Tcode As01 Created Internal Order and assigned budget amount to IO with Tcode KO01 and KO22 Created Purhcase Requisition with Account assignmen

  • But I DO have Quartz Extreme

    I upgraded to 06 because of the new features in iMoive and iPhoto. No where on the package did it state that Quartz Extreme was required. So after attempting a couple of times to apply a theme I looked into it and discovered the requirement. Then I c

  • Suggestions for using .folios in a classroom

    Hi all, We would like to use Indesign to create interactive .folio files in a classroom atmosphere.  My hope was that students can work on their files and export as a .folio and just pass them around to each other on for viewing/review/testing. The f