Missing field info. after created by copy Customer

Dear Experts,
Found a problem relevant to creating by copy Customer using XD01. After extending Co. Code & Sales Area Data for the same Customer with ref. to another Co. Code & Sales Area, found that info. of a field "Prev.acct no. (Previous Master Record Number)" under "Co. Code Data - Account Mgt - Reference data", and Partners under "Partner Functions" of Sales Area Data could NOT be copied. Is it a standard SAP logic ? Could you advise reason for this ? Besides these, any other field(s) also CANNOT be copied after creating by copy Customer ?
Many Thanks,
KH Fong

Hello KH Fong,
"Prev.acct no." issue:
The "copy with reference" is a SAP functionality that allows you to quickly create customers master data. Anyway not all the fields will be copied into the new target master data. Even if You create a customer with reference and all the information will be reported into the new master data.
EXAMPLE:
- In Accounting info screen: ALTKN (Previous Master Record Number) or PERNR (Personnel number) are not saved.
- In Payment transaction accounting screen: LNRZB (Account number of the alternative payee) or ZAHLS (Block key for payment) are not saved.
- In Correspondence accounting screen: ZSABE (Clerk at vendor), TLFNS (Accounting clerk's telephone number at business partner), TLFXS (Accounting clerk's fax number at the customer/vendor), INTAD (Internet address of partner company clerk) or KVERM (Account memo) neither are saved.
Other fields as Reconciliation account, interest calculation indicator, terms of payment and so on should be reported into the new master data.
"partner function" issue:
Usually the partner functions, that are mandantory in a partner determination procedure are copied for the customer into the new sales area.
You need to check if the relevant partner functions are set as mandantory partner function in the partner customising:
- Transaction VOPAN
- Select 'Cust.Master' -> Button 'Display'
- Mark the relevant partner determeination procedure, that is
   assigned to the account group used, and double-click 'Partner
   Functions in Procdure' in the navigation on the left side
- Check which partner functions are marked as 'MandFunction'
   These are the partner functions, that are copied.
Hope above information is helpful.
Best regards,
Crystal Lin

