Add data to  custom fields

hi,
i have some data to be added to a custon field in PROD.... how sholuld i go around this? can i do this manually in PROD< r is there any standard procedure for this?

hi if the custom field where in u wish to upload data is in infotype than use PA30, if the master data u wish to upload is in Mass than u may create a BDC or lsmw or you can use the option of fast data entry..
pl let us know if this meet ur req or u r looking something else
rgds
vishal saxena

Similar Messages

  • How to add data to custom dropdown in E-REC BSP Application:HRRCF_REQ_MNT

    We have added a custom dropdown field in E-recruitment. The BSP application is: HRRCF_REQ_MNT. Now i need to assign values to that dropdown through HRRCF_REQ_MNT. Any suggestion where that dropdown will be defined because i dont see it in the layout for that particular bsp page. I only see the standard dropdown fields.
    Any suggestion will be appreciated.
    Thanks

    Hello,
    you can do it much easier than modifiing.
    You can add a dropdown by customer include into the e-recruiting infotypes.
    If you want to have the dropdown in the basic data, create a customer include in infotype hrp5125.
    If you want it below job data then create it in infotype hrp5126.
    If you assign values to the domain of your customer field or add a searchhelp into the customer include structure, the drop down will be automatically be filled.

  • BAPI to validate data in customized fields of transaction MIGO

    Hi,
    I have a requirement where we need to add two custom fields to the header tab of MIGO screen. Please let me know if there is any BAPI existing to validate the data entered? If yes, how do we implement it?
    Thanks
    Shanthi

    Check the BADI in SE18....:-
    MB_MIGO_BADI     for header
    MB_MIGO_ITEM_BADI  for item

  • BDT : Uplaod data in Customized fields

    Hi Experts,
               I have added some customized fields with the help of Business Data Toolset(BDT).
    Now the problem is I have to upload mass data and I am not clear How the data would be passed in the customized fields.
    Is there any BAPI or standard functionality to acheive this???
    Please sugest a way .
    Help would be appreciated.
    Regards
    Sourabh Verma

    HI Sudheer,
                  I know that if we add the fields through EEWB they are reflected in this BAPI , But will the fields would be reflected in this BAPI if they are added through BDT??
    Or is there some other way to uplaod the data when BDT is used?
    Help will be appreciated.
    Regards
    Sourabh Verma

  • Get data into custom field.

    hi all,
    Can you please tell me how to get data of particular Business Partner field into the custom field which is enhanced in the business activity (BO:bus2000126) of activity partner.
    Regards,
    Ankush.

    hi,
    ->For getting data from table into Adobe Forms, you need to add code in your WD application only.
    -> You create an UI Element (Interactive Form) for the adobe forms in the Layout.
    -> Give the name of your form (Zpdf) in the Template Source property.
    -> A pop up will appear asking you to make contexts in your application by its own.
    -> Click on Ok and then context will also appear in your Wd application.
    -> Now you can use the context and write the code for getting values in Wddoinit or anywhere you want.
    -> Write select/query or call a FM to fetch the data into an internal table.
    ->Finally bind the internal table with the Contexts created.
    Check out this link :
    /people/bhawanidutt.dabral/blog/2007/11/15/how-to133-integrate-adobe-form-on-webdynpro-for-abap-and-deploy-it-on-portal
    I hope it helps.

  • How to replicate data from custom field in SRM to ECC

    Hi,
    I am using SRM 5.0, as per my requirement i need to get data from SRM (Web GUI) through custom fields in "Confirm Goods",
    and need to pass this data to ECC,
    I found that Message type MBGMCR; IDOC Type u2013 MBGMCR01 can be used for passing the data from SRM to ECC,
    How can i pass the new data to this IDOC in SRM
    and how can i get the data from this IDOC in ECC
    Please help.
    Thanks in advance,
    Jerin.
    Edited by: Jerin Joseph on Jul 23, 2009 5:06 PM

    Hello,
    This will help you.
    Re: Replicating GR custom fields from EBP to SAP R/3
    Thanks
    Ashutosh

  • Moving data from custom fields to ekko table

    Hi Experts,
    I added new custom tab into me21n,me22n,me23n header thro me_gui_po_cust and me_process_po_cust.
    If i enter values in my custom fields, transport_from_model this method is not triggering.i have written below code in this method.
    METHOD if_ex_me_gui_po_cust~transport_from_model.
      DATA:     l_header  TYPE REF TO if_purchase_order_mm,
                ls_mepoheader  TYPE mepoheader,
                ls_customer TYPE ci_ekkodb.
      CASE im_name.
        WHEN subscreen.
          mmpur_dynamic_cast l_header im_model.
          CHECK NOT l_header IS INITIAL.
          ls_mepoheader = l_header->get_data( ).
          CALL FUNCTION 'ZMM_GET_DATA'
            EXPORTING
              im_ebeln       = ls_mepoheader-ebeln
    *            im_ebelp       = ls_mepoheader-ebelp
           IMPORTING
             ex_data        = ls_customer .
          MOVE-CORRESPONDING ls_mepoheader TO dynp_data_pbo.
          MOVE ls_customer-ztender TO dynp_data_pbo-ztender.
          MOVE ls_customer-zemdapplicable TO dynp_data_pbo-zemdapplicable.
          MOVE ls_customer-zpbgapplicable TO dynp_data_pbo-zpbgapplicable.
          MOVE ls_customer-zemdamount TO dynp_data_pbo-zemdamount.
          MOVE ls_customer-zemdvalidity TO dynp_data_pbo-zemdvalidity.
        WHEN OTHERS.
      ENDCASE.
    ENDMETHOD.
    i cant move my values entered in custom fields to ekko table.
    please help if u know..
    regards,
    Kavitha
    Edited by: Matt on Mar 23, 2011 10:55 AM added  tags

    Hi,
    check this out.. !!
    Import data from Excel to Oracle Database and
    Added link From Ask Tom.. your requirement you would be satisfied.. I supppose.. !!
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:908428873069
    - Pavan Kumar N

  • Add columns with custom fields in the table control of MIGO

    Hi,
    I have to add custom fields in the table control view of item in the MIGO.  I have added the fields in the GOITEM structure and i am able to display it in the item details tab.  I want the same fields to be visible as columns in the table control view of the items.
    I found that TV_GOITEM is the control in SAPLMIGO program referring to the table control of items but it is referring only to the standard fields available in Screen 200.
    Please let me know if there is any screen exit or option to add the custom fields in the control TV_GOITEM.
    Thanks.

    Hi,
    Thanks for your reply.  I have added the custom fields in the item detail.  But the customer wants the custom fields in the table view also.
    Is there any screen exit available to modify the table control of MIGO?
    Thanks.

  • Copy reformatted date to custom field

    I am scanning a lot of quite old film for which I can only guess at the date taken.  Aperture import puts the timestamp of the scan in the date field.   I have created a custom field "Date Shot".  I will manually enter the date as yyyy-mm-dd (perhaps only year).  I would like to be able to sort all of my photos by Date Shot.  This means copying and reformatting the timestamp for all of my digital photos (in certain projects) into Date Shot.
    It looks quite possible using AppleScript.  I have done lots of programming, but know nothing about that language.  Just quickly reviewed the Aperture 3 AppleScript document.
    I would appreciate any ideas or code to use as a start for this effort.  I assume one can pick out the date components and reformat using printf-type commands.

    I've done some Aperture scripting. Some things work nice some things don't, Aperture is not the best example for first time application scripting. 
    There are many good resources on the web
    These two from Apple
    AppleScript Overview
    AppleScript Language Guide
    Two other good sites
    macscripter.net
    macosxautomation
    Here is some code that takes a selection of images in Aperture, gets the EXIF date takes the time component from that  and make a custom tag field name Capture Time and puts the time in it.
    display dialog "Aperture will Start." & return & return & "Select image(s), press Continue when ready" buttons {"Continue", "Stop"} default button 1
    set the user_choice to the button returned of the result
    if the user_choice is "Stop" then
      tellme to quit
    end if
    tell application "Aperture"
      activate
              set imageSel to (get selection)
              if imageSel is {} then
                        error "Please select an image."
              else
                        repeat with i from 1 to count of imageSel
                                  tell item i of imageSel
                                            set imageDate to value of EXIF tag "ImageDate"
                                            set s to time string of imageDate
                                             make new custom tag with properties {name:"Capture Time", value:s}
                                  end tell
                        end repeat
              end if
    end tell
    Anyway this should give you a starting point. Good luck.
    regards

  • How to add a new custom field to one set of employees within one country?

    Hi,
    I am thinking of a scenario where a new custom field is dispayed in PA30 for IT0006
    only for one set of employees in US (such as for a employee group or employee sub group).
    Other employees should not have this custom field.
    All employees in this scenario is for US country only.
    Is this possible? Do we need ABAP for this or only IMG will do?
    Any details on how to implement this etc..
    Thanks for any help.

    Thanks for everyone for the responses.
    I really liked the decoupling infotype solution.
    However, since some work has been done in the old way, I will try to describe the problem in detail.
    Our ABAPer already created a new screen 0200 as a sub-screen in ZP000600 module (I am assuming it is a module pool) using PM01 and assigned to 2010 screen; an alternate screen specified in IMG for country 10 as key (instead of standard screen 2000 for IT0006).
    This new screen 0200 is assigned to 2010 in PM01 transaction.
    These steps displays the 0200 sub-screen with added fields to all the US employees hiring in the respective personal action.
    I want to create a new scenario to suppress these additional fields for some US employees (say company code BKUS)
    I placed a new entry in T588M for module pool as ZP000600 , key is 10, alternate screen as 0200 and hide all the fields
    But, these additional fields are still displayed always for US employees for whom I want to hide.
    Did I miss any thing?
    I do not want to hard code in ABAP whom to display and who not to.
    Is there a IMG way to do this so that I can change the criteria later as we go.
    Thanks

  • CIC0- Add Date of Birth Field in the BP Search,

    Hi,
                Please do let me know the procedure for adding the Date of Birth Field in the BP Search of Interaction Client Center.
    I have activated the Field  BP1_BIRTHDATE in the CRMC_CIC_SEARCH_CNTR,
    and i have changed the Layout of the HTML Page via the Transaction SMW0 in the SAP WebRepository in the CRM_CIC_COMPONENTS package.
    Now im able to find the Date of Birth Field in the CIC0 but while i'm trying to search based in the Date Of Birth field it is not working it.
    Please do suggest me what i have to do.
    Anilkumar.

    How can you expect to search on DOB basis if its not suported at the BOL level. Make sure the business logic is written to carry out search on DOB basis.
    You need to enahcne the already exsiting search code to support search on date of birth basis.
    <b>Reward Points if useful</b>

  • Between operator not appearing for date in custom field of IBASE search

    Hi experts
    I am using CRMCMP_IBSEARCH for search enhacement of IBASE by adding a new fields as valid from date in CRM 7.0.
    I have added the field using append structure in the search structure of IBASE.Now my requirement is i am unable to see the between operator in UI for this date field and also i cannot enter date range for my requirement.
    Any su

    Hi,
    please go to SM34 and open viewcluster CRMVC_DQ
    Check and change here the operators for your component and view / attribute.
    Kind regards
    Manfred

  • Populating Customized fields in Sales Order Creation using BAPI

    Hi All,
    I have a requirement that, I need to populate 2 customized fields which are appedned in the VBAK tables through Append structure. I am using BAPI_SALESORDER_CREATEFROMDAT2 FM for creating it.
    Could anybody tell me how to send these 2 coustomized field values in this BAPI using EXTERNIN parameter.
    Regards
    Rajesh
    [email protected]

    Hi,
    To add data to custom fields there are two appraoches.
    <b>1)</b>Using the <b>EXTENSIONIN</b> in the Tables option in the FM <b>BAPI_SALESORDER_CREATEFROMDAT2</b>
    Check the Documentation for the same,
    <b>Customer Enhancement for VBAK, VBAP, VBEP</b>
    <i>Description</i>
    You can use this parameter to transfer user-specific enhancments to a BAPI. The customer has to complete the EXTENSION structure and the system automatically continues processing it. If you have not defined any user-specific fields, then you can transfer a blank EXTENSIONIN structure.
    <b>Technical information about Customer Enhancements</b>
    The following description uses an example to explain how to proceed with customer enhancements to the SD tables VBAK, VBKD, VBAP and VBEP.
    The customer has added their own fields to table VBAP using the INCLUDE structure CUTEST. This structure contains 2 fields:
    CFIELD1, CHAR 10
    CFIELD2, CHAR 3.
    The customer also requires that these two fields can be maintained with the BAPI.
    1. Maintain structure CUTEST in table VBAP
    2. Because the BAPIs work with checkboxes, you must also define a CUTESTX checkbox for the customer structure. It should be structured like this:
    Field name       Data element
    CFIELD1            CHAR1
    CFIELD2          CHAR1
    3. Define these customer structures in the structures VBAPKOZ und VBAPKOZX using INCLUDE or APPEND.
    4. Add the customer structures to the BAPE_VBAP and BAPE_VBAPX BAPI structures using the APPEND technique.
    5. Adjust the following structures for customer enhancements to table VBAK:
    a) VBAKKOZ
    b) VBAKKOZX
    c) BAPE_VBAK
    d) BAPE_VBAKX
    6. Adjust the following structures for customer enhancements to table VBEK:
    a) VBEPKOZ
    b) VBEPKOZX
    c) BAPE_VBEP
    d) BAPE_VBEPX
    7. Generally, the data should be added to the BAPI interface in the internal communication structures (VBAKKOM, and so on). There, you can process the data in the SD tables (VBAK, and so on).
    8. If the EXTENSIONIN parameter contains customer data, you must complete at least the key fields in the relevant standard parameters.
    <i>For example:</i>
    You want to change customer field VBAP-CFIELD2 for item 20 to "XYZ" in order 4711.
    The following entries are expected:
    Import:     BAPIVBELN-VBELN       = '0000004711'  Document number
                BAPISDHD1X-UPDATEFLAG = 'U'           UPDKZ for doc header
    Tables:     BAPISDITM-ITM_NUMBER  = '000020'      Item number
                BAPISDITMX-ITM_NUMBER = '000020'      Item number
              + BAPISDITMX-UPDATEFLAG = 'U'           UPDKZ for item
    You must complete the EXTENSION table as follows:
    STRUCTURE                          VALUEPART1       1234561234567890123
    BAPE_VBAP                       0000004711000020                 XYZ
    BAPE_VBAPX                      0000004711000020       X
    <b>Further Information</b>
    You can find more information in the BAPI programming guide in the chapter for enhancements to BAPIs.
    Notes
    You must complete the STRUCTURE field with the name of the relevant enhancement structure (BAPE_VBAK, BAPE_VBAP, BAPE_VBEP). You can complete the remaining fields with the append structures from the enhancement structures.
    At the moment, you can use the BAPI to store enhancements in the following structures:
    VBAK : An enhancement to header data requires an append structure to BAPE_VBAK and an enhancement to structure VBAKKOZ.
    VBAP : An enhancement to item data requires an append structure to BAPE_VBAP and an enhancment to structure VBAPKOZ.
    VBEP : An enhancement to schedule line data requires an append structure to BAPE_VBEP and an enhancement to structure VBEPKOZ.
    VBKD : If you are using an enhancement for header data, you must add an append structure to BAPE_VBAK. You also need to enhance structure VBAKKOZ. If it is for item data, you need to add an append structure to BAPE_VBAP. You must also enhance structure VBAPKOZ.
    If you also want to work with checkboxes, each X-structure must also contain an append structure.
    For example:
    A customer has created an order and wants to include the material long text (50 digits long).
    The EXTENSIONIN structure must be completed with BAPE_VBAP. Two fields have fixed definitions in this structure. These are in the VBAP host key (VBELN, POSNR). The customer sets up an append structure that contains field ZMAT50.
    Because the VBELN is normally blank when you create an order, the data can look like this:
    STRUCTURE   |BAPE_VBAP
    <b>2)</b> Create the Sales Document using the FM and when successfully craeted you will get the Sales Document No in the Export parameter <b>SALESDOCUMENT</b>.
    After its created and Committed using <b>BAPI_TRANSACTION_COMMIT</b> , do a <b>BDC</b> recording for the same to (<b>VA02</b> Change Sales Order) update the fields only and save the document.
    Regards,
    AS

  • My custom fields now show dates. Can't enter names etc.

    I just migrated my Address Book from a Powerbook running Tiger into a MacBook Pro running Leopard. All went smoothly except my custom fields that I used to enter info into now have dates as the only entry option. I cannot find a way to change this and I don't use dates. Can someone tell me how to fix this? Thank you SO much!

    The Custom Fields are set up in Preferences/Template. I would add the new fields to Address Book before importing data with custom fields.

  • Add custom field under specific tab

    I have a requirement  to add a new custom field to the 'change bid invitation screen' in bids/bidders tab(SRM 5.0). I am new to SRM but I understand that to add a new custom field we have to append structure the structure  'INCL_EEW_PD_HEADER_CSF_BID'. But if i append this way, the field appears in the screen under basic data whereas i need the field under the tab bids/bidders tab after I have added a bidder. Is there any way to influence in which tab the custom field is displayed?

    Please help me out this

Maybe you are looking for