Default fields in xd01

Hi all,
At creating costumers (XD01) I would like to have completed certain fields with default values... is it possible?
regards
Arthur

<i><u><b>Customer Master</b></u></i>
<u><b>Account Group</b></u>
<b>Maintain Number Range for Account Group</b>
Use
The purpose of this activity is to control number range of Account Group.
Procedure
      Access the activity using one of the following navigation options:
IMG --> Financial Accounting (New) &#61614; Accounts Receivable and Accounts Payable &#61614; Customer Accounts &#61614; Master Data &#61614; Preparations for Creating Customer Master Data &#61614; Create Number Ranges for Customer Accounts &#61614; Select the Icon to maintain Number Range
Transaction Code     SPRO
Data to be maintained:
No | From | To | Current No | Ext (Tick in Check Box)
01 | 0000000001 | 0000099999 | 0 | No
02 | 0000100000 | 0000299999 | 0 | No
XX | A | ZZZZZZZZZZ | Yes
<b>Assign Number Range to Account Group</b>
Use
The purpose of this activity is to maintain number range of Account Group.
Procedure
      Access the activity using one of the following navigation options:
IMG --> Financial Accounting (New) &#61614; Accounts Receivable and Accounts Payable &#61614; Customer Accounts &#61614; Master Data &#61614; Preparations for Creating Customer Master Data &#61614; Assign Number Ranges to Customer Account Groups
Transaction Code     SPRO
      Data to be maintained:
Group | Name | Number Range
0001 | Sold-to party | XX
0002 | Goods recipient | XX
0003 | Payer | XX
0004 | Bill-to party | XX
<b>Define Account Groups with Screen Layout (Customers)</b>
Use
In this step, you determine the account group of the customer.
Procedure
Access the activity using one of the following navigation options:
IMG --> Financial Accounting (New) &#61614; Accounts Receivable and Accounts Payable &#61614; Customer Accounts &#61614; Master Data &#61614; Preparations for Creating Customer Master Data &#61614; Define Account Groups with Screen Layout (Customers)
Transaction Code     SPRO
The groups indicated below are a few examples. There are many groups in Standard SAP & if we require additional Group, it can be copied from appropriate group & maintained.
Group | Name
0001 | Sold-to party
0002 | Goods recipient
0003 | Payer
0004 | Bill-to party
0005 | Prospective customer
0006 | Competitor
Select Sold-to-party &#61664; go to Details &#61664; Double Click on General data / Company code data / Sales data. It will take to next screen which details Tab Pages of General data / Company code data / Sales data. Double Click on Tab Page for example: Address, Control, Marketing & so on. Here you can maintain whether the field is to be <b>Suppress, Req. Entry, Opt. entry or Display</b>
Regards,
Rajesh Banka
Reward points if helpful

