LSMW - FD01 - unable to upload street2. street3. street4,stree5

HI,
i was trying for LSMW for customer master - FI. when i create the LSMW i was Unable to see street2 and street3-5 .
Kindly let me know how to active this field when lsmw customer upload is used.
With Regards
Krishna

These fields exist on ADRC table, which are not included as a part of the standard 'Batch Input Recording' for FD01 in the LSMW. If you edit this in the "change object attributes" section to include this table, you might be able to have these streets in the upload.
I have not tested it to see if there were any other steps, but that seems to me the way to go...

Similar Messages

  • Tables required for field street2 street3 street4

    Hello All,
    I want to print customer/vendor street2, street3,street4 in my report.
    pls tell me the table(not structure addr1_data) and fields from which i can fetch this fields.
    Thanks
    Sunny

    Hi,
    Table is ADRC, you will need to get the address number for the customer or vendor as the key to the table.  KNA1 or LFA1 field ADRNR.
    Regards,
    Nick

  • LSMW IBIP Unable to upload the PM operation task list

    Dear Experts,
    I'm trying to use LSMW to upload Equipment (PM) task list.
    I succeed in creating the Header of the task list, but not the operations.
    I have created 2 new structures :ZIBIPTLST  and ZIBIPTLOP
    Source structure  is : ZIBIPTLST
    u2026u2026u2026u2026u2026 ZIBIPTLOP
    Structure relation is :
    IBIPTLST    <<<<= ZIBIPTLST
    u2026u2026u2026u2026..IBIPTLOP <<<<= ZIBIPTLOP
    Field Mapping :
    IBIPTLST
    TCODE     
    RECORDNAME
    EQUNR     (Equipment number)
    PLNNR     (Key for task list group)
    PLNAL     (Group Counter)
    u2026.
    u2026u2026u2026u2026u2026u2026u2026u2026u2026..
    IBIPTLOP
    TCODE     
    RECORDNAME
    VORNR     (Operation)
    ARBPL           (work center)
    u2026
    Unfortunately, they sre no common fields between IBIPTLST and IBIPTLOP, as you could have between PLKO and PLPO.
    I have found an answer about the same issue, explaining that you can add in the structure ZIBIPTLOP , additional fields manually in the Souce field maintenance (adding EQUNR, PLNNR, PLNALu2026).
    But then , i have no idea where to make the link between these new fields and the same fields of IBIPTLST.
    Can you help, and tell me how to structure my files and my LSMW in order to achieve the creation of the Task list Header and Operation in the same Batch input.
    PS :in LSMW, i have created two flat files , one for the header and one for the operation.
    Thanks a lot, your detailed answer will be very appreciated !!
    Jean-Louis

    Hi,
    As you said, u will have to add the equipment and group counter id field in IBIPTLOP structure. U also need to identify the two structures with different ID, say header structure ID is 1 and Operation structure ID is 2. Go to step Maintain Source Field, double click on field SID which is created to enter the header and operation data identifier. In identifying field content, enter identifier as 1 for header SID and 2 for operation SID.
    You will have to maintain the SID identifier in you data template as well, so that LSMW can easily identify header and operation data.
    Below given is how you can create field data.
    ZIA01HEADER - Equipment Task List -Header Structure
      SID                      SID Header
      EQUNR                    Equipment Number
      PLNAL                    Group Counter
      KTEXT                    Description
      ARBPL                    Work center
      WERKS                    Maintenance Planning Plant
      VERWE                    Usage
      VAGRP                    Planner Group
      STATU                    Status
      STRAT                    Maintenance strategy
      ANLZU                    Syst.Condition
      STTAG                    Key Date
    ZIA01OPERATION - Equipment Task List -Operation Structure
      SID                      SID Operation
      EQUNR                    Equipment Number
      PLNAL                    Group Counter
      VORNR                    Operation/Activity Number
      UVORN                    Suboperation
      ARBPL                    Work center
      STEUS                    Control key
      WERKS                    Plant
      LTXA1                    Operation short text
      DAUNO                    Duration
      DAUNE                    Normal duration/unit
      ARBEI                    Work
    ARBEH                    Unit for work
    ANZZL                    Capacity required
    Hope this will work.

  • Unable to upload PM Work Order Header Status

    Hi,
    I have made LSMW for tcode: IW31. I have a requirement to upload legacy data to SAP with their existing header status.
    For instance:
    I have a work order which got a header status complete and I want to upload this work order with its status. So, how can I upload different work orders with their different header status.
    Do let me know as soon as possible.
    Thanks for the contribution.
    Regards,
    Yahya

    Yes, you are right. Originally it should be the way you answered but requirement is to upload data with respect to their order status from legacy.
    In addition, is there any possiblity that I can create one complete LSMW for transaction IW31 OR IW32?
    This is asked because I am unable to upload data in Operatoins Tab
    Thanks.
    Regards,
    Yahya

  • Unable to upload the PAR from NWDS

    Hi ,
    I am unable to upload the par from NWDS as it is throwing the error "Unable to upload"
    I have done the proxy settings in NWDS.
    can any one tell me is there any other settings i have to do in NWDS.
    Thanks
    Ajay

    Hi Ajay,
    Have you copied the NWDS installed stuff from other system and working on that?
    Anyway, you can go about this way to upload your par.
    Goto System Administration -> Support -> portal runtime -> Administration console -> Browse and add your par -> say upload. Thats it and your par is uploaded:-).
    Hope it helps.
    Regards
    Deepa
    Pls reward points for helpfull answers.

  • XLS upload via HSODBC. Unable to upload numeric (float) fields

    hi,
    I wrote a program unit with Oracle Forms Builder 10g to upload and read an Excel sheet.
    I created a HSODBC Data link to my DB, and used Excel 2003 to edit the XLS file to upload, and WEBUTIL_FILE_TRANSFER.CLIENT_TO_AS(client_dir_file,'\\server\dir\myfile.xls') to upload.
    My DBLink works and Im able to upload the file. But it seems oracle is unable to upload some fields containing numeric (float) values.
    running DESCRIBE Sheet1$@hsodbc; I got this table structure
    UPLOAD_DATE          DATE
    NUMBER VARCHAR2(32512 CHAR)
    CODE VARCHAR2(32512 CHAR)
    DESCR          VARCHAR2(32512 CHAR)
    SIMILARS FLOAT(49)
    WIDTH VARCHAR2(32512 CHAR)
    HEIGHT VARCHAR2(32512 CHAR)
    HIGH      VARCHAR2(32512 CHAR)
    ITEMS      FLOAT(49)
    fields SIMILARS, WIDTH, HEIGHT, HIGH, ITEMS contain numeric values in float format (ex: 1,00000). When I run
    SELECT * FROM SHEET1$@HSODBC
    I get that WIDTH, HEIGHT, HIGH columns are EMPTY (contain NULL values), while SIMILARS and ITEMS contains not null values.
    I am sure that the \\server\dir\myfile.xls contains not null values for WIDTH, HEIGHT, HIGH fields! I tried to change cells format before upload, setting them to FLOAT, but I got no results!
    Please help me, how can I do to change cell format in order to obtain a correct upload?

    E.C.
    there is a mistake in the subject. As I said in my thread, the upload works and the uploaded file contains all values. My problem is that I am "unable to READ" the numeric values stored in VARCHAR2 fields.

  • Unable to upload the updated/modified Report template (rtf file) in siebel

    Hi,
    I am unable to upload the updated/modified Report template (rtf file) if already exists in the local database.
    Initially I have uploaded a rtf template, generated xliff, registered it and can view the report from the registered view. Later I have made few changes to the rtf template, in the reports template view, I have uploaded this. When i run the report in the registered view, I am able to see the earlier version and it doesnt show me the updated changes.
    I am using 8.1.1.3 siebel and BIP 10.1.3.3.1 on local.
    Looking at the metalink found "How To Upload Modified RTF Template Files In The Siebel Application For BI Publisher Reporting [ID 1136418.1]" which is related to server but I am working on local database
    Please find attached the template, xml file. can you please look into this and update me ASAP
    Thanks,
    RV

    Hi,
    Not able to find Report - Standard templates or Report - Custom templates view in Administration - BIP reports in Siebel 8.1.1.3?
    We have applied 8.1.1.3 patch on 8.1.1.0
    below are the steps followed
    Reports are not generated after 8.1.1.3 patch installtion.
    we have also followed to below steps mentioned for this issue in oracle support.
    "In order to resolve this behavior it is necessary to ensure that the 8.1.1.3 FixPack has been applied to the Siebel Tools installation. This will provide an additional .zip file in the REPPATCH folder of the Siebel Tools installation. Once this has been done please then follow the configuration steps as documented :
    change sysprefix to X_ before sif import and chage back to SBL_ after sif import.
    1) Import the sif files from Siebel\8.1\Tools_1\REPPATCH\12-1VMBCSV.zip
    2) Import the 4 SIF files in the following order:
    S_XMLP_REP_TMPL_02112010.sif
    SBL_XMLP_REPORT_SELECTION_FLG.sif
    Report Template BC.sif
    Report Template Registration Applet.sif
    3)Apply the DDL for table S_XMLP_REP_TMPL and compile repository
    Once the above steps have been completed the Selected Record flag will appear in the Report Template Registration views."
    we still not able to generated able to generate reports even after following above steps.
    Thanks
    Sean

  • Error while deploying the taskproject through jdeveloper- Unable to upload

    Hello,
    I implemented a sample process with a BPEL and Human task. am not able to deploy the taskproject through jdeveloper. getting the below in deployment log
    [01:11:57 PM] Wrote Web Application Module to C:\JDeveloper\mywork\VacationRequestHF\VacationRequestTaskFlow\deploy\VacationRequestTaskFlow.war
    [01:11:59 PM] Deploying Application...
    [01:12:32 PM] Weblogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: The source 'C:\DOCUME~1\151679\LOCALS~1\Temp\VacationRequestTaskFlow.war' for the application 'VacationRequestTaskFlow' could not be loaded to the server 'http://uxunt460:7101/bea_wls_deployment_internal/DeploymentService'.
    Server returned HTTP response code: 500 for URL: http://uxunt460:7101/bea_wls_deployment_internal/DeploymentService
    [01:12:32 PM] See server logs or server console for more details.
    [01:12:32 PM] weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'C:\JDeveloper\mywork\VacationRequestHF\VacationRequestTaskFlow\deploy\VacationRequestTaskFlow.war' to 't3://uxunt460:7101'
    [01:12:33 PM] #### Deployment incomplete. ####
    [01:12:33 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer).
    I tried to search in Server logs but no luck not sure whether the way am looking is right or wrong also i dont know where these details are present in server console.
    Am a beginner in SOA., so may be thse questions look pretty amateur but help regarding this will be truly appreciated.
    Thank You,
    Bilal

    Hello,
    I implemented a sample process with a BPEL and Human task. am not able to deploy the taskproject through jdeveloper. getting the below in deployment log
    [01:11:57 PM] Wrote Web Application Module to C:\JDeveloper\mywork\VacationRequestHF\VacationRequestTaskFlow\deploy\VacationRequestTaskFlow.war
    [01:11:59 PM] Deploying Application...
    [01:12:32 PM] Weblogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: The source 'C:\DOCUME~1\151679\LOCALS~1\Temp\VacationRequestTaskFlow.war' for the application 'VacationRequestTaskFlow' could not be loaded to the server 'http://uxunt460:7101/bea_wls_deployment_internal/DeploymentService'.
    Server returned HTTP response code: 500 for URL: http://uxunt460:7101/bea_wls_deployment_internal/DeploymentService
    [01:12:32 PM] See server logs or server console for more details.
    [01:12:32 PM] weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'C:\JDeveloper\mywork\VacationRequestHF\VacationRequestTaskFlow\deploy\VacationRequestTaskFlow.war' to 't3://uxunt460:7101'
    [01:12:33 PM] #### Deployment incomplete. ####
    [01:12:33 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer).
    I tried to search in Server logs but no luck not sure whether the way am looking is right or wrong also i dont know where these details are present in server console.
    Am a beginner in SOA., so may be thse questions look pretty amateur but help regarding this will be truly appreciated.
    Thank You,
    Bilal

  • Windows Media Player does not recognize my iPhone anymore- unable to upload photos.

    Can anyone give me some guidance on how to solve this issue: My Windows Media Player no longer recognizes my iPhone and therefore I am unable to upload any of the photos I take.

    Hello,
    The Windows Desktop Perfmon and Diagnostic tools forum is to discuss performance monitor (perfmon), resource monitor (resmon), and task manager, focusing on HOW-TO, Errors/Problems, and usage scenarios.
    Since your post is off-topic, I am moving it to the
    off topic forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • "Apple Mobile Device Support" will NOT uninstall from my computer, so I am still unable to upload iTunes

    "Apple Mobile Device Support" will NOT uninstall from my computer so I am still unable to upload iTunes.  I have tried it multiple times in multiple ways and after the uninstall always fails.  Solutions to this specific problem?

    I don't know... A link to the official repair advice is given at the top of my user tip. There was a new build of the iTunes 11.1.4.62 setup file released yesterday which is supposed to install cleanly on any system still back on iTunes 11.1.3.8, however they are still giving the same advice for problem systems that have already been upgraded. I.e. the new installer won't repair a currently borked install.
    You can download 7-Zip (free), or a free trial of WinRAR, and unpack the iTunesSetup.exe or iTunesSetup64.exe file into its components, then try installing them individually in alphabetical order (don't try to install SetupAdmin.exe or iCloud.msi). AMDS might not install right now, but you may get a more useful error message as to why not, and you might be able to run iTunes even if you can't update your devices at this stage.
    tt2

  • I am unable to upload Quicktime movies made with imovie to the web.  I've tried using Filezilla (which worked well until recently) or even going directly to the webhost via Cox.  The upload gets caught in a loop.  nojo99

    I am unable to upload Quicktime movies made with imovie to the web.  I've tried using Filezilla (which worked well until recently) or even going directly to the webhost via Cox (my internet provider).  The upload always gets caught in a loop.  I  have repaired permissions.  I've been successfully uploading movies each week to my church website (or intermediary like Filezilla) for over a year.  I cannot figure out why I'm no longer successful.  Your feedback is desired and welcome.  nojo99

    I am unable to upload Quicktime movies made with imovie to the web.  I've tried using Filezilla (which worked well until recently) or even going directly to the webhost via Cox (my internet provider).  The upload always gets caught in a loop.  I  have repaired permissions.  I've been successfully uploading movies each week to my church website (or intermediary like Filezilla) for over a year.  I cannot figure out why I'm no longer successful.  Your feedback is desired and welcome.  nojo99

  • I am unable to upload the latest version of iTunes.  It worked before and when prompted uploaded the newest version.  Now I'm unable to access iTunes..."Error 7 Windows Error126.  Insufficient privileges".  What do I do?

    I am unable to upload the latest version of iTunes.  It worked before and when prompted uploaded the newest version.  Now I'm unable to access iTunes..."Error 7 Windows Error126.  Insufficient privileges".  What do I do?

    Hey thomashfrompa,
    Thanks for the question. I understand that you are experiencing issues with iTunes for Windows. The following article outlines the error message you are receiving and a potential resolution:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Some Windows customers may experience installation issues while trying to install or open iTunes 11.1.4.
    Symptoms may include:
    "The program can't start because MSVCR80.dll is missing from your computer"
    "iTunes was not installed correctly. Please reinstall iTunes. Error 7 (Windows Error 126)”
    "Runtime Error: R6034 - An application has made an attempt to load the C runtime library incorrectly"
    "Entry point not found: videoTracks@QTMovie@@QBE?AV?$Vector@V?$RefPtr@VQTTrack@@@***@@$0A@VCrashOnOverf low@@***@@XZ could not be located in the dynamic link library C:\Program Files(x86)\Common Files\Apple\Apple Application Support\WebKit.dll”
    Resolution
    Follow these steps to resolve the issue:
    Check for .dll files
    1. Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    2. If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    3. Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    1. Uninstall iTunes and all of its related components.
    2. Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    3. Re-download and reinstall iTunes 11.1.4.
    Thanks,
    Matt M.

  • I am unable to upload the customer master data using BAPI.?

    Hi Guru's,
    i am unable to upload the customer master data using BAPI.(BAPI_CUSTOMER_CREATEFROMDATA1)
    Please guide me how upload the data...
    Thanks in iadvance
    Srinivas...

    Hello Srinivas
    This BAPI does not allow to create a new customer from scratch but only to copy an existing customer to a new one and change its address data.
    The reference customer has to be provided using IMPORTING parameter PI_COPYREFERENCE. See also the BAPI documentation for more details.
    The BAPI does the same like transaction XD01 with Reference.
    Regards
      Uwe

  • I am unable to upload files via web browser

    Good morning
    I have just upgraded to Mavericks (10.9.5), and I am running into a weird issue. I am unable to upload any files via the web browser. If I go to a website, and select an Upload File option, I am taken to Finder, where I am able to select the file, and press attach. The issue comes when I press upload on the website. It always either times out, or gives me an error that I was disconnected from the server. This happens on Safari, Firefox, and Chrome. I'm not sure what to do... I've repaired disk permissions and tried a lot of different security settings, but I am stumped.
    Thank you

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Unable to upload document into SharePoint Library

    Hi Guys,
    I am unable to upload the document after updating the meda data field default values.
    Error is
    Error
    The URL 'SharedDocuments/A - Copy (2).docx' is invalid.  It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current
    Web.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: a658472e-d608-4aaa-8f8f-04fedc9a2a0b
    Date and Time: 4/24/2014 2:35:28 PM
    Go
    back to site
    thanks,
    Santhosh G.

    Hi,
    I had updated the default value of the managed metadata field using the below code.
    After that, the library worked well without any issue, you can use the below code to check whether it works.
    TaxonomySession taxonomySession = new TaxonomySession(site);
    TermStore termStore=taxonomySession.TermStores["Managed Metadata Service"];
    Group group=termStore.Groups["Site Collection - sp"];
    TermSet termSet=group.TermSets["Test1"];
    Term term=termSet.Terms["AA"];
    SPList list = web.Lists.TryGetList("1");
    TaxonomyField taxonomyField=list.Fields["MMS"] as TaxonomyField;
    Console.WriteLine("Old Default Value:{0}", taxonomyField.DefaultValue);
    taxonomyField.DefaultValue = "-1" + ";#" + term.Name + "|" + term.Id.ToString().ToLower();
    taxonomyField.Update();
    Console.WriteLine("New Default Value :{0}", taxonomyField.DefaultValue);
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

Maybe you are looking for

  • Panasonic and Final Cut pro on iMac

    Hello I have a Panasonic HDC-HS80 Video Camera. I work with Final Cut Pro 7.0.3 on an iMac with OS 10.6.7 Do I have to set a special recording Mode on my camera? How Do I get my videos from the camera to Final Cut Pro, so that I can cut and edit them

  • Schedule a job in oracle database

    Hi All, DB:11G OS:RHEL I have to schedule a job in oracle DB where in which i have to call a procedure which is used to transfer some selected tables from one schema to another. I want to know if we can do the same without using a cron job and how to

  • Delete photo during slide show view?

    In older versions of iPhoto you could delete a photo while viewing them in slideshow mode. This was helpful in deciding what to keep after a big import. This feature seems to be missing in iPhoto '09. Any suggestions?

  • Press any key... help! the usb keyboard is not recognized and I cannot reboot

    Hi, I really hope that one of you can help me. I had used boot camp once on my MacBook Pro so, I did not think to plug a USB keyboard on my son's iMac before starting the installation process. As a result, when I am asked to press any key, I am stuck

  • Flash and Outlook

    I'm trying to create an Air app where when a user pushes a button a new email is created in outlook and a pdf is attached.  I have no problem creating the email and adding the address, subject, and body.  The problem is with the attachment.  If I use