How to mapp in UDF column of MasterData  &  Master Data Rows  UDO add time?

Hi   all ,
  I have one MasterData(A) & 3 MasterData Rows(B&C) table
    A (Code ,Name ,U_SKU,U_AName,U_AID)      Master table
    B(Code ,Name ,U_SKU,U_BName,U_BID)        Child table
    C(Code ,Name ,U_SKU,U_CName,U_CID)        Child table
   Now tables are automatic Mapped with  Code  UDO Creation time but i want  to mapping with U_SKU  column
   please help  how to mapp MasterData(A) and  3 MasterData Rows(B&C) table with UDF Column
Thanks in Advance
    Surajit kundu

in the start routine of transformation from 0MAT_SALES_ATTR to znewmat do the following:
select materials from /BIC/PZNEWMAT into i_mat
for all entries in source_package where material eq source_package-material.
loop at source_package.
p_ind = sy-tabix.
read table i_mat with key material = source_package-material.
if sy-subrc ne 0.
delete i_mat index p_ind.
endif.
this way you'll only update records that have previously been loaded by 0MATERIAL_ATTR DS
loading sequence:
first load ZNEWMAT from 0MATERIAL_ATTR. then activate ZNEWMAT. then load 0MAT_SALES_ATTR to ZNEWMAT.
M.

