How to Link SU01 and ContactPerson and Customer through BAPI or FM

Hi,
I want to know how to link a Contact Person to a SAP UserID in same sold to party.
My requirement is like in ISA when a UserId is created which is realated to a Sold-to-party,a contact person is also automatically created in SAP.
e.g. If I am going to create a SAP UserID : Ecomdemo related to Customer 1000 a Contact Person is also crated as 0000002483 in SAP background
I know the BO which is Used BUS1006001.
Kindly help me how to link.. SU01>ContactPerson>Customer through BAPI of FM without doing manually.
Looking forward for the respnse.
Regards
Arbind

Problem solved by own.
Solution : Use Standard SAP FM ISA_USER_CREATE and do some manipulation according to the business needs.
Regards
Arbind

Similar Messages

  • Help, please! Any advice on how I link my new iMac and my new itunes software with existing external harddrive containing my entire itunes library?

    Help, please! Any advice on how I link my new iMac and my new itunes software with existing external harddrive containing my entire itunes library?

    Hello!
    It should be a matter of
    Quiting iTunes first if it's running
    Connecting your external harddrive to your Mac, use the Finder to browse to it
    Find your iTunes folder on the ext HDD and double-click on iTunes Library.itl
    If you have any trouble with this, please let us know.

  • Hi i want to ceate customer through bapi with external no range not implici

    hi i want to create customer through bapi which facilitates to enter customer code(our own defined not the sequentially next no.)
    i have gone through F.M BAPI_CUSTOMER_CREATEFROMDATA1 BUT NOT ABLE TO UNDERSTAND HOW TO INPUT PARAMETER FOR CUSTOMER_CODE.
    PLEASE GUIDE ME IF ANY ONE AWARE ABOUT THAT.
    THANKS
    Moderator message: please don't use all caps from now on.
    Edited by: Thomas Zloch on Aug 4, 2010 6:12 PM

    If the iTunes database files are on that drive, launch iTunes with the Shift key(Windows) or Option key(Mac OS X) held down, select Choose Library, and navigate to it. The computer may need to be authorized to play protected content, and if the library contains rented movies, those won't play.
    If not, import the content to an iTunes library.
    (100371)

  • How to:  Linking Material with Assortment and Plant

    What are the ways to link 0MATERIAL with assortments and 0PLANT?
    Right now I have:  0RT_WRSZ, which links the Plant with the assortment
    How do I link that with 0MATERIAL using the WLK1 table?
    Thanks,
    Chris

    Try 0RT_WLK1

  • How to link Azure database tables and fields to VS2012 C++ entry form

    We are using Visual Studio 2012 C++ and have successfully connected to the database on Azure, but do no know how to associate the database tables and fields with the C++ application data entry forms.  Can anyone help?  Thanks

    Hello Roxanne,
    You could use Entity framework to map classes to Azure tables. Please refer http://www.codeproject.com/Articles/363040/An-Introduction-to-Entity-Framework-for-Absolute-B to
    learn more. Hope this helps.
    Regards,
    Kumar Bijayanta

  • How to update Assignment field in Accounting Document through BAPI ?

    I need to change Assignment field in already posted accounting document through bapi or some other automatic method. Please tell me exactly which bapi I should use and how can I pass the changed assignment field?

    Hey,
    I couldnt find any BAPIs which update an accounting document. I think the safest way is to record FB02 and use BDC/Call Transaction.
    -Kiran
    *Please reward useful answers

  • How to link Finance sales organization and logistic sales organization ?

    Hi all,
    In VA02, I defined BP05 for sales organization, and two items : the first one in the BP01 plant and the second one in the BP02 plant.
    The sale order works and  I am trying to delivery two products from two differents plant in the same document.
    Here the message No VL415 : "Plant BP01  has deviating sales area data"
    "In a delivery with internal offsetting, the system determined during the
    plant check that the plant has different sales area data from the header
    sales area data determined for internal offsetting."
    How can I link finance and logical sales organization ?
    Thanks
    Regards
    Pierre

    There is no link between Finance sales organization and logistic sales organization
    Look at the following points in spro for the intercompany billing:
    Sales and Distribution > Billing > Intercompany Billing > Assign Organizational Units By Plant
    Sales and Distribution > Billing > Intercompany Billing > Define Internal Customer Number By Sales Organization

  • How to link swf in html and make it full screen?

    Hi,
    I gotten with me a game in .swf format.
    I seen some site with full screen flash game, meaning people play the game full screen. How do they do that?
    how do i link my .swf file to index.html and make it full screen?
    Thank you.

    Hi, thank you.
    i have seen the video. I no longer have the source file but only have the final output, .swf.
    how do i link my .swf file to index.html and make it full screen?
    using html and css.

  • How to link  web dynpro screen and R/3 ,so that I can build a workflow.

    Hi all,
             I  have to build a workflow for Personnel Administration(PA) in HR module. The document is not standard, so I have to build my own Bussiness object. But the senerio, screeens for particular document are designed in web-dynpro which will be there in separate portal and we suppose to link this in R/3 system. Whenever user fills that particular document (a form or a document in a portal) and clicks on submit button which is provided in the document workflow should get trigger. Also this screen should be used as workitem to a persons SAP inbox as well as in the portal inbox.
      <b>Please help me</b> for what should be my starting point in designing workflows.
    It would be helpful if anyone provides me with detailed describe step for each and everything along with few links and examples. As i m new to sap
    Thanks in advance.............Do reply......]

    /people/ginger.gatling/blog/2005/12/14/create-new-uis-for-existing-workflow-tasks-with-abap-web-dynpro-and-universal-worklist
    I think this maybe helpful to you.

  • How to link a java program and a music file played

    i wanna know how do i read values of music (mp3 or any other format) that are played ? for example if if there is a sound like "pimm" ,there should be a value(hex,dec etc) for it that is used by the player to play it.

    There are commercial products that allow you to do this (e.g. InstallAnywhere from http://www.zerog.com).
    One issue is that you have to decide whether you want to bundle a JRE with your program or not. If you do (and you should, in these days of XP shipping without any VM of its own), your program will be a minimum of about 9MB + whatever you actually add as part of your program :-).
    In any case, this is not a trivial undertaking.

  • How  to link between these tables and get the bom explosion

    tables : mast,stpo,makt
      SELECT AMATNR BMAKTX CIDNRK CMENGE C~MEINS  INTO CORRESPONDING FIELDS OF TABLE IT_COMP_IDEL FROM
                       MAST AS A INNER JOIN MAKT AS B ON AMATNR = BMATNR
                                 INNER JOIN STPO AS C ON ASTLNR = CSTLNR
                       WHERE AMATNR IN S_MATNR AND AWERKS IN S_WERKS.
    using cs13 to get the bom summary
    using these table to but i got only few materials only,
    but cs13 got more materials
    how can i solve that one
    Regards
    ds

    Hi,
    Just go through this program i think it will help u out.
    TABLES: MARA, MARC.
    TYPE-POOLS : fibs,stree.
    TYPES: BEGIN OF STRUCT_BOM,
            MATNR TYPE MATNR,          " Material Number
            WERKS TYPE WERKS_D,        " Plant
            IDNRK TYPE IDNRK,          " BOM Item
            STLAL TYPE STLAL,          " Alternative BOM
            STUFE TYPE HISTU,          " BOM Level
            OJTXB TYPE OJTXB,          " Object description (assembly)
           END OF STRUCT_BOM.
    *- table types
    types: t_bom type table of struct_bom.
    *Internal Tables to hold the BOM data.
    DATA: ITAB_BOM type table of STRUCT_BOM.
    DATA: WA_BOM TYPE STRUCT_BOM,
          wa_stb type stpox,
          wa_matcat type stpox.
    DATA: IT_STB       type standard table of STPOX,
          IT_STBC      type standard table of STPOX,
          IT_MATCAT    type standard table of CSCMAT.
    *-- to enter BOM DATA
    *Selection Options
    select-options: s_matnr for V_matnr,       "BOM Material
                    s_plant for V_werks.       "BOM Plant
    *Input Parameters
    parameters:     p_alter type stko-stlal,      "Alternate BOM
                    p_usage type stzu-stlan,      "BOM usage
                    p_appli type tc04-capid,      "BOM Application
                    P_CATE  TYPE STKO-STLTY DEFAULT 'M'.      "BOM Category
    INITIALIZATION.
    REFRESH ITAB_BOM.
    CLEAR WA_BOM.
    REFRESH IT_STB.
    REFRESH IT_MATCAT.
    START-OF-SELECTION.
    SELECT matnr
           werks
           stlal
           INTO CORRESPONDING FIELDS OF TABLE itab_bom
           FROM mast
           WHERE matnr IN s_matnr
           AND werks IN s_plant
           AND stlan = p_usage
           AND stlal = p_alter.
    CLEAR V_MATNR.
    CLEAR V_WERKS.
    DATA: WA_STB TYPE STPOX,
          WA_MATCAT TYPE CSCMAT.
        v_matnr = wa_bom-matnr.
        v_werks = wa_bom-werks.
        CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
          EXPORTING
            capid                 = p_appli
            datuv                 = sy-datum
            mktls                 = 'X'
            mehrs                 = 'X'
            mtnrv                 = v_matnr
            stlal                 = p_alter
            stlan                 = p_usage
            werks                 = v_werks
          TABLES
            stb                   = it_stb
            matcat                = it_matcat
          EXCEPTIONS
            alt_not_found         = 1
            call_invalid          = 2
            material_not_found    = 3
            missing_authorization = 4
            no_bom_found          = 5
            no_plant_data         = 6
            no_suitable_bom_found = 7
            conversion_error      = 8
            OTHERS                = 9.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    Then just print whatever data u want it_stb, it_matcat tables.
    reward points if u find my answer helpfull.

  • How to link Apache Web Server and SJSAS 9.0

    I am running Apache 2.2.3 http server on port 80. I want to use Sun Java System Application Server 9.0 to serve my J2EE apps. I want to process JSP and servlets through the web server and have them redirected to the app server. In setting up Tomcat to do similar you have to use mod_jk and I would like to know how to do it on SJSAS ? Any help much appreciated, thanks.

    http://weblogs.java.net/blog/amyroh/archive/2006/08/index.html

  • Computer stolen--how to link to new one and restore music?

    My computer was recently stolen. Thankfully, most of my music, at least what had been purchased, was backed up on CDs, thumb drives, or my ipod. I know due to hysteria over illegal file sharing it's nearly impossible to move music from the ipod to the computer hard drive. However, I could have SWORN that one time I saw some software in Office Depot that allowed one to save music from an ipod onto the hard drive.
    Has anyone else heard of this?
    Dell E310   Windows XP Pro  

    Here's a link you can check out:
    http://www.drewfindley.com/findleydesigns/ipodaccess/indexWin.html

  • How to link sub-customers to parent customer?

    Hi Forum, Is this possible at all?
    CUST_PARENT is the parent customer location who may want their product to be shipped to their different locations. Different locations can also order their own products. Differnet locations are CUST_CHILD1, CUST_CHILD2.
    So, Sales Orders can be created directly to CUST_CHILD1 or CUST_CHILD2 if they ordered it.
    Sales  Orders can also be created against CUST_PARENT with the shipping address of CUST_CHILD1 or CUST_CHILD2.
    The question is how can I create a Sales Order against CUST_PARENT with the customer name of CUST_CHILD1 in the invoice. It is not just shipping address that I want, but I also want the Customer Name of CUST_CHILD1 on invoice.
    Is there is some type of parent-child integration scheme in B1? Or is it just directly manipulation of invoice template for specific situatiion?
    Thank you Forum for your help.

    Hi,
    Have you checked the 'Delivery Consolidation' under the Business Partner Master Data?
    I am not sure it helps, but you can check in the Demo for the working.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • How Can I transfer invoice details to customer through IDOC in EDI

    Dear Sir,
      I have some requirements That I want to Transfer Invoce To My Customer In EDI.so how can I do that .I have no Idea Plz Help Me and give the Details Steps with TCODES.

    Hello Anil
    There are not any transactions available. What you need to do is to convert your IDoc to the EDI message format of your customer (e.g. EDIFACT, TRADACOM, etc.). Usually the mapping process looks like:
    SAP R/3 sends IDoc -> converted to IDoc-XML (e.g. by using SAP-XI) -> XSLT mapping to EDI-XML -> convert to EDI file using EDI converter
    You may have a look at <a href="http://www.mendelson-e-c.com/">Mendelson (EDI conversion)</a>
    Regards
      Uwe

Maybe you are looking for