Street 2, 3,... in BKNA1, customer upload

Hi,
I'm doing uploads for customers using the standard object. In the structures provided I don 't find the extra streets under BKNA1. Is this normal ? If so, can it be added, or do I have to work with a recording/BAPI ?
kr,
Björn

Hi,
While doing the recording in SHDB, you have check box at the bottom stating Use Central address Management, check that check box and then you can see the street 2, 3 in the address block.
Thanks,
Mahesh.

Similar Messages

  • Using RFBIDE00   -  How to update street 4 of Address on customer master

    Hi ,
    I am creating customer master records (sold-to Bill-to , ship-to & Payer) based on data from a flat file using direct input program RFBIDE00. I have to update the street address 2, 3 and 4 of Address. I am not able to figure out how to populate this data using RFBIDE00 program. What I read so far makes me believe that it can not be done using direct input program as this is part of central address management which is in str_suppl? fields of ARDC table. Is that right ? If yes , What BAPI/FM I can use to update the street address. Your expert help &  guidance is appreciated. Please advise. Thanks. Raghu.

    Hi Raghu,
    I don't know, if you still have this problem, but if you still have this problem...you can do one more thing apart from central address management update suggested by SAP. You can copy standard program into Z program and modify the sub routine for 111 screen:
    FORM D0111_FUELLEN.
    In the above subroutine, check any one of street 2, 3 or 4 customer address fields are not initial and if so, then add this code after appending 111 screen to FT internal table which already exists...this code will expand more fields option in screen 111.
      IF NOT BIADDR2-STR_SUPPL3 IS INITIAL.
        CLEAR FT.
        FT-FNAM = 'BDC_OKCODE'.
        FT-FVAL = '=$2OC'.
        APPEND FT.
      ENDIF.
    After this code,  in the existing subroutine,
    PERFORM D0111_FUELLEN_ZAV USING 'KNA1'.
    or new sub routine you need to include code for adding extra fields to the FT internal table as
      IF NOT BIADDR2-STR_SUPPL3 IS INITIAL.
        CLEAR FT.
        FT-PROGRAM  = 'SAPMF02D'.
        FT-DYNPRO   = '0111'.
        FT-DYNBEGIN = 'X'.
        APPEND FT.
        CLEAR FT.
        FT-FNAM = 'BDC_OKCODE'.
        FT-FVAL = '/00'.
        APPEND FT.
        PERFORM D0111_FUELLEN_ZAV USING 'KNA1'.
        FT-FNAM = 'ADDR1_DATA-STR_SUPPL3'.
        FT-FVAL = BIADDR2-STR_SUPPL3.
        APPEND FT.
      ENDIF.
    This code will work fine as long as you make changes correctly as mentioned. If you don't understand above code or if you need more information contact me at [email protected].believe me this code worked fine for me
    Hope this will help you.
    Good luck!
    Regards,
    Vivek

  • Virus Scan of Customer Uploaded Attachments in iStore

    In iStore, the customer has the ability to upload attachments. Does anyone have experience with "virus scanning" customer uploaded attachments ?? Also, is there a configurable way to limit the actual file extensions that a customer can upload (i.e. doc,xls,vsd) ??
    Thanks in Advance

    hsawwan --
    The note indicates that there are no capabilities. Within iStore, the attachment functionality is encapsulated with jsp files. Any method that you know of to scan for viruses or limit the file extensions that can be uploaded ??
    Thanks

  • Muse databases and customer uploads

    A 'tricky' website challenge
    Firstly, many thanks to Adobe for the great CC Trial.
    As a starter in building websites I am running Adobe Muse CC Trial and I am considering using it (and perhaps other programmes in the subscription CC package) to create an e-commerce site. I'm very impressed with the Muse functionality, especially for a beginner like me but there are numerous questions that I need answers to...and I can't find any Adobe documents that answer them. Can anyone help please?
    At this stage I don't want to get into fine-grained detail on a complete specification so I hope the folowing suffices to give a reasonable idea.
    AIM
    The website is to provide visitors/customers with a "customer space" to upload, store and view photos, videos together with their descriptions. All to be made either private by the use of individual customer passwords or publicly viewable without any special permissions needed.
    As additional features each of the above "customer space" of the site must be:
    indexed so that it can be searched and found via unique indexed fields such as name address, date and others (to be decided)
    visitors can search for, locate and view the "customer space" and then add their comments in what would be a "visitor or guest book"
    My purposes in this short enquiry are are to:
    find out if the basic concept is do-able - all within Adobe Muse
    find out if Adobe's hosting will accommodate the site given that data storage and transactions, online queries/traffic etc. might eventually be substantial...but obviously zero to start with
    discover what database Adobe uses in its servers as part of its hosting service e.g.mySQL or other
    how to secure the site so that 'customer uploads' can filter out malware and only allow uploads from bona fide customers
    identify what other software packages I would need to build the above i.e. database and/or other programmes
    establish Adobe's standard and/or other hosting Service Levels and associated business agreements
    If anyone can point me in the right direction regarding the above and any other relevant advice I'd greatly appreciate it.
    Mike
    p.s. As a constructive comment: I find it strange that while Adobe is promoting its excellent products, it seems to rely on a forum to answer questions such as those I have asked above.But then, maybe Adobe has published relevant docs online and I just haven't been able to find them.

    Moved from Cloud forum to Muse forum to get input from Muse users.

  • Customer upload photos and descriptions classifieds

    Customer upload file app.
    When a person submits photos with descriptions in the app i create for Business Catlyst, the descriptions all blend together with commas in a paragraph when I receive the informaation form the server. This make it hard to see what descriptions goes with which photos. How can make this information come in differently?

    Ok-- I'm signed up but when I login it says that my secure zone access is denied.  In the email I received it says I currently have access to "Member Only Area (Expires 31-Dec-9999)
    Do you have a default home page setup for that secure zone? There's no way to get to the web app submission form from the main navigation so maybe you can get me the URL to that page which I might be able to reach if I'm logged in.

  • Is it possible to include customer uploads of files into a business catalyst site

    Looking to add ability for customers to upload files ( with necessary spam protection) onto our Business Catalyst  website and for these files to be available for transfer to desktop for review. Can anyone suggest a solution to this.

    Thank you for posting.
    You can allow file upload via webforms or webapp in BC. Please refer to the following article : http://kb.worldsecuresystems.com/kb/add-custom-content-using-web.html
    Cheers,
    Aishvarya Raj Rastogi

  • Customer Upload Error

    Hi,
    I am uploading the customers and I am getting the error on RA_CUSTOMERS_INTERFACLE_ALL.
    INTERFACE_STATUS: a1,
    Error Description from Metalink Note ID: 1073634.6
    A1 --> The customer reference for update does not exist in RA_CUSTOMERS
    What does this mean?
    Regards,
    Waqas Hassan

    I am using following script and I am getting error:
    error in "ra_customers_interface_all" table, interface_status = a1,
    -- ra_customers_interface_all
    INSERT INTO ra_customers_interface_all (orig_system_customer_ref,
    orig_system_address_ref,
    orig_system_party_ref,
    insert_update_flag,
    site_use_code,
    primary_site_use_flag,
    customer_name,
    location,
    --customer_number,
    customer_status,
    country,
    city,
    address1,
    last_updated_by,
    last_update_date,
    created_by,
    creation_date,
    org_id)
    VALUES (h1.orig_system_customer_ref,
    h1.orig_system_address_ref,
    h1.orig_system_customer_ref,
    'I',
    'BILL_TO',
    'Y',
    TRIM (h1.customer_name),
    'RIYADH',
    --h1.customer_number,
    'A',
    l_territory_code,
    h1.city,
    TRIM (h1.address1),
    1151,
    SYSDATE,
    1151,
    SYSDATE,
    l_org_id);
    error in "ra_customer_profiles_int_all" table, interface_status = b1,a1,
    --ra_customer_profiles_int_all
    INSERT INTO ra_customer_profiles_int_all (insert_update_flag,
    orig_system_customer_ref,
    ORIG_SYSTEM_ADDRESS_REF,
    customer_profile_class_name,
    standard_term_name,
    credit_hold,
    overall_credit_limit,
    currency_code,
    last_updated_by,
    last_update_date,
    created_by,
    creation_date,
    org_id)
    VALUES ('I',
    h1.orig_system_customer_ref,
    h1.orig_system_address_ref,
    'DEFAULT',
    h1.standard_term_name,
    'N',
    NVL (h1.overall_credit_limit, 0),
    'SAR',
    1151,
    SYSDATE,
    1151,
    SYSDATE,
    l_org_id);
    I have followed this note CUSTOMER INTERFACE STATUS ERROR CODES [ID 1073634.6] to get the error meanings.
    A1 --> The customer reference for update does not exist in RA_CUSTOMERS
    B1 --> ORIG_SYSTEM_ADDRESS_REF is mandatory when specifying an address
    I am giving this value ORIG_SYSTEM_ADDRESS_REF and still B1 error is occurring.
    and I do not understand the error code A1,
    Please guide me, How could I resolve these errors?

  • SAP MDM customer upload problem

    hi experts
    when i did some changes in customer master data like some field values like customer master data should be maitained in polish language apart from english language and after changing language of customer master i interfaced/distribute those data to target OLTP system. after that when i did some other changes the polish language changes have been roll back i have not get the solution of this problem till now.plese tell me the solution.
    regards
    atul

    Hello Atu
    By default SAP MDM fill all another languages values from Centlal Language(US by default)
    1) you can set Central language
    2) you can fill translation for Polish and when you load Data Manager - all translated values view at Polish
    3) you can syndicate(or get trought API) values only at selected languages
    More about support multilanguages in SAP MDM you can read this:
    https://websmp201.sap-ag.de/~sapidb/011000358700006291622006E
    Regards
    Kanstantsin

  • Custom Upload Path / URL FCK Cftexarea

    I love the new Update for CF8, I can get the image uploader
    to work with no problem, but I have a special way it needs to
    happen. I would like the image uploader to put it in an arbitrary
    place on my server for example
    c:/domains/imgserver/httpdocs/fckuploads/
    and then have the FCK spit out code that will point the img
    src to
    http://www.myimages.com/fckuploads/myimg.jpg
    which is an absolute URL and has nothing to do with the site
    the FCK happened to be on
    Is this possible?

    Have look here:
    http://addsrikanth.wordpress.com/2008/06/10/displaying-images-in-obiee/
    regards
    John
    http://obiee101.blogspot.com/

  • Customer upload bapi error

    Hi All..
    when iam trying to test  BAPI_CUSTOMER_CREATEFROMDATA1
    indipendently giving values in se37..iam getting these error:
    **864Communication error with the external tax system (VERTEXMS0018)**_
    how can i test the bapi and how to solve this error?
    thanks,
    rao
    Edited by: madhubabu rao on Sep 30, 2008 11:12 AM

    Hi,
    Please check this thread which has answers for your issue.
    solve the problem
    Thanks,
    Naveen Kumar.

  • Upload Customer Remittance Advice to SAP for auto allocation to invoices

    Hi,
    Here's the story, we receive excel files from customers that are rather large and I was hoping I could get a proposal together with information on how we can automate the allocation of payments to customer debtor account. 
    I do not have access to any SAP sites and our IT department is giving me the run around, so I have turned to all of you for some help.
    Please remember that I am in the receivables are and all remittances (spreadsheets) get sent to us straight from the customer via e-mail never from the bank.
    I am hoping this is enough info for you guys?!?!?
    Let me know if you need to know anything else.
    Oh and we are working with ECC6.
    Thanks
    Belinda

    There are a couple of  options 1) You could implement the SAP lockbox functionality. This is a standard approach and offers automated file upload functions. 2) You could create a custom upload function. I always try to use standard SAP before I try custom. You could basically have a program developed that would take a excel spreadsheet in your company layout and have that uploaded into the system. The customer could send them in your format or you copy paste it to your formated spreadsheet. This is done all the time.
    pls assign points to say thanks.

  • Best approach for uploading document using custom web part-Client OM or REST API

    Hi,
     Am using my custom upload Visual web part for uploading documents in my document library with a lot of metadata.
    This columns contain single line of text, dropdownlist, lookup columns and managed metadata columns[taxonomy] also.
    so, would like to know which is the best approach for uploading.
    curretnly I am  trying to use the traditional SSOM, server oject model.Would like to know which is the best approach for uploading files into doclibs.
    I am having hundreds of sub sites with 30+ doc libs within those sub sites. Currently  its taking few minutes to upload the  files in my dev env. am just wondering, what would happen if  the no of subsites reaches hundred!
    am looking from the performance perspective.
    my thought process is :
    1) Implement Client OM
    2) REST API
    Has anyone tried these approaches before, and which approach provides better  performance.
    if anyone has sample source code or links, pls provide the same 
    and if there any restrictions on the size of the file  uploaded?
    any suggestions are appreciated!

    Try below:
    http://blogs.msdn.com/b/sridhara/archive/2010/03/12/uploading-files-using-client-object-model-in-sharepoint-2010.aspx
    http://stackoverflow.com/questions/9847935/upload-a-document-to-a-sharepoint-list-from-client-side-object-model
    http://www.codeproject.com/Articles/103503/How-to-upload-download-a-document-in-SharePoint
    public void UploadDocument(string siteURL, string documentListName,
    string documentListURL, string documentName,
    byte[] documentStream)
    using (ClientContext clientContext = new ClientContext(siteURL))
    //Get Document List
    List documentsList = clientContext.Web.Lists.GetByTitle(documentListName);
    var fileCreationInformation = new FileCreationInformation();
    //Assign to content byte[] i.e. documentStream
    fileCreationInformation.Content = documentStream;
    //Allow owerwrite of document
    fileCreationInformation.Overwrite = true;
    //Upload URL
    fileCreationInformation.Url = siteURL + documentListURL + documentName;
    Microsoft.SharePoint.Client.File uploadFile = documentsList.RootFolder.Files.Add(
    fileCreationInformation);
    //Update the metadata for a field having name "DocType"
    uploadFile.ListItemAllFields["DocType"] = "Favourites";
    uploadFile.ListItemAllFields.Update();
    clientContext.ExecuteQuery();
    If this helped you resolve your issue, please mark it Answered

  • Link to the uploaded document in RichTextHtmlField is not generated if custom document upload form is used

    I have a RichTextHtmlField in a page. The user who is entering data need to upload the document for reference. I want to change the selected option of Destination Library in the form. To do so, I have copied entire content of
    Upload.aspx page and created a custom action to launch the custom upload form. When I click on the custom action button I am getting the exact ouput which I want but after the upload operation completes I am not getting the link generated in the
    field area, as SharePoint OOTB upload form does.
    My custom action contains following code:
    <CustomAction Id="Ribbon.PublishTab.Publishing.Actions.UploadDocumentButton" Location="CommandUI.Ribbon">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition Location="Ribbon.EditingTools.CPInsert.Links.Controls._children" >
    <Button Id="Ribbon.PublishTab.Publishing.UploadDocumentButton1" Command="UploadDocumentButton1"
    Image16by16="/_layouts/15/Solution/Images/Approval_16_by_16.jpg"
    Image32by32="/_layouts/15/Solution/Images/Approval_32_by_32.jpg"
    LabelText="Upload File" TemplateAlias="o1" Sequence="1000" />
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler Command="UploadDocumentButton1" CommandAction="javascript:function test(){
    var url = _spPageContextInfo.webAbsoluteUrl + '/_layouts/15/DiscussionBoardEventReceiver/Pages/UploadFile.aspx?UseDivDialog=true&amp;LCID=1033&amp;Source=' + _spPageContextInfo.serverRequestPath +'&amp;AssetPageFolder=true&amp;seed=0.10343389471709208';
    var options = {url: url};
    SP.UI.ModalDialog.showModalDialog(options);
    } test();">
    </CommandUIHandler>
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    The page UploadFile.aspx the exact code which is found in Upload.aspx in
    \_layouts folder.
    The file is uploaded successfully but the link is not getting generated. What am I missing?

    Hi,
    According to your description, you might want to upload a file to a library and insert the corresponding hyperlink into the RichTextHtmlField when editing a page.
    Based on the code above, a modal dialog holds the custom “UploadFile.aspx” will be responsible for the file uploading, however, as there seems no code in the callback
    function of the modal dialog to handle the operations after file uploaded, though file will be uploaded, there will be no hyperlink get generated and inserted into the page.
    A demo about how to work with callback function of modal dialog:
    https://alinimer.wordpress.com/2013/02/25/open-pages-and-forms-in-modal-dialog-for-sharepoint-2013/
    As we can see, if using the OOTB feature to insert a file into the page, the corresponding HTML structure would be like this:
    Thus, a possible workaround is that you can write code in the callback function to capture the dialog closing event and inject a hyperlink into the page accordingly.
    About how to inject HTML into page:
    http://stackoverflow.com/questions/3762385/best-way-to-inject-html-using-javascript
    About how to modify the HTML source code of a page using JavaScript:
    http://www.w3schools.com/js/js_htmldom_html.asp
    http://njarb.com/2011/06/update-html-content-using-javascript/
    Best regards
    Patrick Liang
    TechNet Community Support

  • 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...

  • Shopping Cart needs to be Held Status when created from Upload Program

    Hi All,
    Shopping Cart is created from Custom Upload Program. In Upload Program, we used BBP_PD_SC_CREATE, BBP_PD_SC_UPDATE, BBP_PD_SC_SAVE and BBP_PD_SC_COMMIT.
    Once the Shopping Cart is created from this upload program, I want ot put Shopping Cart as Helad Status.
    I exported the parameter I_PARK as 'X' in BBP_PD_SC_CREATE and BBP_PD_SC_UPDATE. But it is not working i.e., the SRM system is not keeping the Shopping Cart as Held Status.
    Scenario:
    I am uploading the Shopping Cart Items (Shopping Cart creation) on behalf of my manager. My manager has to approve Shopping Cart.
    If shopping cart is created maually and Shopping cart value is within the spending limit, work flow is not triggered approval proceess. If I am creating shopping cart behalf of some one, I am adding the approver manually while creating.
    When ever we create shopping cart through custom upload program, the shopping cart needs to be approved by the Requestor (my manager, to cross check shopping cart items). So I want to park the Shopping Cart and I want to add Approver as my manager.
    Please suggest me or guide me to get the solution for my issue.
    Thanks,
    Sudarsan
    Edited by: KOYYA SUDARSANA NAIDU on Nov 14, 2008 9:12 PM

    Completed

Maybe you are looking for