Need to add ship to country and sold to country in ods

Hi sdn,
            My requirement is to add the ship to and sold to county in the ods.The ods already has 0country in itz comm & trasfer structure.so i went to update rules ->0country>selected master data> and selected sold to hence this is solved. But now i need to do the same for ship to also how can i do it as i have only one 0country available.

you can do the same way u have done it with sold to.... In the update rule map 0country to ship to and make it master data attribute of 0country. It doesnt matter how many attributers values you want to derive from a field thats coming into the cube.

Similar Messages

  • Fetch Sales order number and PO number from ship to party and sold to party

    HI,
    I need to get Sales order number and PO number
    from ship to party and sold to party.
    I have only ______sold to party and ship to party and req del date_______ in selection screen as mandatory
    Please let me know
    Sreekanth

    Hi,
    You can do this:-
    SELECT VBELN FROM LIKP
    INTO TABLE T_DELIVERIES
    WHERE KUNNR = SHIP TO PARTY
    AND     KUNAG = SOLD TO PARTY
    AND LFDAT      = DEL DATE.
    You will get a table containing the list of deliveries.
    Use VBFA to get the sales orders from deliveries.
    SELECT VBELV FROM VBFA
    INTO TABLE T_SALESORDERS
    WHERE VBTYP_N = 'J'
    AND     VBELN  = T_DELIVERIES-VBELN.
    T_SALESORDERS WILL give you list of sales orders.
    From Sales Orders you can get Purchase orders through EKKN Table.
    Using EKKN pass T_SALESORDERS-VBELN and get corresponding EBELN.
    Regards,
    SUbhashini

  • Create Ship to Party and Sold to Party for distr. channel 10 in VA01

    Hello all:
    When creating sales order for a material in VA01 with sales Org 1000,
    distribution channel 10, division 00, system does not give me any Ship to Party and Sold to Party with the above combination
    How to create ship to party and sold to party with the above combination (Plant 1000,
    sales org 1000, distribution channel 10, for creation of a sales order
    Ironically, when creating material master for a material with a material type KMAT, plant 1000
    sales org 1000, the only distribution channel is populating in the input help (F4) is 10
    For which no ship to party neither sold to party is maintained in sales order creation
    Thanks in Advance!!

    Hello Csaba:
    Thanks for your reply
    I agree that for a combination of sales order, dc and division one can have
    many customers. But the customer master data of sold to party in linked to the sales order,
    dc and division
    When sold to party is entered the system will copy the sales order, dc and division
    which is maintaiined in the customer master data
    Sold to party details and the material for which sales order is being created needs to
    be matched in terms of sales org, dc and division then system will process the sales order
    In my current client, there is NO SHIP TO PARTY customer master data maintained
    with a combination of sales order 1000, dc 01, division 00, thus it do not process
    further as material for which sales order is being created has the above combination
    Due points have been assigned

  • Hi, i have to find name , postal code , street of ship to party and sold to

    Hi , based on delivery (likp).
    i have to populate the name, postal code , street of ship to party and sold to party.
    plz help me regarding this.
    Thanks
    Sursh.

    Hi Suresh,
    When you have the Customer numbers with you.. go to the customer master data table KNA1.
    KNA1-KUNNR is the Customer number field.
    Write : SELECT SINGLE ADRNR
               FROM KNA1
    WHERE KUNNR EQ "Your Sold-to or Ship-to Customer".
    Use this ADRNR to get the address details from the Address master data table ADRC.
    SELECT SINGLE name1 name2 name3 name4
    post_code1
    street
    city1
    FROM ADRC
    WHERE addrnumber EQ "The ADRNR you got from KNA1".
    In most cases you will get these details from KNA1 itself.. NAME1, PSTLZ, STRAS, ORT01 are the fields.. But in few cases you need to get the data from ADRC.
    Thanks and Best Regards,
    Vikas Bittera.
    **Points for Usefull answers **

  • How can I change the insert SWF File, I need to add a few things and make it better?

    How can I change the insert SWF File, I need to add a few things and make it better? Is there an option inside of the dreamweaver menu that I am not looking at. It would make it easier on me if I changed some things around and didn't have to do it all myself each time I used it. Just incase you was needing to remember what swf flash was, It is not a swf video either.
      <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="480">
        <param name="movie" value="Sonic Kaboom.swf">
        <param name="quality" value="high">
        <param name="wmode" value="opaque">
        <param name="swfversion" value="9.0.115.0">
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="../Scripts/expressInstall.swf">
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="Sonic Kaboom.swf" width="640" height="480">
          <!--<![endif]-->
          <param name="quality" value="high">
          <param name="wmode" value="opaque">
          <param name="swfversion" value="9.0.115.0">
          <param name="expressinstall" value="../Scripts/expressInstall.swf">
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </div>

    If I understand correctly, Sonic Kaboom.swf needs to be edited in a separate Flash authoring program and then reinserted into your HTML document. 
    As Murray said, Flash is dead.  Nobody uses it anymore.   We use HTML5, CSS3 and JavaScript animations which have universal support from Smartphones, Tablets and other web devices that can't support Flash.   Look at Edge Animate.
    HTML animation | Download free Adobe Edge Animate CC trial
    Nancy O.

  • How to create ship to party and sold to party for DC10 during sales order ?

    Hello all:
    When creating sales order for a material in VA01 with sales Org 1000,
    distribution channel 10, division 00
    The system does not give me any Ship to Party and Sold to Party with the above combination
    How to create ship to party and sold to party with the above combination (Plant 1000,
    sales org 1000, distribution channel 10, during creation of a sales order
    Ironically, when creating material master for a material with a material type KMAT, plant 1000
    sales org 1000, the only distribution channel is populating in the input help (F4) is 10
    For which no ship to party neither sold to party is maintained in sales order creation
    Thanks in Advance!!

    Dear Eshwer
    It is bcoz, the said account groups (Sold To Party and Ship To Party) are not created in the sales area 1000 / 10 / 00.
    To create a customer master, you have to go to XD01, select the Account Group, Company Code and the respective Sales Area and execute.  In the Customer Master, you have three tabs, viz.General Data where you have give address details of the customer, then in Control Data, you have to assign the respective Recon Account and in Sales Area Data, you have to maintain the customer's sales related details.  Once you give all these datas and save the data, a customer code will be displayed at the bottom.
    Now go to VA01, input the sale order type and the sales area and execute.
    thanks
    G. Lakshmipathi

  • Ship to party and sold to party changes to same value in VA01 while saving

    Hi Team,
    In VA01 transaction, i am trying to create an Order with oen Order Type.
    Now in the second screen, if i give the ship to party as 123 and the Sold to party as 456 and if i give an item number and material number with quantity something and if I press the Enter button
    The ship to party and sold to party changes to the same number 123, 123.
    Why is this happening? I have done a debug and found out it is because of the XVBPA internal table getting modified.....
    Is there any Custom table or settings that has to be tweaked?
    Thanks,
    S.Dakshna Nagaratnam.

    Check whether any user exit is being triggered while u save the data.....

  • Need to Add field EKET-EINDT and EKET-SLFDT to ME2M Report output in ALV

    Hi All,
    I need to add fields EKET-EINDT and EKET-SLFDT to the output of program ME2M Transaction.
    I have appended the structure MEREP_OUTTAB_PURCHDOC with these fields. and it is coming in the ALV output field catalog.
    I need these fields output only for ALV display only.
    Please let me know which enhancement i need to write code to enhance the output with these filed values added to the ALV internal table
    Thanks in Advance
    Arun

    Hi All,
    I am able to get the field EINDT and SLFDT into the structure using Append structure and is also getting displayed in the output in ALV.
    But i need to know how to add code for filling these fields and passing into ALV. I need to know the Enhancement spot.
    Please let me know how to achieve this scenario
    Thanks
    Arun

  • How may I change the format to enter new contacts?  I need to add a business name and would like to change the defaults to work rather than home.

    I am entering new contacts into the contact app.  I need to add a business name and would like to change the default for phone numbers from home to work.  I am entering a large amount of business cards

    rcolbroth wrote:
    Is there anyway of creatiing a different name for this Folder rather than 2013?
    If you are using one of Lightroom's "date-based" folder templates, then the folders are created in accordance with the image capture date, not the date that you happen to import it. If you specifically want to use the import date for your folder names then you probably don't want to use the Lightroom date template, and instead you'll need to setup your folder names manually.
    The vast majority of users that use date-based folder naming schemes will use a standard Lightroom template, i.e. based on the much more meaningful image capture date.

  • I need to add a new computer and take off a old one but can't find the site or place to turn it off i can only have two computers but i got three please help let me know where to go to shut one off to put the new one on?

    i need to add a new computer and take off a old one but can't find the site or place to turn it off i can only have two computers but i got three please help let me know where to go to shut one off to put the new one on?

    Hello,
    the way is written there Activation & deactivation help >>> (see there only to understand the procedure) Common activation problems >>> "Activation limit reached for [product]. This serial number has already been activated on 2 computers." "Maximum activations exceeded."
    >>> How to deactivate or sign out >>> A single license for Adobe software lets you install the applications on two computers—for example, at home and at the office. However, you can use the software on only one computer at any given time.
    If you want to install the software on a third computer, deactivate the software on the computer on which you will no longer use the software. Then, activate the software on the new computer.
    Hans-Günter

  • Can I download an iWeb site so that I can change the html? I need to add a better blog and also some SEO.

    Can I download an iWeb site so that I can change the html? I need to add a better blog and also some SEO.

    Where is your site hosted? If it's hosted on MobileMe you can use SEO to edit the site online.  No need to get it locally.
    If the site is hosted with a 3rd party fpt client then publish your site to a folder on your hard drive, use SEO on it there and then upload the site to your server with a 3rd party ftp client.
    What do you mean "add a better blog"?
    OT

  • How to update equipment ship to party and sold party data

    Hi all,
    How to update equipment ship to party and sold party data? Is there any BAPI or FM?

    Hi Suresh,
    chech with the below
    PM_PARTNER_UPDATE      "Parner update
    ITOB_EQUIPMENT_READ_SINGLE   "read equmment data
    ITOB_EQUIPMENT_MODIFY_SINGLE   "update the parner data for the same equimpmet
    hope it helps you..
    Thanks!
    Edited by: Prasanth on Apr 14, 2009 6:30 PM

  • Ship to Country and Bill to Country in Human Resource

    Hi,
    It is said in the iStore documentation that Ship to Country and Bill to Country for Operating Unit should be setup in Human Resource in order to build a global store.
    Currently no country has been added for either attributes for Vision Operations in Vision Demo instance. Yet it seems the out-of-box specialty store works just fine. Why?
    Thanks,
    Harry

    Hi Mansoor,
    Is this for new transactions or existing ones that went thru the 8.8 upgrade? Is this for new BP that the address doesn't show or existing (if you have other transactions with no address problem then it shouldn't be the address format setup unless something happened in the upgrade).
    Heather

  • Need help for Ship to address and Ship to Country

    Hello Expert,
    I am doing enhancements to one Report. It is a sourcing audit report in FI. We are supposed to add ' Ship to country' and 'Ship to addreess' details to the report. Right now EBELN and EBELP are the key fields as P/O is displayed.
    For development of this report I have to map the tables EKPO and ADRC. But there is only one field in common ADRN2.
    As there is no data in ADRN2 I am not able to Link these two tables. Can anybody suggest me the alternative way?
    Because ADRN2 is blank for all records.
    Thanking you in anticipation.
    Regards,
    Harish

    Hi,
    You have to consider two scenarios.
    1) if the delivery address is changed at PO level ( In this scenario, EKPO-ADRNR will have some value), then take the value from EKPO-ADRNR and get the information from table ADRC by passing EKPO-ADRNR to ADRC-ADDRNUMBER.
    2) If the delivery is not changed (In this scenario, EKPO-ADRNR will be blank), then Get the Address Number from table T001W (field : ADRNR) by passing EKPO-WERKS to T001W-WERKS.  Get the information from table ADRC by passing T001W-ADRNR to ADRC-ADDRNUMBER.
    Regards
    Vinod

  • Customers - FI reports on basis ship to party and sold to party.

    Hello Experts,
    In my scenario, sold to party and ship to party are different.
    For ex: My customer (sold to party / payer / bill to party) is Mr. A (on whom bill is raised and accounting is done). Ship to Party is B (where goods are delivered).
    Now, I want to know if I can post transactions (in combination to sold to party / ship to party) and get FI standard reports (like FBL5N, ageing reports - where days wise buckets are given, etc) can be taken on Sold to Party and Ship to Party basis.
    Meena

    I thought so Mukhtar. This will be last option.
    But in this case, I will have create a Z Field in FI transaction and it will be standard field in SD Billing transactions. So when I will customize report (say customer open item), I will have to put both the logics. Hence it will be little complicated.
    So I was trying if I can get a common field in both the modules - FI and SD for customizing report.
    Meena

Maybe you are looking for

  • Container element in task item text and task description inconsistent

    We use the purchase order release workflow 20000075: Workflow for release of purchase order The container element Release indicator (&_WI_Object_Id.ReleaseIndicator&) is used in the PO release effected task TS20000168 in work item text (title) and ta

  • How do I upgrade from Aperture 2.1.4 without having to pay?

    I currently have Aperture 2.1.4 installed, but would like to update it to an available version that doesn't require me to pay for the update. It appears that if I try to download Aperture 3.X.X, that it expects me to pay for it. Can't someone simply

  • Msn messenger password question!!

    i want msn or keychain whatever, to remember all the passwords i logged in.. i am logging in with one user name and password and checking the remember box and it remembers that but the problem is when i log in with another username and password it fo

  • Setting the Image Dimensions

    Hi, I'm trying to place objects at various points on a frame. I need to set the coordinates system so that the frame is divided from 1 to 255, (bottom left to top right) regardless of how big it is in pixels. Any suggestions? Thanks for your time, at

  • I need fm transmit for my nokia e72 :(

    how can i get fm transmit for my nokia e72??