Similar Messages

  • Database fields empty after creating a new (Crystal) Report in MSY

    Hello,
    I have some issues to use Crystal Reports in Mobile Sales Maintenance (MSY). The situation is as follows
    My example is based on this standard report, which is working
    Report Name: BPartnerActivities
    Reporting Tool: Crystal Reports
    Category: Standard reports
    Subcategory: Lists
    Report Type: Report
    Data Source: Business Content provider
    Business Content Provider: BPActivities
    My requirement is to build a new report, which is based on the standard "BPartnerActivities" Report. If I use the "copy" functionality, I get an working Copy of the standard report. However, I need to modify the Business Content Provider, but I do not want to make the modifications on the standard content provider "BPActivities".
    I am now forced to used the "copy" functionality to create a copy from "BPActivities" for my own Content Provider "My BPActivities copy", which I want to use in a new report.
    Issue:
    I cannot modify the defined Business Content Provider after using the "copy" functionality and hence forced to create a new report from scratch to be able to set a different Content Provider.
    I create my own report "MyBPartnerActivities" based on the standard report "BPartnerActivities" using the same settings and assign my new business content provider.
    If I use the "Design Report" or "Modify Report" button, the Crystal Report designer pops up. Now the problem, the Crystal Report designer does not offer me any data below "Database fields".
    In the standard report, the "Database fields" has a child element "BOACTIVITY-ttx" with several field options. My own created report from sratch does now have anything?!
    Why my report does not offer my any data or is there anything additional to do?
    Another Test
    I tried to create another report using the standard content provider "BPActivities", but I have still the same issue.
    In addition I recongized that the "browse data" fuctionality does not work on the fields in the standard report. The path to the database file does not exist. It starts with "C:\WINNT\...", but my system has "C:\WINDOWS\...". But the executed report is able to retriev the data?!
    Unfortunately was not able to find any proper documentation, but I would really appreciate any help.
    Regards,
    Andreas

    Update
    It looks like that the *.ttx file is not uploaded/create to/on the MSY system. The system shows the file in the Crystal Report Designer, but there is no file on the file system. The confusing thing is, that any standard report is still working and does not really complain about a missing ttx file. I think the content of the ttx file is somehow embeded to the report.
    Does someone know how the system should behave? Should a ttx file be automatically created & assigned to any new report or do I have to create the file by my own every time?
    Cheers,
    Andreas

  • Problem in Sapscript , After creating a copy of Standard Script

    Hello friends,
                       I have copied a standard script WASCHEIN into ZWASCHEIN, now all the data is coming from driver program SAPM07DR. Now there is one field which is not coming from the standard program,
                      Is there any way i can capture the field in my script without making changes in the standard driver program like a select statement in the script.
    Thanks.
    Edited by: Vijay Babu Dudla on Dec 16, 2008 3:24 AM

    Hello Poonam,
    Sorry i think you are not aware of using PERFORM stmts in SAPScripts !!!
    @ Amit you can try this bit of coding:
    /:           PERFORM F_GET_KTEXT IN PROGRAM ZPROGRAM
    /:           USING &MSEG-NPLNR&
    /:           CHANGING &V_KTEXT&
    /:           ENDPERFORM
    Create a Subroutine-Pool Program: ZPROGRAM where you write the FORM for the above PERFORM.
    FORM f_get_cust_details
    TABLES fp_it_input  STRUCTURE itcsy
                  fp_it_output STRUCTURE itcsy.
    DATA:
      l_v_nplnr TYPE nplnr,
      l_v_ktext TYPE auftext. 
      READ TABLE fp_it_input WITH KEY name = 'MSEG-NPLNR'.
      IF sy-subrc = 0.
        l_v_nplnr = fp_it_input-value.
      ENDIF.
      SELECT SINGLE KTEXT
      INTO l_v_ktext
      FROM aufk
      WHERE aufnr = l_v_nplnr.
      LOOP AT fp_it_output.                                     "#EC *
        IF fp_it_output-name EQ 'V_KTEXT'.
    *     Modifying the output table with the customer number
          fp_it_output-value = l_v_nplnr.
          MODIFY fp_it_output.
      ENDLOOP.
    ENDFORM.
    Please note that passing the USING / CHANGING parameters through tables of ITCSY structures is a standard way of doing this & you cannot change this )
    Hope this helps.
    BR,
    Suhas
    Edited by: Suhas Saha on Dec 16, 2008 9:39 AM

  • Missing/Hidden fonts after creating a package

    Hello,
    Our graphics department connects to a Lion server with Font Explorer so all the fonts are centrally located. When creating a package in indesign they can see the selected fonts but after the package has been created the fonts that are on the server are missing/hidden in the package and the fonts that remain are ones that are installed locally on the iMac's. Any idea what would be causing this?

    Hey sdumire - thanks for posting here. My colleague and I ran into this exact same bug with FontExplorer only today, and you've saved us a lot of time troubleshooting.
    The following is the temporary solution we're using until Linotype actually resolves it:
    1. Create a folder on the desktop called Packaged
    2. Create a shell script called UnhidePackagedFonts.sh with the following contents:
         #! /bin/sh
         # This script 'unhides' packaged fonts hidden by Linotype FontExplorer Pro
         chflags -R nohidden ~/Desktop/Packaged/
    3. Drop this shell script into the local script folder for an affected Studio operator - ie ~/Library/Scripts
    4. Launch Automator, create a new Folder Action called UnhidePackagedFonts and set the Folder Action receives files and folders option to the Packages folder you created on the desktop in Step 1.
    5. Add a Run Shell Script step per the Automator screenshot below, entering the path to the shell script you created in Step 2:
    6. Save the Folder Action, and quit Automator.
    Now when the studio operator packages a job, she can just export it to the Packages folder you created on the desktop. The previously hidden fonts will automatically 'appear' after a few seconds.
    Whilst this workaround does involve a few (very, very easy) steps, it has the advantage of not requiring the operator to manually drop the package onto a script after each package export from InDesign.

  • How to create an ods after creating info objects?

    Hi,
    Please Explain me How to create an ods after creating info objects with all screenshots in BW 7.0?
    Thanks,
    Jini

    Hi Jini,
    In the create screen u will find some settings related information which u need to check and then there are key fields and data fields option.
    In Key field u need to include those objects which should make ur ODS Key fields. and then rest of the fields in the data fields.
    For setting related information u can search in help.sap.com or even on SDN threads.
    Thanks,
    Nagesh.

  • Copy Customer Ref No to Vendor Ref No when create back to back Order

    Hi,
    I would like to copy Customer Ref No to Vendor Ref No when create back to back Sales Order to Purchase Order.  Please suggest a way.
    Does i need to do before form add?
    If BusinessObjectInfo.FormTypeEx = "65" And BusinessObjectInfo.BeforeAction = True Then
    End If
    Please help!
    Regards,
    Anna

    Hello Anna,
    You should update purchase order (copy the customer no ref to the vendor ref) after action (pVal = false), see the sample code here.
    Private Sub FormDataEventHandler( _
        ByRef BusinessObjectInfo As SAPbouiCOM.BusinessObjectInfo, _
        ByRef BubbleEvent As Boolean) Handles oApp.FormDataEvent
            'Before action = true, start the transation
            If BusinessObjectInfo.FormTypeEx = "65" _
                    And (BusinessObjectInfo.EventType = SAPbouiCOM.BoEventTypes.et_FORM_DATA_ADD) _
                    And BusinessObjectInfo.BeforeAction = True Then
                oCompany.StartTransaction()
            End If
            'Before Action = false,
            'Update purchase order
            'Succeed, commit, otherwise rollback
            If BusinessObjectInfo.FormTypeEx = "65" _
            And (BusinessObjectInfo.EventType = SAPbouiCOM.BoEventTypes.et_FORM_DATA_ADD ) Then
                If BusinessObjectInfo.BeforeAction = False And BusinessObjectInfo.ActionSuccess Then
                    Dim objectKey As String = String.Empty
                    'Get the purchase order key added right now
                    oCompany.GetNewObjectCode(objectKey)
                    Dim oPurchaseOrder As SAPbobsCOM.Documents = Nothing
                    oPurchaseOrder = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseOrders)
                    If oPurchaseOrder.GetByKey(CInt(objectKey)) Then
                        Dim oLines As SAPbobsCOM.Document_Lines = oPurchaseOrder.Lines
                        Dim salseOrderNum As String = oLines.BaseEntry
                        'add you code to get the custoemr ref of the sales order and set it the purchase order
                        lRetCode = oPurchaseOrder.Update
                        If lRetCode = 0 Then
                            'update the production tree succesfully,
                            oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_Commit)
                        Else
                            oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_RollBack)
                        End If
                    End If
                End If
            End If
        End Sub
    Kind Regards
    -Yatsea

  • Sometimes after creating an event folder on iPhoto, all my pictures in that event will be gone the next time I open iPhoto. Why is this happening? Is there a way to retrieve the missing photos?

    Sometimes after creating an event folder on iPhoto, all my pictures in that event will be gone the next time I open iPhoto. Why is this happening? Is there a way to retrieve the missing photos?
    Most events I make on iphoto will still be there the next time I open iPhoto, while other event FOLDERS will be there, but pictures in it gone.

    What version of iPhoto? Assuming 09 or later:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • Infopackages are missing after an system copy from Prodution to Quality

    Hi SAP Gurus,
    After an DB copy, from BW Prodution to Quality, the infopackages are missing.
    Can anyone can tell me how to get the infopackages from PRD to QAS.
    Thanks,
    Pedro Martins

    Hi
    Casue for package missing
    In some cases infopackages will be missing because of the INIT Delta infopackage will be copied againg from  Production were duplicates are created for the same Init. so in such cases the package will be missing
    During DB copy if any infopackage are created in production at that point of time the system will not take that package into consideration
    inorder to get the package we can do reverse transport (from production to Quality)
    follow the steps as below
    Transporting from BWP TO BWQ : Reverse Transports
    Step1
    Create request in Source System (Eg: BWP) say A and  Collect required objects (infopackage)into request A
    Step2
    Goto TCode : SE09/SE10 --> create a transport of Copies request B (give the user name and tick on transport copies just below the workbentch request)
    Step3
    Check, check box for Transport of Copies and click Create , now the system will prompt one more screen
    Step4
    Now choose Transports of Copies and continue.
    Step5
    Enter required Target system(F4 help available) Eg: BWQ.
    Step6
    Unlock Objects(Tcode : SE03) from Request A and Move Objects to Request B(Tcode SE10).
    Step7
    Delete objects from Request A
    Step8
    Relase the request B (se09)
    Step9
    Now log on to the Target System(Eg: BWQ) import Queue and import request.
    Step10
    In BWQ queue go to menu Request >Forward> give BWD or
    you can directly provide BWD as Target System in Step 2
    Step11
    Go to BWD and import the request.
    santosh

  • Add a field in a form after creating a new column in a table

    Hi,
    I have searched extensively in the help menus and tutorials and maybe I have missed this, but after adding a new column to a table. How do I update the form so that when data is entered into the form it is populated in the table? Is there a tutorial or explanation of the process somewhere?
    Thanks,

    Hi
    That has to be done manually but it is simple. Create a new item of the desired type e.g. Text Item, Select List by Right clicking on the region and select Create Page Item. A wizard will start where you will select the desired type. Press next and enter the name of the item. e.g. P3_LAST_NAME. Press Next and Enter a label for the Item. Press next and choose Source Type as Database Column when asked. Press Create button.
    Hope it helps.
    Zulqarnain
    MaxApex Hosting
    http://www.maxapex.com

  • Issues   :-   after creating sales order   mail goes to customer

    Hello everybody  , my requriment is that
    after creating the sales order  , the sales order number goes to the customer 
    so how can i solve this requriment
    i  tryed to find out user-exit  but i didn't get proper EXIT  point  .
    please help me out
    ASAP

    Hi Sandeep
    Your requiremet is not clear.
    I hope you want to send Sales order details to Customer via email.
    If Yes.
    You can configure in NACE transaction for Medium 5, this is purely functional, contact your functional consultant
    Regards
    Madhan

  • After creating a customizing database table 'create entries disable'

    After creating the database table i want to add fields through goto-table contents-create entries but "create entries" is in disable mode how can i resolve this?

    Dear Dileep,
    You need to go to "Delivey and Maintainence" tab there you will "Data Browser/Table Maintainence",
    Here you need to select "Display/Maintainence Allowed" in the drop down list.
    Thie will help to find the "create entrie enable".
    Thanks,
    Ananth.

  • QI Info record created after PO....

    Dear ALl,
    QI info record created after PO for the material. SO i wan to know whether system will give error in this case?
    Regards,
    Kaushal Rai

    Dear Shyamal,
    There is no ponit of date. Its correct that PO will not be created for that material which is having procurement key active.
    PO created before or after QI record doesn't matter. Only thing QI info record should be there at the time of creation of PO.
    But i don't know why in PO still I am getting the same error even after creation QI record. Material, Vendor, Plant, PR all are same.
    Regards,
    Kaushal Rai

  • Add a custom table for field selection while creating field catalog for LIS

    Hi,
    I have a requirement to add a Custom table to be available for field selection while creating a field catalog for LIS. Its required as there are many custom fields to be used for field catalog creation and adding them in one of the existing tables listed is not a feasible option for us. Please let me knw if its possible..?? If yes how to get it done..??
    Regards,
    Akash Sinha

    hi,
    You need to add your field in the Data Dictionary first. For example, if
    you want the new field in the Order Item field catalog do the following.
    Look at structure MCVBAPUSR (SE11). If you already have a user structure
    appended to this structure then you can add your new field to your existing
    structure. If there is no structure already appended to MCVBAPUSR then you
    must create a new structure with your field in it and then append the new
    structure to this one.
    If you look at structure MCVBAP you will see the data appended to the end
    of it.
    Now you should see it in the field catalog.
    regards,
    balajia

  • How to get content of custom fields that were created via the EEWB for CIC?

    Hi
    Can anyone tell me how to get the content of custom fields that were created via the EEWB for CIC? This is required at a time when the data has not been written to the database.
    I would like to know how to read this data in the CRM_APPOINTMENT_MERGE method of CRM_APPOINTMENT_BADI.
    Thanks

    Hi Michael,
    I have a requirement to replicate custom setype data created for CRM sales order to R/3 sales order.These fields have been created at item level.
    Do you know the set of steps to achieve the same.
    Any help would be appreciated.
    Thanks,
    Chamu

  • How to invoke a Java Custom Code after creating a resource in OIM Console

    Greetings.
    I want to invoke a custom code after creating the resource "OID User" on the OIM Administration Console. For example invoke a custom code that creates The Form's resource access descriptor (RAD) on the OID.
    I have read the Developer's Guide for Oracle Identity Manager book but I don't get how to solve my requirement.
    Should I use a "Java Task" on the design Console?
    Could Anybody provide me the detailed steps to do that?
    Thanks
    Ramiro Ortíz.

    Greetings.
    I want to invoke a custom code after creating the resource "OID User" on the OIM Administration Console. For example invoke a custom code that creates The Form's resource access descriptor (RAD) on the OID.
    I have read the Developer's Guide for Oracle Identity Manager book but I don't get how to solve my requirement.
    Should I use a "Java Task" on the design Console?
    Could Anybody provide me the detailed steps to do that?
    Thanks
    Ramiro Ortíz.

Maybe you are looking for