Copy materail master only on selected fields

Hi guru,
I am exploring the possibility on copying exisitng materail master ( when createing a new matearil master ), only copy certain fields as deseired. Does anyone know if it's possible and where to do the config.
Thanks

Share your findings.
Thanks,
Anil

Similar Messages

  • Is it possible to display only dynamically selected fields in the out put?

    Is it possible to display only dynamically selected fields in the out put? i need to display set of columns in the selection criteria, but in the output i have display only input given fields. because i need to convert it into .csv file. So i have to display selected fields from internal table. In oracle they are using"execute immediate". is there any equivalent in SAP?
    thanks in advance.

    Hi Remya,
    Are you talking about dynamic programming in ABAP ?
    If yes, there are concepts like RTTS which facilitates it.
    Yes, the select query also supports dynamic selection of fields. ( Please care about ( ) in dynamic sql ).
    Do more research on Field Symbols and statements like ASSIGN COMPONENT OF.
    Regards,
    Philip.

  • Is it possible to send a vCard only containing selected fields?

    Is it possible to send a vCard using the Contacts app that only contains selected fields?
    I know how to send the entire contact, but some of my contacts contain information that I don't want to share (like notes or nicknames).
    In Mac OS X it's possible to mark contact fields as "private" and these fields aren't included if that contact is exported as vCard. Is this - or something similar - possible on the iPhone (running iOS 7)?

    I already expected that answer, but I hoped that I just had missed some setting. Thanks.

  • Syndication only when records are updated, but ONLY for selected fields

    again with one of my : it's that even possible at all ?
    the case, we have a customer repository where, among other things we add some extra info (classification ABC and similar mainly) to a small percentage of them (around 5 - 10 %)
    and we would like to distribute only those changes, changes in few fields
    of course we load plenty of fields from R3 and other systems, and also we modify records to assign the customers to different business organization that have to look after, this assignments change also very often (it can affect to 30 to 40 % of the customers). All this data does not need to be distributed.
    so in figures (as example to easier understand), weekly base :
    _ 250.000 _ aprox records in MDM
    _ __ 1.000 _ new records every week from source systems
    _ __ 8.000 _ updated records every week from source systems
    _ ______________(yes, big number, some marketing attributes and soft stuff they like to see in MDM)
    _ ____ 100 _ aprox are "enhanced" with data we need to distribute
    _ __ 50.000 _ aprox records are re-assigned or reclassify with data we do NOT need to distribute
    _ ______________(mostly done with assignments and so on that keep changing every week)
    so, even selecting "suppress unchanged records", MDM keeps distributing like 60.000 records, when we only need those 100.
    is any direct way to make this ??
    as a work-around, I have think into a workflow that in a way flags a new field (to_be_distributed) always and only when a user change one of this specific fields. And then filter the distribution for only this field = True. And another workflow that set the mention field to False, just after the distribution is done.
    Crazy idea ??, anything better ??
    (we are in MDM 5.5, if the solution require 7.0, migration plans are in the horizon)
    thanks in advance, everybody

    Hi,
           We had the same scenario where in we have to Syndicate only certain Fields to Legacy...As per your scenario add classification data to your Existing Customer repository. Next steps is to create a map for the classifications data...You write your own conditions in FreeForm search of MDM Syndication. Whenever certain conditions are satisfied, MDM system will syndicate. 
    Next - Option - If you are implementing work flow then create a extra field called Syndicate_Legacy. Syndicate_Legacy should be Flat LookUps .Values should be Syndicate,No Syndicate.  Before end of the WF, you should have  a assignment step. By using assignment change the value to Syndicate or Not syndicate. For this , along with map you should also write a condition in Free form search in syndicator stating that only if Field(Syndicate_Legacy) = Value(Syndicate). I believe these should solve your issue...If not please let me know...
    Thanks
    Ganesh Kotti

  • When defining copy rules, only one source field allowed

    Our users have requested the facility to allow them to copy pricing condition records when in in VK12 transaction. But when configuring the copy rules, we have come across the following problem:
    When configuring copying rules for copying pricing condition records,
    there is no possibility to use more than one source/target fields.
    In our example, the condition table created for a certain pricing
    access sequence contains keys such as Sales Organization, Sold-to Party
    "and" Product Hierarchies level 1 to level 9 (e.g. PH1 - PH9) .
    In the condition table definition, fields PH1 to PH9, although key
    fields, are also defined as footer fields. This means that per sales
    organization and sold-to party, we can create more than one condition
    record based on different combinations of PH1 to PH9.
    However when setting up copy rules for conditions in SPRO (SD -
    Pricing Control - Copy Control for Conditions) to allow our users to copy the condition records, for a given Source /
    Target table, the standard selection screen only allows us to define one Source / Target field.
    In our case, this is not helpful. The configurator should be allowed
    to select more than one source field (i.e. PH1 and PH2 and ..... PH9). At this moment,
    we can only select as source field PH1 or PH2 or PH3., etc..
    Steps for the Reconstruction:
    - Run Spro.
    - Select SD --> Pricing --> Pricing control --> Copy control for conditions -- > Copying rule for conditions
    - Select 'New Entries'. Selection screen is displayed. The issue is that in this selection screen, the configurator is allowed to select only one source field. He should be allowed to select multiple fields.
    Can you help us with this problem please?
    Your help is much appreciated!
    Edited by: C. Hassink on Feb 2, 2008 3:50 PM
    Edited by: C. Hassink on Feb 2, 2008 3:52 PM
    Edited by: C. Hassink on Feb 2, 2008 3:53 PM
    Edited by: C. Hassink on Feb 2, 2008 3:55 PM
    Edited by: C. Hassink on Feb 2, 2008 3:56 PM

    Hi Ralph,
    I don't like that methode. Importing the same transport 15 times, each time changing the source-system mapping and making sure, that source-system gets the changes seems to be a huge source of errors, which will be hard to find.
    What do you think of the following idea to solve the issue a totally different way:
    All transfer-rules directly connected to the source-systems are stripped of all Coding, so there is a plain 1 by 1 transformation including 0logsys.
    The InfoSources attached all lead to one ODS-Object, which has the only purpose to collect the data from the source-system without any transformation. So some fields a filled by a system and other fields maybe not.
    The coding specific for source-systems is moved to transfer- / update-rules from that ODS-Object to the original ODS-Objects / Cubes and the "collecting" ODS-Object is emptied after every loading process.
    This will result in a single point of change. It will be quite a huge program (maybe in startroutine) but it's the one and only point, where changes and corrections have to be made.
    Regards
    Robert

  • Make a field read-only after selection made

    I have the below code:
    var currency =  topmostSubform.IFFPage3.Page.Body.rdoDefaultCurrency.rawValue;
    topmostSubform.IFFPage6.Page.FirstCustomer.cboBasicGrossEarningsCurrency.rawValue = currency;
    topmostSubform.IFFPage6.Page.FirstCustomer.cboOvertimeBonusCurrency.rawValue = currency;
    topmostSubform.IFFPage6.Page.FirstCustomer.cboFeesCurrency.rawValue = currency;
    topmostSubform.IFFPage6.Page.FirstCustomer.cboEarnedOtherCurrency.rawValue = currency;
    I need the ones =currency to be read only. Is there a way to make them readonly? I dont want them to be able to change the drop down after a master currency is selected.

    Use the 'access' property. YourField.access="protected" and YourField.access="open".
    Kyle

  • Not able to select Field only option

    Dear All,
    I created a generic datasource based on a infoset query and enhanced the extract structure with a component zzvalov (amount). The idea is to fetch the amount from a different table writinga n user exit.
    Now, the filed ZZVALOV is by default in Hide mode in the extractor field selections. When I try to uncheck the Hidel field and select Field only option and save , I get an error message that OLTP has still some errors.
    Can anyone help to overcome this error. Is it mandatory to have the exit in place before I uncheck the Hide filed and select Field only ioption ? I did not get any warnings while activating the extract structure as well.
    Thanks in advance
    Regards,
    Srinivas

    Hi Srinivas,
    Please check:
    ['The OLTP Source still has errors|'The OLTP Source still has errors]
    [Re: OLTP error when appending a data source .|Re: OLTP error when appending a data source .]
    [Generic Datasource Error: The OLTP source still has errors|Generic Datasource Error: The OLTP source still has errors]
    [Re: The OLTP source still has errors  Message no. R8417|Re: The OLTP source still has errors  Message no. R8417]
    [Re: OLTP Contains still has errors.|Re: OLTP Contains still has errors.]

  • Problem with selection fields in SAP Quick Viewer

    Hi Friends
    I am using SQVI t-code to develop the SAP queries. I have developed a query using tables KNA1, VBAK and VBAP. Initially I used customer number, customer name, city, document creation data, document type and document number as selection fields. Now I have removed customer name, city, document creation data, document type from selection fields.  I am executing this query through a Function module "RSAQ_REMOTE_QUERY_CALL". While passing the data to selection table, even after deleting the 4 selection fields, still I have to pass the sales document number positioning as 6. Is there any way to solve this and make its position as 2.
    I have gone through the FM "RSAQ_IMPORT_QUERY", there one table parameter O_DBSE will retrieve the values for selection fields are designed for that query, again its tedious process, I have create a customized function module and make the required changes. Instead of using this FM, is there any table which stores the data of the selection fields of a query. I have tried for the table and I failed to find that.
    Please help me in this regards
    Regards
    Praveen

    Hello, I am trying to create LSMW to upload KP06 also, we have been uploading by copying and pasting once we run the iverview layout and then save. The problem is that we can only do this by G/L account. We want to use one file to upload all. Can you give me some tips how you were able to accomplished. I am familiar with LSMW, but tcode KP06 behaves in different ways. Do you use the flexible upload to load the fiel thru LSMW? Can you tell me which fields you touch in KP06 when you were recording?
    Thanks You,

  • Copy single master page from one document to another?

    The answer to a previously posted question seems to involve creating a document differently (than I had). A lot of work went into the creation of the master pages in the original document which I will now need to recreate in the new document. Is there a way I can copy one master page from one document to another?
    Many thanks,
    Theresa

    There are a number of ways to do this.
    Create a copy of the document you want to copy the Master page from. Delete all pages except for the one you want (but you have to leave Right and Left alone as FM must always have these two pages available).
    Open the new document and the one that you want to import the master pages from.
    In the new document:
    Import from Document: (select the document with the Master Page that you want)
    then
    File > Import > Formats
    and select Page Layouts only.
    Note that Right/Left always come along for the ride.
    Alternative and probably best way to get a single Master Page:
    In new document, add a new Master Page and select "Empty".
    In the old document, on the desired Master Page, Select All on page (ctrl+A) and then copy (ctrl+v).
    In the new document on the new master page, paste (ctrl+v) to add the layout. Note: you may need to rotate the page first  if it isn't in the same orientation as in the old document.

  • How to create a selection field in Infopackage

    Hello  Experts,
    Greetings.
    My Requirement is to have a infopackage to dynamically accept the selection field values
    Now I Understand the we can only populate single ragne of values VIA ABAP Routine.
    Eg: 0Plant : 1 to 99999999999
    But now my requirement is to make Infopackage accept full range of single values.
    like for Eg for Numeric values it should be
    0Plant = 1 to 99999999999
    for charcters plant from all characerstic material master
    0Plant = CR_001
    0Plant = CRWed
    0Plant  = QWET
    Eg:  It has a field 0Plant now i want this field to replicate as many plant as I get from Material Master table
    How can this be achieved .
    Regards,
    Sachin Dehey,

    Hello Sachin
    You can add 0PLANT in the InfoPakckage more than once in the Data Selection tab by simply pressing '+' sign.
    Like
    0PLant    0000001 - 0999999999 ( this will be populated via routine or can be fixed values)
    0Plant = CR_001
    0Plant = CRWed
    0Plant = QWET
    THis selection will pull all the plants' data where plant is 000001- 0999999, and plant is CR_001, CRWed and QWET.
    But I must acknowledge , I did not get your question properly. I replied based on my assumption. 
    Regards
    Anindya

  • Selection fields

    Hello experts,
    I need to create two selection fields: sales office and sales group in selection screen before the output of the query
    and to display values in sales group field according to value selected in sales office field.
    Is it possible?
    Thanks,
    Hagit

    Mathew, How can I achieve below requirement using WAD, it is similar to sales offive and sales group as per this thread....?
    How will you restrict master data in query filter variable?  we have implemented data level security for reps (sales rep is a navigational attribute of 0customer), when sales rep signed in and access report, he/she is prompted to select customer from customer list, BW is displaying all customers from master data and we would like to restrict the customer list only for signed in sales rep (Not all customers from master data).
    Replacement variable and customer exit variable fill the data and this approach (customer exit and replacement path variable) doesn't work. We need to prompt user a list of their customers to select from.
    Is there a way you can restrict the master data list based on sign in user (sales rep)? we are open to use web application designer to achieve this if it is not possible using query designer?
    Any input will be appreciated.
    Thanks,
    Steve

  • Value help for select-option not filling selection field

    I'm having some problems with a value help on a select-option. I've managed to get the value help displaying the correct values but for some reason can't get it to populate the selection field after I've selected a record.
    I have the following call:
      wd_this->m_handler->add_selection_field(
                          i_id = 'SHORT_D'
                          i_description = 'Program'
                          it_result = lt_range_table
                          i_read_only = read_only
                          i_value_help_type = IF_WD_VALUE_HELP_HANDLER=>CO_PREFIX_SEARCHHELP
                          i_value_help_id = 'ZPROGSTUDY' ).
    where ZPROGSTUDY is a new search help I've set up with an exit to retrieve the values.
    Any ideas ? Thanks.

    Hi Malcolm,
    The code you have is OK. I copied your code into a test program and it worked as expected.
    I used a search help where the possible values are populated in the search help exit, exactly as in your case. The only time it did not work was when read_only = X, but that is obvious also from a visual point of view since the input field is greyed out in that case. The popup also tells you is in RO mode...
    Does your SHLP work when you test it from SE11? Returns values?
    SAP provides a lot of WD4A sample code, see for example component WDR_TEST_SELECT_OPTIONS look for
    select-option fields > special cases > input helps > Non field-specific input help using search help
    Regards,
    George

  • Restrict material master information at the field level

    We have a requirement to restrict change access to certain material master fields, meaning everyone may be able to view the data but not change it.  Beyond that, those people who are allowed to change the data can only change certain fields...other people can change other fields (on the same material master view).  For instance a simple example would be that someone might have access to change the material description on the basic view but not the material group.  Someone else might have access to change the material group but not the description.  (Again, this is just a scenario that I'm using as an example, not as a real live case.)
    Is it even possible to do this?  I'm guessing it's not but I thought I'd ask the "experts" here before I deliver the bad news to our users.
    Thanks!

    Thank you for the information but I was aware of using screen sequence and field selection however how can I use this to allow certain users access to certain fields but not others.
    For example in the Basic view I want one set of users for the same exact material to be able to change the Base of Unit Measure while the other user can only view this field but not change it however this user can change the other fields in the Basic view.  This sounds like a solution for all fields for a particular materials.  I need to be assign fields within a view to different users.

  • ME57 Selection Field

    Hi Gurus,
    I have a requirement in which i have to add Field Stock Placement (MLGN-LTKZE) from Material master / WM view 1 screen to be added on ME57 as an additional selection field and also to be shown on report list screen. This new field should be added then also to table EBAN.
    Could any one please suggest which user exit needs to be used ?
    Thanks in advance
    Arvind

    If you create variant and than when you execute the transaction that time you have to use the variant than only it will be executed with varinat

  • Set copy as master on LOT of photos - LC5.2

    Hello everyone!
    I switched from LR4 yesterday and I'm confused with "set copy as master" action. I have a lot of virtual copies (about 200) and I want all of them become masters. Photo -> Set copy as master works only on one photo from selection each time pressed. As I remember in LR4 it worked on all selected photos. Is it possible to make them all masters without clicking it 200 times?
    If it helps, I'll describe situation: I picked 200 photos, created VCs, converted all of them to B&W. And now I like bw more and want to delete old masters. But it will delete all copies as well. I want to swtich masters with copies and delete copies. Help anybody?

    I think - can't verlfy just now, sorry, please check and test carefully, backup everything, check again - that when you "remove" an image with master status from the catalog, where there also exists a VC as well, that this VC automatically changes its status to being a master. LR wil AFAIK not permit there to be only VCs, but no master, against a given file on disk. If there are several VCs present, only one of them will perform this feat, of course.
    So if you do want to get rid of the current master version altogether, that might be a quick method.
    If you don't want to get rid of the current master versions, it may still be possible. You could export just these masters as a separate (temporary) Catalog; then remove them from the current catalog (as above) causing the current VCs to change their status. Then Import From (temporary) Catalog back again; at which point IIRC Lightroom detects the "clash" of more than one image trying to refer to the same file, and IIRC offers to resolve that via VCs, as one of the options presented.
    RP

Maybe you are looking for

  • How to print one line item per page?

    Hi, I have to develop a smartform for printing tags (labels) and i am stuck. My problem is: If more than one materials are available in one document, one material will be printed per one page. So if three line items are there, three pages of print ar

  • Error Message: The iTunes Library file cannot be saved. Unknown Error 13001

    My error message says: The iTunes Library file cannot be saved. An Unknown error occurred (13001). Ever since I loaded the new 3.0 touch upgrade I have been bombarded by error after error. I have turned off genius which seemed to fix the problem at f

  • Standard program for uploading of IDOCs - CREMAS

    Dear SAP gurus, I would like to ask you if there exists some standard program for uploading IDOCs messages - type CREMAS (Vendor master data). Thank you in advance. Alena

  • Balance Carryforward Group Currency

    Hello, We have a company code that uses two currencies - Local and Group Currency. We transferred the balances from 2007 to 2008 using transaction code FAGLGVTR, but when we display the account balances that have been transferred, there are only entr

  • JSP Tags, EL and toString() method

    Hi, I want to pass a Java object to a custom tag via EL, but am finding that since the class has a toString() method, EL automatically converts the class to a string using the toString method. Consequently, I get an error because the string cannot be