Similar Messages

  • Default entries in XD01

    Hi Gurus..
    The requirement is while creating the Customer in XD01 some entries should come by default for the Fields in XD01 like Reconcillation A/c # 6458321, Payment term field- Check, Sort Key # 006 & Cash management Group # Z9.This Requirenment is for only specific sales area & for other sales area there is no default entries.
    The situation is we have more than one company codes & sales org. , Distrubtion channel & Division.
    The Client wants the default entries should populates only for one Sales Area.and for other Areas & Company codes it should be normal means no default Entries.
    Can we do it for all customers like Sold To, Ship To, Bill To & Payer...
    Thanks in Advance....
    Regards...
    Amol Gawai

    Part of your requirement, for just one sales area, can be done by creating a screen variant with SHD0, but you have another requirement, for the remaining sales areas, company codes.
    You should create a transaction variant for XD01 with the screen variant you created, like ZXD01.
    In this case the users in the sales area concerned, should use ZXD01.
    May be there is an alternative, I will try in the SAP system.
    regards
    Sidi

  • Set the default field value to transaction code field, when calling from WD

    Hi all,
    Can we pass the value in a input field of a standard transaction calling from WD application. Suppose we are calling a transaction VA03 in an external window, then how will be pass the value in the VBAK_VBELN screen field.
    Is there any way to pass the value to this transaction field. I have also tried out to set the parameter ID 'AUN' for VA03 transaction VBELN field. But it did not work for me.
    Is there any way to set the default field value to transaction code field, when calling from WD?
    Please suggest, if anyone have any idea.
    Thanks
    Sanket

    Hi,
    I am using the below code to open a standard transaction. It will help you to explain my point more easily.
    DATA: url TYPE string,
              host TYPE string,
              port TYPE string.
    *Call below method to get host and port
      cl_http_server=>if_http_server~get_location(
         IMPORTING host = host
                port = port ).
    *create URL
      CONCATENATE 'http'
      '://' host ':' port
      '/sap/bc/gui/sap/its/webgui/?sap-client=&~transaction=' 'VA03'
       INTO url.
    *get the window manager as we are opening t code in external window.
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component TYPE REF TO if_wd_component.
      DATA lo_window TYPE REF TO if_wd_window.
      lo_api_component = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
    call the url which we created above
      lo_window_manager->create_external_window(
      EXPORTING
      url = url
      RECEIVING
      window = lo_window ).
      lo_window->open( ).
    Note*
    One more query I want to add to this thread, that is there any possibility to call a custom transaction as well?

  • Rstore Defaults fields in Invoices

    Hello to all
    i have a question about the fields in invoices such as Sales Orders, Purchasing Orders etc.
    it is able for the users to add or remove fields columns by selecting them through Form Settings button.
    though, by clicking the Resore Default button on form settings, some fields are being removed and some other are added if they are removed before.
    could you please tell me if there is a way to change the default fields to be displayed by clicking on the Default Button?
    i have a problem with such an action because many users edits the fields and have to take more actions by the users to bring the layout as the want it
    thanks for your time!

    Hi...........
    There is only one rule.
    If you press on Restore Default Button, system will restore and display the fields as SAP sets on this button. It it will be default for all the users.
    If you want it to be set as per users login you need to create those many user IDs and set the Field columns as per Users......
    Regards,
    Rahul

  • Using functions in default-field in wizzards

    Hi there,
    I tried to build a table in the database section of the portal with the primary key being a 'number'. Into the default-field I put the statement: SELECT <owner>.<sequence>.NEXTVAL FROM DUAL (the sequence I had defined before). This statement worked fine in the forms-wizzard. In the table-wizzard the system came up with an error message, saying the datatypes of column and default-value don't match. I then put the SELECT-statement into a function and tried to call it with #<owner>.<function-name>. Same result. What did I do wrong?
    cheers, Reinhard

    Sorry, I used the tag-brackets by mistake.
    The SELECT-Statement ist supposed to read: SELECT owner.sequence.NEXTVAL FROM DUAL
    The function should be:
    #owner.function-name
    Hope somebody can help me.
    Thanks, reinhard

  • Default  field regarding

    Hi ,
    Can u explain where do we maintain default  fields in the table J_1IQEXCISE.
    Thanks & Regards
    Rohan.A

    Hi Rohan,
    Thanks for using my help.
    You can  set the default fields in this easy way also.
    by: SETTINGS>FORMAT FIELDS>CHOOSE FIELDS.There tick the check boxes that you want to display the fields.
    These SETTINGS are at : se11>give table name>display-->Press F8 -->
    and there SETTINGS>FORMAT FIELDS>CHOOSE FIELDS.
    Extra decarations to your list:
    1.If you want your fields labels(meaning ful) rather than Field Names Go to:
      SETTINGS>USER PARAMETERS>Click the radio button FIELD NAME and the enter.
    2.If you want ALV Grid List:
      Click the radio button ALV GRID DISPLAY.
    This decarates your list.
    Reward points if you hope this helps you.
    Regds,
    Rama chary.Pammi

  • Add fields in XD01

    Hi Experts..
    my requirement is to add 2 fields in XD01/XD02/XD03 screen and by using  XD01/XD02 screens the filed values should update in KNA1 table.
    i referd the previous posts but still i didnt get clear idea.
    please clraify
    1. can i custom add the fileds in standard tab?
    2. how can i add 2 fields in XD01? i need to design new subscreen through function group ? if yes please explanin clearly
    3. where i can wrie the logic to update the KNA1 table?
    Thanks in advance
    regards
    sri

    Transaction Code - XD01                     Create Customer (Centrally)
    Exit Name           Description
    SAPMF02D            User exits: Customer master data
    No of Exits:          1
    Transaction Code - XD02                     Change Customer
    Exit Name           Description
    SAPMF02D            User exits: Customer master data
    No of Exits:          1
    Transaction Code - XD03                     Display Customer (Centrally)
    Exit Name           Description
    SAPMF02D            User exits: Customer master data
    No of Exits:          1
    Rewards if useful..............
    Minal

  • Including "job title" as one of the default fields for iOS 8 Contacts

    For the "Contacts" on my MacBook Pro, I am able to set things up so that, when I add a new entry, "Job Title" appears among the default fields, sparing me from having to go down to "add a field" in order to enter the "jon Title" for that particular entry.
    I have not found a may to do such customization on my iPhone 5 with iOS 8.1.1  Can you tell me how to do this?   I have looked at Settings for "Mail, Contacts, and Calendars", and under "Contacts" there is no place allowing specification of default contact fields..  

    When you add a new contact in Contacts scroll down to bottom and select Add Field. Job Title is near the bottom.

  • Several content types and default field value

    Hi!
    I have a document library with several custom content types (derived from standard Document type). One of them (CT1) has field with default value. Other content types must not contain this field. And when I upload document, this field has no default value.
    If I make CT1 first (and default) content type in a library, default value appears. Also it works when I add the field to the first content type. But in my solution CT1 must not be the first content type in a library and the field must have default value (and
    other content types must not have this field). Does anybody know how to make it?

    I understood why default value does not work. When we upload document to a library and then see a form with fields, it's not a newform, it's edit form. So when we upload a document, it gets first (default) content type of the library, only default fields
    from this content type are filled. The solution here to fill default fields from other content types is to write itemadded event receiver.

  • Change default fields

    Hi,
    I would like to change the names of default project level fields of Ms Project Server such as Start Date, Project notes etc. However, i couldn't find any option in MS Project Server 2010 to change the default field names. Any help in this regard will be
    appreciated.

    Hi,
    It depends on what you want to achieve with the fields renaming!? One option you have is to change the label for the fields displayed through Project Center/Project views!
    The you will need some JavaScript etc. to change the labels on the PDP and rename the columns in MS Project as needed
    I would personally try to avoid re-labelling the fields as it will create confusion if you miss to update some views/reports etc.
    Hope this helps
    Paul

  • Include Emp ID as default field like created by

    Hello All,
    I have a requirement where it states me to include emp id as default field like we have the created by field. The created by field only gives me some fields. However i want to include emp id also. Please guide me on the same.

    CreatedBy field stores
    SPFieldUserValue object from which the underlying
    SPUser object can be accessed. SPUser is a sealed class i.e. cannot be inherited by other classes, and this will give you only Id,Name and Email.
    As Mike and Romeo have outlined, you will have to create a custom property in user profile store and configure Profile sync to update it from Active Directory or an external system leveraging BCS. Then call the user profile service to
    get the value of this property.
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

  • Adding custom fields to XD01 transaction

    Hi All,
    I need to add custom fields to the Customer create transaction (XD01). Can anyone tell me the feasibility of having screen-exits or BADIs to acheive the same? I have searched for screen exits but could found none, and regarding BADI's i found these CUSTOMER_ADD_DATA, CUSTOMER_ADD_DATA_CS and CUSTOMER_ADD_DATA_BI. Unfortunately there is no default code assigned to these BADI's. Please tell me how we can acheive the requirement. we dont have any include too in the KNA1 table hence i feel going with APPEND structure.
    Thank You
    Yugandhar K

    Hello Mahesh B
    In short…
    The Number field determines the display order of the Tabs on your new screen.  The i_taxi_fcode parameter is the text you entered, or will enter, in the Function Code field on the Label Tab Pages.
    In long…
    In the IMG activity “Prepare Modification-Free Enhancement in Customer Master Record”, you add a Screen Grp code (e.g. “Z1”) and a description. Then you select Z1 and double-click the Label Tab Pages folder on the left. 
    Now, add one or more records in this Label Tab Pages screen.  Each record you add will cause a Tab to be displayed on your new Z1 screen (once you implement the screen with a program as described in earlier posts). 
    The fields of the Label Tab Pages records are:
    - NUMBER, which determines the order that the Tabs will be displayed;
    - FUNCTION CODE, this is passed to the BAdI as i_taxi_fcode;
    - DESCRIPTION, which becomes the Label displayed on the Tab; and
    - ICON, which, if entered, will display beside the Label on the Tab.
    Example records:
    10, Z1_TR1, Tab1description, <blank icon field>
    20, Z1_TR2, Tab2description, <Some Icon>
    I prefixed my FUNTION CODEs with the screen group (e.g. Z1_TR1 and Z1_TR2).
    More than one BAdI can be implemented in the system at the same time, so you should use the Screen Grp (e.g. Z1) and/or the Tab FUNCTION CODE (i_taxi_fcode - e.g. Z1_TR1) to determine when to execute your custom code. 
    Below is an example implementation of the get_taxi_screen method in the customer_add_data_cs BAdI. 
    If a user were to click on the second Tab of the Z1 screen group, the ‘Z1_TR2’ case would be executed and screen 200 would display on this Tab screen.  If the user clicked back to the first tab, the ‘Z1_TR1’ case would be executed and screen 100 would display on this Tab.
    method if_ex_customer_add_data_cs~get_taxi_screen .
      case flt_val.
        when 'Z1'.
          case i_taxi_fcode.
            when 'Z1_TR1'.
              e_screen  = '0100'.
              e_program = 'Z_PROGRAM_NAME'.
              e_headerscreen_layout = ' '.
            when 'Z1_TR2'.
              e_screen  = '0200'.
              e_program = ‘Z_PROGRAM_NAME'.
              e_headerscreen_layout = ' '.
          endcase.
      endcase.
    endmethod.
    Hope this helps.
    Allan

  • Setting default field values for multi-line text fields in lists?

    For the multiple lines of text field in a list, I'm using SharePoint Designer 2013 to set a default
    value for the field, but I need that default value to include rich text formatting (the default value includes a formatted table). Is this possible without having to delve into JavaScript? And if so, how?

    Yes, we can :)
    You can do it with powershell
    $web = get-spweb <yourweb>
    $list = $web.lists["<yourList>"]
    $field = $list.fields["<yourField>"]
    $field.DefaultValue = "place your html code here"
    $field.update()
    hope that helps

  • Mandatory fields for xd01

    hai,
    what are the mandatory fields to create the datas for xd01.(customer master data).
    regards
    surender

    HI
    MANDATORY FIELDS FOR CREATING CUSTOMER DATA ARE:
    Account Group---ktokd(field name)
    Name---Name1
    Search term----sortl
    postal code----pstlz
    country-----land1.
    Regards,
    vineela

  • New record default field value: same as current

    Hi, OTN
    A want to set a default value of a new record field, created by ADF Form. This field is not editable and shouldn't be shown at all.
    New value should be the same as current.
    The form is exposing an updatable detail View object based on two entity objects (only one of them is updatable).
    How is it done? Please, advice.
    Thanks

    You are almost right, Sireesha.
    This field really is a foreign key. But VO is built on three entity objects and is linked with a MasterVO using another key.
    The model is (see model screenshot in the next message):
    table1 ( id_one\[pk\] ) \--* table2 ( id_one\[fk\], id_three\[fk\]) \*-- table3 ( id_three\[pk\] ) --* table4 ( id_four\[pk\], id_three\[fk\] )
    Hope the model is understandable.
    MasterVO is build on table1.
    DetailVO is build on tables 2, 3, 4. Only table4EO is updatable.
    DetailVO is linked with MasterVO through table2.id_one.
    I need to insert a row into table4, using DetailVO. So when I click Create, I want table4.id_three to be the same as table3.id_three.

Maybe you are looking for