Similar Messages

  • How to use the customer types in customer master data

    how to use the customer types in customer master data?
    menu path is Extras -> account group info -> customer types

    hi,
    This is an option given to you to choose (if you need to) the way you perceive this customer.Here you get options including ompetitors,Salespartner, prospect,
    default sp ,consumer.
    See it helps you to differentiate between prospect(which you may use for quotation or inquiry purpose)Sales partner and the competetor.
    I hope this clarifies your quiery.Reward points if so.
    Thanking you,
    Best regards,
    R.Srinivasan

  • HOW DO I STOP MY JSP PAGE FROM INSERTING DATA IN DATABASE EACH TIME REFRESH

    Hi,
    HOW DO I STOP MY JSP PAGE FROM INSERTING DATA IN DATABASE EACH TIME REFRESH?
    Thanks

    emekaco wrote:
    Hi,
    HOW DO I STOP MY JSP PAGE FROM INSERTING DATA IN DATABASE EACH TIME REFRESH?
    ThanksSTOP SHOUTING!
    now, while displaying the form generate some random number, or take the current time in millis or whatever. Put that number in a hidden field. Insert that unique number along with the real data into the database, but before you do check if the number already exists. If it does you can be pretty sure this is a resubmit of the same data, so don't allow it. This is one way of many to prevent resubmission of existing data.
    A good way to prevent a refresh from resubmitting altogether is to do a redirect to a result page right after you deal with the POST request. When the user presses refresh then, he/she will refresh the redirect and not the form submit.

  • How to delete Business partners in Business partner master data

    Dear sir,
    I had  remove some business partners in Business Partner maserdata. but i will remove some business partners one error will come into picture that error is " You cannot remove business partner; linked Sales Quotations exist  [Message 3502-79] "
    How to remove that bp in bp master data. plllz tell me how to solve these problem step by step process in sap business one 2007 B

    Hi,
    If you have created a Sales Quotation or for that matter any document for  the Business Partner you are trying to delete, you cannot delete the Business Partner from the database.
    As transaction and document is linked to the BP, then you cannot delete it.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • How to use LSMW on CRM for bulk master data creation?

    Hello Experts,
    I need your help to able to use LSMW on CRM for bulk master data creation. Below is described my detailed requirement; -
    We have CRM 2007 integrated with SAP ISU (ECC6.0). As per business process all Business Master Data (BP details, Business Agreement details etc) and Technical Master Data (Connection Object, PoD etc.) is created in CRM and then it is replicated in ISU. We are going to start Assembly Test soon. Now we need to have all master data in place. Tool we want to use is LSMW.
    Now can you help me right from scratch on how to use LSMW for bulk master data creation in CRM?
    Please give me documents / links etc that is relevant.
    Regards,
    Rohit

    Hi,
    I have looked into your query.
    These are some information which might be useful to you.
    What is LSMW?
    Legacy System Migration Workbench or LSMW is SAP standard program that can be used to easily load / change master data or transactions in SAP without any programming at all. It can be used to upload data at cutover, such as: open orders, contracts, materials, vendors, stock on hand. It can also be used in a production system to make changes to existing data. Very limited authorization checks are available on the transaction, so the use of it must be very well controlled.
    One input file can be used to create all the views of the material master. For all the material types. Even if different views and fields are used for the different materials.
    Steps to take
    1. Create text file with data to be loaded
    2. Set up and run LSMW
    The following link will provide good information on LSMW Idoc method:
    [http://help.sap.com/saphelp_nw04/helpdata/en/ad/2d54a41d7011d2b42e006094b944c8/frameset.htm]
    I hope this helps.
    Regards,
    Venkat

  • How to change title of Employee Master Data form (in add-on creation) in SAP B1 9.1?.

    Hi all,
    I have a problem of how to change title of my add-on in SAP B1 9.1.
    I created the add-on of Employee Master Data but I want to change its title, is it possible?
    When I change the title as (Member Master Data) in property, it will display Employee Master Data again.
    If it is possible to change it, how can I do?
    Please anyone can help me.

    Hi,
    Try this:
    If pVal.FormType = 60100 AndAlso pVal.EventType = BoEventTypes.et_FORM_LOAD AndAlso pVal.BeforeAction = False Then
      Dim oForm As SAPbouiCOM.Form = DirectCast(oApplication.Forms.GetForm(pVal.FormType.ToString(), pVal.FormTypeCount), SAPbouiCOM.Form)
      oForm.Title = "New Title"
    End If
    Or you can try:
    If pVal.FormType = 60100 And pVal.EventType = BoEventTypes.et_FORM_LOAD And pVal.BeforeAction = False Then
         Dim oForm As SAPbouiCOM.Form = CType(oApplication.Forms.GetForm(pVal.FormType.ToString(),pVal.FormTypeCount), SAPbouiCOM.Form)
    oForm.Title = "New Title"
    End If
    Hope it helps.
    Thanks & Regards
    Ankit Chauhan

  • How to set default field values in customer master data.

    hi,
    I want to set default values in customer master data (account group wise).
    but
    I don't know how to set it .
    please help me.
    (I don't want to change field status in account group rather than I want to set default values for field. )
    thank you.

    hi,
    this is to inform you that,
    in SAP there is no such a provision.
    but
    in LSMW there is an option of CONSTANT VALUES.
    check in SHD0 - also
    please check and confirm
    balajis\a

  • How to create new field groups in AA master data screen layout?

    Hello,
    We are using ECC 6.0
    We have created bunch of new fields for asset master data, but we want to make them visible only for particular asset class. So we need to customize in SPRO Asset Master Data Screen Layout, but there no specific field groups that we can customize. So how to create and add new field groups to manage them by radiobuttons Required, Optional, No or Display?

    hi,
    think, it's not possible.
    look here:
    http://help.sap.com/saphelp_47x200/helpdata/en/4f/71e05a448011d189f00000e81ddfac/frameset.htm
    "The field groups and their respective fields are defined in system tables"
    kind regards
    Andreas

  • How to make 0datefrom a compounding key to master data having single key ?

    Dear Experts,
    I am trying to add 0DateFrom to compound a master data object via RSD1.
    In the Compounding tab, i keyed in the 0DateFrom and tried to activate but system does not allow :
    Message :
    Characteristic ZCONxxx: InfoObject 0DATEFROM is not allowed in the compound
    Message no. R7596
    Diagnosis
    InfoObjects 0DATETO 'Valid to' and 0DATEFROM 'Valid from' are not allowed in the compound.
    System Response
    Characteristic ZCONxxx can not be activated.
    Procedure
    Define attributes or the texts for the characteristic as time-dependent. The fields 'Valid from' and 'Valid to' will then be automatically included in the master data tables or text tables.
    I then followed the advise on from the message and ticked the DateFrom attribute in the master data. This attribute is existing one. But the system says :
    Characteristic ZCONxxx: Attribute 0DATETO cannot be used w. time-dependent attribte
    Please advise. I must compound the master data with datefrom. How can it be done when BI disallows?
    Thanks in advance.
    regards
    Pascal
    Edited by: Pascal Gabin on Aug 15, 2011 10:47 AM

    Hi
    In SAP standard reminders are triggered based on requirement type 103 (dunning). Instandard it is assigned to output type MAHN. You can create a new requirement by modifying requirement 103 which considers confirmation entered in PO. Then it can be assigned to the reminder output type in output schema.
    Regards
    Antony

  • How to insert e-mail into a customer master data

    Hi all,
    i need to insert e-mail into customer's master data, which bapi can i use? and, if that possible, how?
    i explain the situation: we need to let some users change a customer data, what we want is create a transaction, let say ZXD02, that only let a user add or change emai for customer and update the Notes (see attachment). What user do, have to be replicated in Master Data in General Data-->Address-->E-Mail
    Any suggestions?
    Thnks a lot

    Hi Cristina Martínez Eguiarte
    We can implement field level authorization in SAP standard IMG settings. There is no need of any exit BAPI or screen/transaction variant for this. Please go through my doucument in which I have shared the process and settings. I did this for some other field and I hope you can do it for Email ID field as well.
    Field level authorization for customer and vendor master in SAP.
    Please test and update.
    Thank$

  • How to create Process chain for Aggregate for Master data

    Hello friends,
    I created Aggregates on Navigational Attributes.
    Now they are working fine, but i need to know that how shall i create the Roll up for Aggregates on Navigational Attributes.
    The point is the master data changes frequently a lot of time for e.g. for 0customer etc.....
    So if any one can send me the step by step documents so as to know how to roll up the Aggregates for Navigation attributes or for aggregates created on Master data....
    How to create process chains for the same ?????????
    Because if master data changes, then rolling up the aggregates straight forward will not help.
    So we need to write a process chain so that it deactivates the aggregate and reactivate again and fill up again..........
    If i mis interpreted something please rectify it.......
    Please advise

    Hello,
    the changerun that you have to schedule in order to activate the master data will adjust the aggregates automatically.  There is no need to deactivate them after master data loads.
    Best regards,
    Ralf

  • Mdifying "Code" column in UD Master Data table

    Hi all..
        is it possible to modify the length of the field "Code"(Default column crerated when a UDT-Master Data is created) in Master Data table.
    if it is possible,Please give me sample..
    Sandeep

    Hi Sandeep,
    you can use for example the following code:
    oUserFieldsMD.GetByKey(sTableName, 2)
    oUserFieldsMD.EditSize = 10
    nerr = oUserFieldsMD.Update()
    The EditSize sets or returns the field maximum value entered by the user. This applies only when the Type property is set to db_Alpha or db_Numeric.
    There is one exception that alphanumeric values can not be decreased.
    Regards Chris

  • How to make Department field in cost centre master data a required field?

    Dear Experts,
    I want to make the Department field in the cost center master data as required field.....how do i do it?
    regards
    Suresh

    Hi Sursh
    Create a transaction varinat through SHD0.
    For the department field, activate the Requred check box field.
    Then activate the variant.
    Regards
    SAP Student

  • How to automate handling of dimension members? (master data loads)

    Hi,
    We want our users to be able to upload master data (i.e. dimension member data) from a flat file. It is only possible to upload transactional data from a flat file via the Data Manager...
    Any suggestions?
    Thanks,
    Peter

    Hi Peter,
    1.  use BULK INSERT to load the flat file into SQL SERVER and automate using the SQL job or Windows schedule job. Then call the AdminTask_MakeDim package in DM. This is also be scheduled in BPC DM.
    You can also use SSIS packages to load flat file data into the SQL SERVER table.
    2. SSIS packages are not complex, you should know to use it. Basically have learnt using these SSIS packages after started working in BPC Datamanager.  You can find various online tutorials on SSIS packages.
    Flow of data should be:
    Flat file - staging table in BPC database - copy from staging tbale  to mbr<dimension> table - Admintask to process Dimension.
    The structure of staging table should be identical with mbr<dimension> table  or mbr<dimension> table should be a subset of Staging table.
    To schedule the BPC - DM packages:
    Open the eDATA menu - 'Run Package' window. You have a option of 'New automation', use that to create schedules on SSIS packages (can be used for both BPC standard packages and customized packages).
    hope it helps.
    Hi Sam,
    You can try by VBA into EXCEL, prepare the dimension member sheet and process. Basically it depends on our knowledge / ease on technology .
    I never had a chance to try on this. By visualising, this is possible but  ensure on the data type loading into the EXCEL.
    example, CompCode is 0310, while loading into EXCEL load as 310... omit the 0 in the front.
    Try and share with us how it works.
    Cheers
    Uma

  • How to configure CVC automation process using SNP master data and BI customer master data

    Hi Gurus,
    How to configure CVC automation in MPOS structure technically, using SNP master data in CVC creation such as Product and location details
    and in parallel extract date from ECC to BI customer master data in DP. Where-in a APO BI cube should have only new combinations which are to be validated with ECC and existing combinations in the MPOS structure before creation of CVC in different regions of MPOS.
    Second the automation should also check certain validations of product, location and are part of SNP-ECC master data and are these new combinations.
    Could someone guide us in this process.
    Thanks
    Kumar

    Praveen,
    The short answer is to move the data into infoproviders or flat files for all of the 'characteristic-type' source data; and then copy CVCs from the infoproviders into the Planning area, probably using one or more Process Chains (program /SAPAPO/TS_PLOB_MAINTAIN).
    The long answer is that this is not a trivial undertaking; this could end up being a pretty involved solution.  If you do not have enough BW/DP expertise available locally to create this solution for you, then I recommend you consider engaging external resources to assist you.  I personally wouldn't even consider starting to work on such a solution without first knowing a lot more about the detailed business requirements, and about any existing solutions that may already in place.  An SCN forum is not really suitable for such an answer.  In my opinion, the BBP doc alone would be 20+ pages, assuming no enhancements..
    Best Regards,
    DB49

Maybe you are looking for