Plant Address Not Reflecting

Hi,
We have changed the plant address in SPRO and the new address is not reflecting in outbound deliver (VL01N, VLO2N)
Please let me know is there any table or FM to reflect the changes what i made in the plant address.
Rg
sameer

Hi Greetings
new address is not reflecting in outbound deliver (VL01N, VLO2N)
Can you please check any address has been maintained for the storage location. If the address is maintained for storage location, the delivery address will be the address of the storage location. Hence make the changes in the storage location address also.
Gobinathan G

Similar Messages

  • Plant address not changed in PO delivery address

    Hello, I have changed a plant address in DEV & moved to QAS.i can find all the changed data in QAS in OX10.but when i create a new po for the same plant, print preview & delivery address tab is picking old address. how to handle this? please guide me.
    Regards
    Bheema

    have changed a plant address in DEV & moved to QAS.i can find all the changed data in QAS in OX10.
    Where exactly did you change the address and check for the address?
    Often misunderstood, the address has to be maintained by clicking the envelope button in OX10

  • Plant address(Delivery address) in PO not complete

    Hi all!
       I have maintained the plant address in SPRO-Entr stru-Logistic general. Like wise compny code addrress is also maintained . Both address are same. I have elongated the address tab and included values in STREET2, STREET3.
    Problem is that while i create PO this address is not reflected completely in delivery address tab. Its showing only STREET/HOUSE NUMBER tab.. I want to display the STREET2 & STREET3 tab also in the PO. Then only i will get my complete address.
    How to solve this. Thanks in advance.
    Regards,
    Raj.

    I ahve a quotation form which I am pulling the footer  with the plant adress and phone number and fax number . Right now my form is coded to pull the address and numbers from T001w and Kna1 table for tel and fax numbers . Now they want the telephone numbers to be pulled from the SPRO  Plant indo, i.e in SPRO Enterprise strucrturew--definition logistic generaldefine copy delete plant ---address(tel number and fax number).
    I would like to get the numbers from here , how do I get the plant information from there instead of getting it from the plant and customer tables.
    Thanks
    Aarav

  • Changes r not reflected in delivery address

    when i am changing Delivery address for a PO in me22n manualy, changes are not reflected in print preview.
    the smartform is copied from standard         /SMB40/MMPO_L
    to get the Delivery address i m using below code:
    IF is_pekko-werks NE space.
      PERFORM get_plant_address USING is_pekko-werks
      CHANGING is_pekko-adrnr gs_adrc gs_sadr.
    ENDIF.
    related form is define in FORM ROUTINES under Global Definition.
    *&      Form  GET_PLANT_ADDRESS
    FORM get_plant_address USING    is_werks LIKE t001w-werks
    CHANGING cv_adrnr
    cs_adrc LIKE addr1_val
    cs_sadr LIKE sadr.
      DATA: l_ekko LIKE ekko.
      CHECK NOT is_werks IS INITIAL.
      l_ekko-reswk = is_werks.
      l_ekko-bsakz = 'T'.
      CALL FUNCTION 'MM_ADDRESS_GET'
        EXPORTING
          i_ekko    = l_ekko
        IMPORTING
          e_address = cs_adrc
          e_sadr    = cs_sadr.
      cv_adrnr = cs_adrc-addrnumber.
    ENDFORM.                               " GET_PLANT_ADDRESS

    Hi,
    First check in the table, the record is updated or not.
    If the record is changed.
    try like this.
    In u r Z-form write one perform.
    Eg:
    PERFORM ADDRESS IN PROGRAM 'Z_MM_R_MMPO'
    /:Using&s_pekko-werks
    /: changing&is_pekko-adrnr&
    /: changing&gs_sadr&
    / :changing&gs_adrc&
    ENDPERFORM
    p1 : &is_pekko-adrnr&,
    p1:&gs_sadr&,
    p1:&gs_adrc&.
    create one subroutine program in SE38.
    In that write like this.
    FORM ADDRESS TABLES IN_TAB STRUCTURE ITCSY
    OUT_TAB STRUCTURE ITCSY.
    data : v_adrnr type t001w-adrnr,
    v_name1 type adrc-name1,
    v_name2 type adrc-name2,
    name1(40) type c,
    name2(40) type c,
    werks(10) type c.
    READ TABLE IN_TAB WITH KEY NAME = 'IS_PEKKO-WERKS'.
    if sy-subrc is initial.
    select single adrnr from t001ww into v_adrnr where werks = IN_TAB-VALUE.
    endif.
    if v_adrnr is not initial.
    select single name1 name2 from adrc into (v_name1,v_name2) where adrnumber = v_adrnr.
    endif.
    name1 = v_name1.
    name2 = v_name2.
    READ TABLE OUT_TAB WITH KEY NAME = 'IS_PEKKO-ADRNR '.
    if sy-subrc is initial..
    OUT_TAB-VALUE = name1.
    MODIFY OUT_TAB INDEX SY-TABIX.
    endif.
    READ TABLE OUT_TAB WITH KEY NAME = 'GS_ADRC'.
    if sy-subrc is initial..
    OUT_TAB-VALUE = name2.
    MODIFY OUT_TAB INDEX SY-TABIX.
    endif.
    and soon.
    Note : u must pass the character values only to the out tab.
    ENDFORM.

  • Ship to party and Bill to party not reflecting in marketing documents

    Hi,
        Ship to party and Bill to party not reflecting in marketing documents inspite of defining it in BP Master data.why does it happen.we are on 8.8 version and this is happening in Livedatabase.
    Thanks,
    Mansoor Baig

    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

  • R/3 numbers are not reflected in APO

    HI
    i transfered planned order from PPDS to R/3. it successfully CIFed as production order but R/3 production orders  are not reflecting in APO. all integration models are in active status. what will be the reason

    Hi Thennarasu,
    One or more of the input products(components) have special procurement key set in R/3 material master for withdrawal from another plant.
    Planned orders are changed in SAP APO and then the conversion indicator is set to initiate conversion into a manufacturing order.
    But the queue from SAP APO to SAP R/3 hangs with an error message that indicates that the material in question is not maintained in the certain storage location of a specified plant.
    As a result, the planned order is not converted.
    Check to maintain the storage locations in customising - Enterprise Structure->Definition->Materials Management->Maintain Storage locations.  Here maintain the storage locations of the Plant from which you are procuring the components under the Plant which requires them.
    Please confirm
    Regards
    R. Senthil Mareeswaran.

  • Changes made from application are not reflecting in Database and vice versa

    I am updating changes from my Application. However the data in not reflected in the DB. I logged in and can see no change. However, the changes are being reflected in the Application, even after a server restart. Any ideas on this ?? its wierd !!

    SELECT   c.sql_text sqltext
        FROM v$session a, v$sqltext c
       WHERE a.SID = :session_id AND a.sql_address = c.address(+)
    ORDER BY a.status, a.last_call_et, A.SID, A.username, C.pieceSQL_ADDRESS
    SQL_HASH_VALUE
    SQL_ID
    SQL_CHILD_NUMBER
    Check this to see the last executed sql in your database , make sure you connect to right database with right schema
    Last executed sql

  • Changes made in ECC not reflected to CRM

    Just encountered a problem. As follows:
    1. When a line item in a sales order in ECC is rejected with a reason, the changes are reflected back to CRM. Likewise, when the PO number field in the sales order is changed, the changes are reflected back to CRM. This is ok.
    2. But when I make a change in the address fields (i.e. change the street) in the ship-to partner (on the header level) in the sales order in ECC, the changes are not reflected back to CRM.
    Has anyone encountered this issue before and if so, what was the solution?
    Will reward points...

    Hello,
    Check the inbound queue in CRM and outbound in R/3.
    Prase

  • Changes in .RDF not reflected in template

    Hi,
    I am wondering if anyone else has had this issue. I made a change for a function in my .RDF file and moved it to our reports directory. The change is not reflected in the BI Publisher output. Is there something else I need to do to get the template to pick up the change as well. The problem seems to be that the XML output does not change and seems to only be running the old file. Is there somewhere else I need to move the file to or does anything have to be bounced to make changes effective? Any help is greatly appreciated.

    Hi Jason,
    Check if there is a Load balancer in use...
    If the address you give to users to access EBS (http://erp.company.com:8001/) looks different from the server you upload the files onto (e.g. server1.company.com), you have good reason to suspect may be a Load balancer in use. Load balancing in EBS context means e.g. that the work load is automatically balanced between two or more application servers. In this case you would need to upload the updated file to every server used (server1.company.com, server2.company.com, etc).
    The load balancer gives assignments to the application servers according to some internal logic. You can query fnd_concurrent_requests to see which AS was assigned to carry out each request. If you have an obsolete version of the report on one AS, and new one on the other AS, whichever could be picked. Actually you may have the old one picked dozen times in a row. This could explain why the updates are not reflected when you run the concurrent program.
    Best Regards, Matilda Smeds

  • Changes in Active Directory not reflected in SharePoint user info

    I have change the manager & name in Active directory but it's not reflecting in sharepoint. I found one command
    stsadm -o migrateuser
       -oldlogin <domain\name>
       -newlogin <domain\name>
       [-ignoresidhistory]
    But i don't want to do one by one i have many users is there any command for migrate all updated user information

    The migrateuser command is really only when a user's ID changes.  Making changes such as name and manager should still be reflected under the original ID.  If the changes doesn't propagate, ensure that your User Profile Service Sync completed successfully. 
    Check for errors and address any you find.  A successful sync will propagate the changes properly.
    Start here: 
    http://technet.microsoft.com/en-us/library/ff382639(v=office.15).aspx
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • ITunes receipts not reflected in my purchase history...

    Many of my iTunes receipts that I receive via email are not reflected in my iTunes Store purchase history, and vice-versa.  The account name/email address is the same on both.  This sure makes it tough to reconcile with my bank statement.  Anyone know what the problem might be?

    "I did make a full back up of my phone prior to updating the iOS"
    Itunes content is not incliuded in the backup that itunes performs.
    Audiobooks are not part of icloud and cannot be redownloaded.
    You can try contacting itunes support and asking for an exception.

  • Tcode for plant address in different languages

    Hello All,
    Need a small n quick help from you all...
    Can anyone of u give me transaction that provides plant address in <b>different languages..</b>
    I could see config for plants maintenance but could not find its address in different languages...
    Thanks,
    Vikram

    Dear Vikram
    To maintain the address of the plant in different language you can follow :
    After maintaining the address in english laungauge if you want to maintain the address in french /german then you can slect the  tab <b>International version</b>
    then select version i.e the langauge and then maintain the address in that langauge.
    Or you have to login into that language and maintain there the address ..
    Regards
    Sunny

  • Data Table where all plant addresses are stored in

    I would like to download all plants addresses in my client to a spreadsheet.
    I not sure which table holds this info - any help with table name?
    Thanks

    Thanks Volkan.
    Table V_T001W gives me the plant name & description. I now need the physicall table where the associated adress filds are stores. The fields you provided appear to be held in a stucture - ADDR1_DATA and not a table.
    Any idea whow I can extract theses plant addresse from a structure?

  • Field lables changes in ESS iView not reflected on portal

    Hi All,
    I am trying to customize the SAP ESS Address DC (webdynpro Java) for South Africa region as per the SAP OSS note (No: 1428933).
    In order to incorporate the changes I have imported the ess/za/addr DC into NWDS. I have changed the label text as per the OSS note and deployed the DC but changes are not reflecting in the portal
    I did some more test on Label text;
    1. Removed the Label text property value from DC and deployed the application,  when I run the application during runtime screen is not showing any label text message for the label since I made it to empty.
    1. I added my custom text message to label text value instead of standard label text value and deployed the application, when I run the application during run time screen is automaticaly showing the standard label text value not my custom label text value.
    I'm trying to figure out from where these field labels value are coming from? Theoretically it should reflect field lables whats given in webdynpro but thats not the case here.
    From where Label field value is coming?. Help me out in this. Thanks,
    Regards, Suresh KB

    If you are just changing the field label the recommended approach is to do it through Web Dynpro UI personalisation.  DO NOT user NWDI to change the source code just for field label change.  The way you change through UI personalisation is locate the iView in portal content, and select preview of iView then use CTRL+RIGHT click mouse button on the field that you want to change the text, you will see properties of selected field in a popup window where you can change the default text.  Once you change it, and apply the changes you will be able to verify you changes in the iView properties (additional properties will be automatically created for the change you made).  Now check the personal data service under ESS role you should see the change.
    Hope this helps
    Siva

  • 802.1x accounting does not reflect correct port status

    Hi,
    I've just discovered an issue when trying to use MSFT supplicant and Cisco 802.1x accounting. This makes 802.1x accounting completely unusable.
    Facts:
    1. MSFT supplicant does not send EAPOL-Logoff messages and there's no way to enable this (btw. Aegis client does not send it either, except when disabling interface).
    2. I am doing machine authentication along with domain authentication.
    3. Windows XP SP2 is used with EAP registry hacks applied.
    4. PEAP/MS-CHAPv2 method is used.
    Now when the computer is started it is logged into 802.1x with 'host/machine' account and RADIUS accounting start is sent by the switch. That's fine.
    When a user logs on with its 'domain\user' identity, then EAPOL-Start is sent from the host triggering new EAP message exchange and the user is authenticated correctly. However the switch sends Interim Accounting still using 'host/machine' credentials which is obviously wrong.
    Even more bizarre accounting happens when the user subsequently logs off from the machine. The EAPOL-Start is sent from the host triggering new authentication process for 'host/machine' identity and the host is authenticated ok. The accounting being sent is:
    - first Accounting Stop for 'host/machine' User-Name
    - then strange Interim Accounting with most attributes empty or missing
    256970: Jul 10 15:56:41.211 MET-DST: RADIUS: authenticator 68 CA 1A 46 85 4F F5 95 - 87 B4 84 61 72 85 42 F3
    256971: Jul 10 15:56:41.211 MET-DST: RADIUS: Acct-Session-Id [44] 10 "013F0000"
    256972: Jul 10 15:56:41.211 MET-DST: RADIUS: Vendor, Cisco [26] 34
    256973: Jul 10 15:56:41.211 MET-DST: RADIUS: Cisco AVpair [1] 28 "connect-progress=Auth Open"
    256974: Jul 10 15:56:41.211 MET-DST: RADIUS: Acct-Session-Time [46] 6 0
    256975: Jul 10 15:56:41.211 MET-DST: RADIUS: Acct-Input-Octets [42] 6 0
    256976: Jul 10 15:56:41.211 MET-DST: RADIUS: Acct-Output-Octets [43] 6 0
    256977: Jul 10 15:56:41.211 MET-DST: RADIUS: Acct-Input-Packets [47] 6 0
    256978: Jul 10 15:56:41.211 MET-DST: RADIUS: Acct-Output-Packets [48] 6 0
    256979: Jul 10 15:56:41.211 MET-DST: RADIUS: Acct-Authentic [45] 6 RADIUS [1]
    256980: Jul 10 15:56:41.211 MET-DST: RADIUS: Acct-Status-Type [40] 6 Watchdog [3]
    256981: Jul 10 15:56:41.211 MET-DST: RADIUS: Vendor, Cisco [26] 24
    256982: Jul 10 15:56:41.211 MET-DST: RADIUS: cisco-nas-port [2] 18 "FastEthernet0/11"
    256983: Jul 10 15:56:41.211 MET-DST: RADIUS: NAS-Port [5] 6 50011
    256984: Jul 10 15:56:41.211 MET-DST: RADIUS: NAS-Port-Type [61] 6 Eth [15]
    256985: Jul 10 15:56:41.211 MET-DST: RADIUS: Class [25] 27
    256986: Jul 10 15:56:41.215 MET-DST: RADIUS: 43 41 43 53 3A 30 2F 32 39 32 66 2F 61 38 31 38 [CACS:0/292f/a818]
    256987: Jul 10 15:56:41.215 MET-DST: RADIUS: 30 32 38 2F 35 30 30 31 31 [028/50011]
    256988: Jul 10 15:56:41.215 MET-DST: RADIUS: Service-Type [6] 6 Framed [2]
    256989: Jul 10 15:56:41.215 MET-DST: RADIUS: NAS-IP-Address [4] 6 10.129.128.40
    256990: Jul 10 15:56:41.215 MET-DST: RADIUS: Acct-Delay-Time [41] 6 0
    256991: Jul 10 15:56:41.239 MET-DST: RADIUS: Received from id 1646/238 10.129.128.38:1813, Accounting-response, len 20
    256992: Jul 10 15:56:41.239 MET-DST: RADIUS: authenticator ED 8E 8B 15 28 5F E4 37 - BF A8 F5 9E 10 43 5E A8
    So that the accounting sent from the switch does not reflect current status of the authenticated user on a given port.
    How to deal with this issue? Any ideas?
    thanks,
    robert

    Does your radius proxy-table is populated wrong for EAP- SIM users ?

Maybe you are looking for

  • How to solve error in table control?

    Hi expert, I am a beginer in table control. I have a problem. I create a table control in that I use a search help for a column. Everything is normal if I enter a value into search help value and save . There are two situation: 1. In the first time I

  • Remove Anchor Object in the Active document

    I have a couple of InDesign CS4 documents which has Anchor many objects. I just want to remove/delete the entire anchor along with objects through Javascript. Can someone help me out on this regard?

  • How to Change the Visible property of Adobe Form Dynamically - URGENT

    Hi,     I am woking on a scenario where when I click a button in Adobe Form, another Adobe Form should be displayed. This is using Web Dynpro Java. For this I have made the second form invisible and I want to make this VISIBLE when the button is Clic

  • Power MAC G4 and the AccuVision Monitor

    My brother recently died, and I inherited his Power Mac G4 -- I do not know the OS -- with an AccuVision 920 Monitor and other peripherals. My brother was a musical genius, and I know that on his Power Mac G4 is important legancy information about hi

  • Adding or removing the files

    Hi does anybody know how to remove the songs in All Songs WITHOUT deleting them. I'm using C2-01 and i've about 70 ringtones and 177 songs I don't want the ringtones in the all songs and I know creating playlists would help but i'm searching for othe