Sold to num and name

Hi,
What are the fields for sold to num and name from delivery tables.
Thank you
Veni.

<i><b>LIKP ( Sold to number )  and name in KNA1</b></i>
<b>http://www.sapgenie.com/abap/tables_sd.htm</b>
Cheers
Usman

Similar Messages

  • I've just sold my macbook to a friend. How do I completely clear my account and name from

    I've just sold my macbook to a friend. How do I completely clear my account and name from it. TIA,
    Eric

    What to do before selling or giving away your Mac

  • Sold-to Party and Customer Number

    Hi frnds,
        I need to know the relation ship between sold to party and customer number.I know that for a customer number there may be more than one ship to party.But i want to know whether there exist more than one sold to party for a customer number. And i had a confusion that the customer number is either sold to party or ship to party Please explain me.
    Thanks in Advance

    Hi Anand,
    Generally we have some Paarner Functionslike
    SOLD TO PARTY
    SHIP TO PARTY
    BILL TO PARTY and
    PAYER. These are the partner functions.
    If u look in to Table VBAK u can find the Field name KUNNR with the data element KUNAG ( Sold to Party ).
    Customer Number and Sold to party may be same in some scenarios.
    SOLD TO PARTY will be always ONE for one Customer Number
    Customer Number may to Sold to Party or Ship to Party depending on the scenarios and the  requirment
    Best regards,
    raam

  • Getting Ref doc num and Conditions price from SD_SALESDOCUMENT_CREATE

    Hi,
    Can someone please help me how to get the following.
    1) Header - Financial Accounting - Reference num -> vbak-xblnr
    I tried SALES_HEADER_IN-REF_DOC, but it is not comming.
    2) Item - conditions - 'ZCPP' - Price - KOMV-KBETR
    I gave as SALES_CONDITIONS_IN-COND_TYPE = 'ZCPP'
    where should I mention condition price.
    Thanks,
    Neelu.

    Hi Mahesh,
    So is creating, I have to include the Ref  Docu Num and Condition Price.
    Thanks,
    Neelu.
    FORM headerdata.
    header data
    Sales document type
      header-doc_type = gs_zprice1-auart. "'ZMKD'.
      headerx-doc_type = 'X'.
    Sales organization
      header-sales_org = gs_zprice1-vkorg.                      "'300'.
      headerx-sales_org = 'X'.
    Distribution channel
      header-distr_chan  = gs_zprice1-vtweg.                    "'20'.
      headerx-distr_chan = 'X'.
    Division
      header-division = gs_zprice1-spart.                       "'01'.
      headerx-division = 'X'.
      header-purch_no_c = gs_zprice1-bstkd. "'SA-07-003'.
      headerx-purch_no_c = 'X'.
      header-ord_reason = gs_zprice1-augru.
      headerx-ord_reason = 'X'.
      header-ref_doc_l = gs_zprice1-xblnr.
      headerx-ref_doc = 'X'.
      headerx-updateflag = 'I'.
    ENDFORM.                    " headerdata
    *&      Form  itemdata
          text
    -->  p1        text
    <--  p2        text
    FORM itemdata.
    Partner data
    Sold to
      partner-partn_role = 'AG'.
           shift gs_zprice-kunnr left deleting leading '0'..
      partner-partn_numb = gs_zprice1-kunnr.
      APPEND partner.
    ITEM DATA
      itemx-updateflag = 'I'.
    Line item number.
      item-itm_number = lv_itemno.
      itemx-itm_number = 'X'.
    Material
      item-material = gs_zprice1-matnr.
      itemx-material = 'X'.
    Plant
      item-plant    = gs_zprice1-werks. "'ATLA'.
      itemx-plant   = 'X'.
    Quantity
      item-target_qty = gs_zprice1-eohqty.
      itemx-target_qty = 'X'.
      APPEND item.
      APPEND itemx.
    *Fill schedule lines
      lt_schedules_in-itm_number = lv_itemno.
      lt_schedules_in-sched_line = '0001'.
      lt_schedules_in-req_qty    = gs_zprice1-eohqty.
      APPEND lt_schedules_in.
    *Fill schedule line flags
      lt_schedules_inx-itm_number  = lv_itemno.
      lt_schedules_inx-sched_line  = '0001'.
      lt_schedules_inx-updateflag  = 'I'.
      lt_schedules_inx-req_qty     = 'X'.
      APPEND lt_schedules_inx.
    *Conditions
      conditions1-itm_number  = lv_itemno.
      conditions1-cond_type   = 'ZCPP'.
      conditions1-cond_value  = '8.000000000'.
    *Texts
      order_text-itm_number  = '000000'.
      order_text-text_id = '0001'.
      order_text-langu = sy-langu.
      order_text-text_line = gs_zprice1-xblnr.
      APPEND order_text.
      lv_itemno = lv_itemno + 10.
    ENDFORM.                    " itemdata
    *&      Form  call_function
          text
    -->  p1        text
    <--  p2        text
    FORM call_function.
      CALL FUNCTION 'SD_SALESDOCUMENT_CREATE'
                   EXPORTING
            SALESDOCUMENT                 =
                     sales_header_in               = header
                     sales_header_inx              = headerx
            SENDER                        =
            BINARY_RELATIONSHIPTYPE       = ' '
            INT_NUMBER_ASSIGNMENT         = ' '
            BEHAVE_WHEN_ERROR             = ' '
            LOGIC_SWITCH                  = ' '
            BUSINESS_OBJECT               = ' '
            TESTRUN                       =
            CONVERT_PARVW_AUART           = ' '
            STATUS_BUFFER_REFRESH         = 'X'
                  IMPORTING
                    salesdocument_ex              = salesdocument
            SALES_HEADER_OUT              =
                  TABLES
                    return                        = return1
                    sales_items_in                = item
                    sales_items_inx               = itemx
                    sales_partners                = partner
                    sales_schedules_in            = lt_schedules_in
                    sales_schedules_inx           = lt_schedules_inx
                    sales_conditions_in           = conditions1
            SALES_CFGS_REF                =
            SALES_CFGS_INST               =
            SALES_CFGS_PART_OF            =
            SALES_CFGS_VALUE              =
            SALES_CFGS_BLOB               =
            SALES_CFGS_VK                 =
            SALES_CFGS_REFINST            =
            SALES_CCARD                   =
                  sales_text                    = order_text
            SALES_KEYS                    =
            SALES_CONTRACT_IN             =
            SALES_CONTRACT_INX            =
            EXTENSIONIN                   =
            PARTNERADDRESSES              =
            SALES_SCHED_CONF_IN           =
            ITEMS_EX                      =
            SCHEDULE_EX                   =
            BUSINESS_EX                   =
            INCOMPLETE_LOG                =
            EXTENSIONEX                   =
            CONDITIONS_EX                 =
            BATCH_CHARC                   =
    ENDFORM.                    " call_function

  • Adding link to the photo and Name in the outlook contact card -Enterprise wide

    How can I make the name and photo in the outlook contact card link to my profile page? I read articles where it is mentoined that the URL is set in Registry, currently my organization does not have any link associated with photo and name in contact card.
    I want to implement this across the organization , any deployment or changes that I need to do to implement this across?
    Appreciate if you can provide details on how this is done. The url will look like this:
    https://www.produrl.com/userid={userid}
    How can I dynamically add respective userid in the link?Appreciate your response on this.

    So you want to redesign the contact card in Outlook? Are you using SharePoint? If signed into sharepoint via the social connect, there is a link to the mysharepoint page under View source. I don't think you can change the link or customize the card,
    beyond what is listed here:
    http://technet.microsoft.com/en-us/library/ff631135(v=office.15).aspx#BKMK_ContactCards
    Diane Poremsky [MVP - Outlook]
    Outlook & Exchange Solutions Center
    Outlook Tips
    Subscribe to Exchange Messaging Outlook weekly newsletter

  • Importing CD to Artist folder\Album folder\file with track number and name:

    I have a problem then importing my cd’s to my harddisk using iTunes.
    On my previous pc I got what I want, Artist folder, Album folder and file with track number and name:
    e.g.
    D:\My Music\B.B. King\Blues On The Bayou\01 Blues Boys Tune.mp3
    D:\My Music\B.B. King\Blues On The Bayou\02 Bad Case Of Love.mp3
    D:\My Music\B.B. King\Blues On The Bayou\03 I'll Survive.mp3
    But now I get:
    D:\My Music\Compilations\Blues On The Bayou\01 Blues Boys Tune.mp3
    D:\My Music\ Compilations \02 Bad Case Of Love.mp3
    D:\My Music\ Compilations \03 I'll Survive.mp3
    In iTunes my settings are Edit -> Preferences -> Advanced: iTunes Music folder: D:\My Music and checkmark in both: “Keep iTunes Music folder organized” and “Copy files to iTunes Music folder when adding to library”.
    My version of iTunes is 8.0.1.11
    Thanks in advance
    Peter

    It will depend on the album. Gracenote considers anthologies, a collection of tracks by the same artist taken from different albums, as a compilation. In iTunes the compliation setting should really only be applied to a collection of tracks by different artists.
    tt2

  • Project Server 2010 - Modification date and name of the person who made the last change in the project

    Hello everybody
    I'm with a doubt.
    I got in the business
    environment Project Server 2010 and
    would like to get the publication date,modification
    date and name
    of the person who made
    the last change in
    the project. It is possible
    to doby the native
    resources or is
    there any query in
    SQL Server to perform a
    query of this information.
    Thank you.
    Obrigado por contactar o fórum Microsoft Technet!

    Hi Hezequias,
    You can get the ProjectModifiedDate column in MSP_EPMProject_userView in the Reporting DB where you can
    get the data based on the projectUID. 
    The "last saved" date in the draft DB (be aware that querying in the draft DB is not supported by MS).
    For the "last modified by", I think it is not stored in any place.
    But you can develop custom code upon publishing the project (Event BeforePublish), writing the current
    date and username automatically into a custom enterprise field.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • What is the relation between delivery num , sales order num and invoice

    what is the relation between delivery num , sales order num and invoice

    Look at VBFA Table
    goto VBFA table ,enter order number number vbelv ,vbtyp_n is C,then VBELN is the delivery
    if you enter delivery number in vbelv ,vbtyp_n is J,then vbeln is Invoice.
    here VBTYP_N is the import.
    VBFA is the sales document flow table,and very important table
    Thanks
    seshu

  • Path and Name field in SPD 2010 Workflow for creating Doc Sets

    Hi Guys,
    Here's hoping you can help out and give a few pointers. I'm currently trying to implement what I thought was quite a simple workflow involving the creation of a Content Type (similar to Doc Set but with additional field) within an alternative library when
    a new item is added to the current library.
    Create Item in CaseFileLibrary (Output to Variable: CaseFile)
    When running the workflow, I keep getting the following error:
    "The workflow could not create the list item because the file name is either missing or invalid. "
    It seems to be related to the 'File and Path' field within the 'Create New List Item' field mappings. For this I have tried the CurrentItem:Title as some other forums suggest and have also tried entering the URL path e.g. /subsite_name/library_name/CurrentItem:Title.
    (as the name of the CaseFile (Doc Set) is going to be the same as the current item name)
    If anyone has any suggestions, I would be truely greatful.
    Luke

    Hi Luke,
    This error indicates there is an error in the workflow logic. Ensure that the file name entered in the Path and Name field is a valid file name. Common reasons for a file name to be invalid include a missing or incorrect file extension or a file/path string
    that is too long and exceeds the allowable number of characters.
    More information, please refer to :
    Common error messages in SharePoint workflow development
    For the URL that you used in the ‘Create New List Item’, whether the CurrentItem:Title is a lookup, not typed by yourself. If not, please type /subsite_name/library_name/, then lookup CurrentItem:Title, like the below, then save and publish the workflow,
    compare the result.
    In addition, please use another name for the name, compare the result.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • File Path and Name field does not display correct path

    We are using Crystal 2008 along with VS 2005. We embed the special "File Path and Name" field  inside our report and it displays the correct path when viewed inside Crystal reports:
    C:\Program Files\reports\Chart.rpt
    When run through the web and viewed in the DHTML viewer, the file name and path appear as follows:
    C:\Windows\TEMP\Chart {02152A43-3339-4C03-A50A-E281E1D391AF}.rpt
    How can this be corrected?
    Thanks in advance for any assistance.

    This is a known issue tracked under ADAPT0000962216. At this time I do not know when this will be resolved, however Service Pack 2 for CR 2008 is targeted to be released by September and this may contain the fix.
    Ludek

  • IMessage on MacBook Pro shows i'm my friend. My friend's photo and name shows in every conversation instead of mine. How do I fix this?

    iMessage on MacBook Pro shows i'm my friend. My friend's photo and name shows in every conversation instead of mine. How do I fix this?

    I am using my own Apple ID.  (My father doesn't even have one).  I seem to recall having to select a contact or something to assign to my iMessage app when I used it the first time on my iPad.  I checked the settings and it is set to my apple ID and correct email address.  Any other ideas?

  • Sold to Party and Ship to party field are in grey out mode in VA01.

    Hi Friends,
    I am facing a very critical situation, Please help me on this.
    While creating the sales order by VA01, the Sold to Party and Ship to Party field are in grey out, so we cannot enter sold to party and ship to party. This is happening for all Order types.
    And while checking the existing sales order by VA02, so I found that at Header level and Item level the Partner tab are disable
    ( mena partner tab are in grey mode,).
    But when we click on sold to party field in VA02 it directly moves to partner but all Partner shown in Sales tab.
    I have check all the partner function and partner determination configuration.
    So can any one help me out in this, how in VA01 sold to party and ship to party field are in grey out mode.
    How in VA02 the partner tab are disable.?
    Thanks
    Irfan Ullah
    09370236510

    Hai Irfan Ullah,
    In Sales - customer
    1. Partners are listed (SP,BP,PY, SH)for account group and Partner Determination procedure(TA) is assigned to it
    Now for sales order type you need to assign the partner determination process
    SPRO
    Sales and Distribution
    Basic Functions
    Partner Determination
    Set Up Partner Determination
    Execute
    Set Up Partner Determination for Sales Document Header
    Select TA - standard order from the right side list
    and select Partner Determination Procedure Assignment (from left)
    Now assign your sales type to Partner determination TA.
    Create a SALES order you can find the sold to and ship to are editable.
    Regards,
    Mani

  • Sold to Party and Ship to party are in grey out mode in VA01.

    Hi Friends,
    I am facing a very critical situation, Please help me on this.
    While creating the sales order by VA01, the Sold to Party and Ship to Party field are in grey out, so we cannot enter sold to party and ship to party. This is happening for all Order types.
    And while checking the existing sales order by VA02, so I found that at Header level and Item level the Partner tab are disable
    ( mena partner tab are in grey mode,).
    But when we click on sold to party field in VA02 it directly moves to partner but all Partner shown in Sales tab.
    I have check all the partner function and partner determination configuration.
    So can any one help me out in this, how in VA01 sold to party and ship to party field are in grey out mode.
    How in VA02 the partner tab are disable.?
    Thanks
    Irfan Ullah
    09370236510
    Edited by: Lakshmipathi on Aug 4, 2011 4:30 PM
    Thread Locked - Reason Cross Posted

    Hai Irfan Ullah,
    In Sales - customer
    1. Partners are listed (SP,BP,PY, SH)for account group and Partner Determination procedure(TA) is assigned to it
    Now for sales order type you need to assign the partner determination process
    SPRO
    Sales and Distribution
    Basic Functions
    Partner Determination
    Set Up Partner Determination
    Execute
    Set Up Partner Determination for Sales Document Header
    Select TA - standard order from the right side list
    and select Partner Determination Procedure Assignment (from left)
    Now assign your sales type to Partner determination TA.
    Create a SALES order you can find the sold to and ship to are editable.
    Regards,
    Mani

  • Sold to party and Ship to part y fields in VA01 disabled.

    01.10.2008
    Hi friends,
    In one of the client when i use transaction code VA01 for a particular document type i find the Sold to Party and Ship to party are greyed off. I am not able to enter any data into it.
    In the sand box the same document type works fine. How will i trace which transaction variant is linked which is disabling this fields. Please advise.
    Regards,
    udaynath.

    Hi Krishnan
    It is not the problem with the Document type.
    I think,you have not assigned the "Partner Type" to the "Partner Function".
    Just go to your Partner determination Procedure in IMG, go to  "Partner Function" folder in the dialog box.
    Select your Sold-to-party and assign the "Partner Type" KU (Customer) to it.
    Similarly assignthe Partner Type KU to your Ship-to-party and save it.
    Now, create an order and there will be no problem.

  • HT1311 i sold my iphone and i cant figure out how to unlock it so it can be used.  can anyone help??

    i recently sold my iphone and it is locked so it cannot be used.  cant figure out how to unlock it....can anyone help??

    wilser01 wrote:
    i recently sold my iphone and it is locked so it cannot be used.  cant figure out how to unlock it....can anyone help??
    Did you erase it before you sold it?
    Settings> General > Reset - Erase all content & settings.
    Or did you leave all your personal info on it and give it to someone else?

Maybe you are looking for

  • OWBSYS password while creating a new user

    Dear all I try to create a repository owner in OWB 11g. Steps: repos assistant Warehouse Builder workspace admin Create New workspace Create workspace with a new owner. Until step 7 is everything fine, but in follwing step i geot error message: *Step

  • IPod freezes when I try to play music

    My click-wheel iPod is fine and works perfectly... until I try to play music. When I press play, it suddenly freezes on the screen and no sound plays. The headphones are fine. Then, if it does finally play something, it stutters and is very slow to r

  • Code relocation... how to "include '.js' file in the page" ..?

    Several weeks back I was advised in a post ..: "For non .mac slideshow you need to include the photo page's .js file in the page that you want to jump from." I asked for clarifications, but got no response. Now, recovering from file corruptions and a

  • Folder linked to FTP site

    Hello, Some time ago I created a link to an FTP site that functions like a local directory. Recently, I needed to create another one but have forgotten how I created the first. I am able "add a network location" but that doesn't achieve the same type

  • Sql query hangs close to the end

    Hi: I am on 10.2.0.3. My rather simple query hangs for a few minutes close to the end. It's supposed to return 288 rows and it immediately returns 285, then hangs for 4-5 min, than returns the remaining 3 rows. Kind of similar behavior to using "Firs