Addition of a field in tab page t-codes FPP1-FPP3

Hello Gurus.
During creation of a street (t-code SR20) there is opportunity, together with street name, maintenance of street type (field "Street type").
But during creation of the Business partner in role "Contract Partner" (t-code FPP1) field "Street type" on tab page "Address" not exist.
Inform, please, how to add this field by standard means (without collaboration with developers)?
Thank in advance.

Hi,
this is a quite hard task! Only experienced developers should give that a try as it contains several steps. In order to include own fields at BP level (or contract account level) the BDT techniques should be used. BDT stands for Business Data Toolset - for details please see http://help.sap.com/erp2005_ehp_03/helpdata/EN/35/696d360856e808e10000009b38f839/frameset.htm
(in case nothing shows up, go to help.sap.com and search for BDT and use the entry with the developers guide.) In case you want to have additional fields only for the role MKK - this is also described there.
KR
Uwe

Similar Messages

  • Cursor in tab page

    If I press one button, I can go to tab pages in other windows.
    If system.mode is query, I don't want to put cursor in any fields in tab pages and the cursor should be in the tab page lable.
    Can that be done?
    Thanks

    What is :system.trigger_name?
    I don't see it in the help for 6i or 10g and won't compile either. What version of forms is this available??
    --pat                                                                                                                                                                                                                                                                                                               

  • Adding field in Additional Tab page in CRMD_order

    hi all,
            i want to add a field in the additional tab page in crmd_order Tcode,
    i did it by modifing the screen the strucutures are filled ex CRMT_SALES_BADI,
    CRMT_SALES_COM
    in the CRMC_MAP Tcode i have seen the field is added .
    wat are the further steps do i need to do to get saved and poped in the field value when reterive.
    regards

    As standard the field is set to 1 decimal place.
    You cannot change this value without modifying your system (not recommended)
    I think you can enter more decimal places in the confirmation documents e.g. IW41
    PeteA

  • How to set an tabbed page value in a field on another page?

    Hi,
    I am creating an Application in jdev10.3.4 ADF.i have created a tabbed page having 4 tabs
    Leeson Learned
    Best Practice
    Value Addition
    Other
    on each tabbed page i have a create button which will open a create page on that create page i need to set the value of field named category whose value
    will same as tabbed page name
    like when we press Lesson Learned tabbed page and then click create button on craete page in category field it should be set to "Leeson Learned" automatically.
    can anybody help me out how to do it ?

    Please try this - it works fine and I hope you understand it:
    You have to take a look for the binding of your radiobuttonlist here - You can change the binding value with a doubleclick, for example
    1 to ValueA
    2 to Value B
    Then you have to change your script and ask for:
    if(RadioButtonList.rawValue == ValueA)
        if (NumericField1.rawValue >= 1000 && NumericField1.rawValue <= 4999)
            NumericField1.rawValue *5/1000;
    }else
        if (NumericField1.rawValue >= 1000 && NumericField1.rawValue <= 4999)
            NumericField1.rawValue *20/1000;
    I would prefer to show the user a message:
    if(this.rawValue >=1000 && this.rawValue <=4999)
    }else
        app.alert("Please insert a value between 1000-4999. Thx.");
        this.rawValue = null;
    You have to coy this in the exit-event of the NumericField1.
    Hope it will helps you,
    Kind regards Mandy

  • Reg: additional tab page in cProjects

    Hi all,
         My requirement is to add a new tab in the cProjects screen .How can I have this. Either I have to use user exit or  any other code in Se80. Could any one reply me.
    Thanks in advance,
    Regards,
    S.Jenibalet.

    Hi,
      All you have to do is first
       1) Go to spro and under collaboration projects-> Additional tab page
       2) Give the object type ie for example if you want to have an additional tab page in phase of cprojects or checklist etc..
       3) Then give the project type for example deveopment project or consulting project etc
        4) Then check field tab active so that the additional tab page will be displayed
         5)Give a title eg. additional tab page for phase in tab page title
              These will be enough to get a additional tab page in cprojects screen But if you want to design the layout then you have to create a webdynpro component and give the name of the webdynpro component in the webdynpro component field.
      Buy strictly following all these steps will definitely get the additional tab page in cprojects 4.0 version.
    In cprojects version 3.0 you have to implement the badi for additional tab page with the method GET_ADD_TAB_DATA

  • Problem in additional tab page in cprojects

    hi all,
    i have created one additional tab page through spro settings in cprojects application.
    trasaction : spro
    collaboration projects -> global enhancements -> Define field groups for customer fields.
    here it is giving me option to apply this field group to a particular object (like project, phase, task) only where as i need to apply it only to a particular phase and not to all the phases in the cproject(like i want to show that customised tab page only when i click on the first phase of the project and i dont want to show it in the rest of the phases.) right now it is not giving me the option for that.
    plz have a look into the problem and reply me.
    it is urgently needed.
    thank you very much.

    Hi Hetal,
    maybe I have a dirty modification idea.
    Maintain the customer fields like described in customizing.
    Then in CL_DPR_CUST_INCL_REPOSITORY in method GET_GROUPS it determined the fields to be shown on customer fields tab.
    If you make there samll modification and remove the fields, if you are not on the first phase, then it could work too.
    Or in CL_DPR_BSP_S_PRO_TYPE METHOD show_ci_fields you can control the rv_show_ci_fgroups variable !!!!
    Problem here is the ls_show_ci_fgroups table, which is buffered.
    But there is anothe possibility.
    make a copy of the PHADETAIL.BSP See details in note to add customer own fields to BSP views.
    In the BSP logic of the PHADETAIL.BSP you will find a position where the system determines if the TAB will be shown or not.
    In variable controller->mr_phase you have all your necessary information about the phase
    I guess whis will be modification free too. See note 859551
    Regards
    Björn

  • Creation of additional drop downs in 'Item overview' tab page on portal

    Hi,
    I would like to know how do we add additional fields/drop downs on  the xRPM portal in the  'Item Overview' tab page.
    For eg:
    We are having TECHNOLOGY TYPE field at Item overview tab page in xRPM portal - Portfolio Management view. Wherein we can have different dropdown values for selection.
    Question 1 -> Can we have similar dropdown created on the same page? If yes, how?
    Question 2 -> If we want to create more than one such dropdowns with their own defined dropdown values, can we maintain the dependency between them ?

    I went through the document on the mentioned by you.
    But my requirement is a bit diiferent.
    I want to have 3 different drop downs with a  numeric field attached to them.The sum of these numeric fields should always be 100 (two values are manually selected but the third value should be calculated automatically based on the previously selected values).
    Example,
    I select 10 as a value for Drop down 1, 40 for drop down2 then for the drop down3 the value should populate automatically as 50 (100 - (10+40)).i.e. the sum being 100.
    Can you or any one please help me with this.
    Also I am not sure how do we give multiple options for selection (like 10,20,..50 etc upto 100) for a drop down.

  • CProjects 4.0  Show Additional Tab Page in cProjects

    Requirement:
    1, Enhance CI_DPR_CHECKLIST_I (Checklist ITem - ITO) with customer fields
    2, create Customer Long texts which appear on the customer tab page.
    3, Achieve the above in an additional tab page on checklist item level.
    Summary:
    Using “Show Additional Tab Page in cProjects” node in SPRO  I checked the example Webdynpro ABAP this does not have any relevance to the CI structures for Customer fields and simply retrieves/updates the field value DATA1 in table DPR_DEMO.  This will work fine for the data captured outside of the CI structures (in my case longtexts), it is not clear on how the customer fields in the CI structure will be updated?
    Question
    1, I have made a copy of "DPR_CUST_EXT_INTF_DEMO" now  -  How can I save custom fields in CI_DPR_CHECKLIST_I using a Web dynpro component?

    Hi,
    Can you guide me to add a new tab in the C projects, I tried creating a new wda component with DPR_CUST_EXT_INTF as implemented interface.
    The view in this component has a tabstrip having a single tab in it, Then i went to spro as mentioned:Collaboration Projects->Global Enhancements to Project Elements->Show Additional Tab Page in cProjects.
    I added a new entry here
    Project Elements: Project Definition
    Proj Type : Blank
    Tab Page Active: checked
    Tab Page title: Additional Tab
    Web Dynpro Component: zcomponent
    Still The tab is not displayed, Can you let me know if I am missing something?
    Regards,
    Shitanshu Sahai

  • Add fields into a new tab page

    Hi!
       I am in cProject 4.0 and there is a functionality to add new tab pages with fields in cProject components. The IMG activity is Collaboration Projects -> Global Enhancements to Project Elements -> Show Additional Tab Page in cProjects.
       The help for this activity specified that I only need customized it to works as well. It does not specified if I have to develop some extra BSP or webdynpro to work. I tried to put a new field in a new tab page in Project Definition, but only the new tab was showed. The new tab is empty.
       I know that in cProject 3.0 it was necessary a BSP development. Is it necessary develop a BSP in 4.0 too?
    Regards,
    Rafael Soares

    Hi Vivek, how are you ?
    I hope that you can clarify my doubts !
    I created my own Web Dynpro Aplication and assigned it in the customizing from cProjects.
    My aplication use fields the others tables (Z) and fields from table DPR_PROJECT (enhance CI_DPR_PROJECT). So, the logic to read and write my Z tables is working, but my problem is How Can I update the fields from CI_DPR_PROJECT structure ?
    I imagine that I need to read the container from UI standard, but until the moment I can't resgate these values. In customizing is that if I use the fields from CI_DPR_PROJECT the update will be automatically.
    Thank you very much,
    Milena

  • Is there a way to create form fields to tab into and type and or drop down selection fields in pages as you can with microsoft word?

    is there a way to create form fields to tab into and type and or drop down selection fields in pages as you can with microsoft word?

    No

  • When I start mozilla or open any link in a new window I get the desired page to load but an additional new tab page opens up along with it, fix?

    When I start mozilla or open any link in a new window I get the desired page to load but an additional new tab page opens up along with it. I've tried switching my homepage to different things (new tab, firefox home, show blank page) but I always get an additional new tab to open. How do I get only a single page to open?

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information. <br>
    '''Note''': ''This will cause you to lose any Extensions and some Preferences.''
    *Open websites will not be saved in Firefox versions lower than 25.
    To Reset Firefox do the following:
    '''For Firefox versions previous to 29.0:'''
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox"[[Image:Button reset]] button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    '''For Firefox 29.0 and above:'''
    #Click the menu button [[Image:New Fx Menu]], click help [[Image:Help-29]] and select ''Troubleshooting Information''.
    Now, a new tab containing your troubleshooting information should open.
    #At the top right corner of the page, you should see a button that says "Reset Firefox"[[Image:Button reset]]. Click on it.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Auto Pay Program : query in Additional Log Tab page in F110

    Hello Experts,
    In T-Code F110, on Additional Log Tab page, could you please explain for whats the purpose these check boxes, their meaning/importance & when all/each one of them could be used :
    1. Due date check
    2. Payment method selection in all cases
    3. Pmnt method selection if not successful
    4. Line items of payment documents
    This something which worrying me & i request your help.

    Hi,
    These check boxes determine what to be written on to the logs.
    For instance, if 'Due date check' is ticked, and if an invoce does not meet the criteria,  it will be written on the logs.  But, if it is not checked, such data will not be available in the logs.
    Regards,
    Sridevi

  • Implementing Badi for additional tab page & creating views in cProjects 3.1

    Hi,
    I am implementing DPR_ADD_SAP_TAB_I for adding new tab page in Cprojects 3.1.
    Please tell me whether we have to create any veiw?
    if it is please tell me the procedure & steps

    Hi...
    Implement the BAdI DPR_ADD_SAP_TAB_I
    and write following code in its method GET_ADD_TAB_DATA
    method IF_EX_DPR_ADD_SAP_TAB_I~GET_ADD_TAB_DATA .
      field-symbols: <tab_data> type DPR_TS_SAP_TAB_CTRL.
      data: lt_tab_data type DPR_TT_SAP_TAB_CTRL.
      constants: lc_pre_ctrl   type string value 'CTRL_TAB_',
                         lc_suff_ctrl  type string value '.DO'.
      lt_tab_data = ct_comp_ctrl.
      loop at lt_tab_data assigning <tab_data>.
        case <tab_data>-obj_type.
       project definition
          when CL_DPR_CO=>SC_OT_PROJECT.
            <tab_data>-tab_title = 'otr(zotr_cust_txt/proj_txt)'.
            concatenate lc_pre_ctrl CL_DPR_CO=>SC_OT_PROJECT lc_suff_ctrl
    into <tab_data>-controller.
        endcase.
      endloop.
      ct_comp_ctrl = lt_tab_data.
      EV_BSP_APPL = 'CST_ADD'.
    endmethod.
    Regards,
    Reema.

  • Incident/Accident Log - Create description field in new tab page

    Dear all,
    I have a question about Incident/Accident Log.
    In the Incident/Accident Log, a new tab page and fields inside it can be created using class and characteristics, respectively. The characteristic value field is limited to 30 characters length by the system.
    Is there any way a field for comments (say, of 100 characters minimum length) can be created in the tab page.
    Thanks in advance.
    Regards,
    Mohan

    Hi Mohan,
    I don't think there is any standard way to increase characteristic value field.  However, you may want to consider a workaround.  You may create a 'Multivalue' characteristic with 30 characters length.  This gives you an option of entering multiple lines of 30 characters.  The problem with this is... SAP automatically sorts the values.
    For example,
    if you enter
    THIS IS A MULTIVALUE
    CHARACTERISTIC WITH 30
    CHARACTERS IN LENGTH.  I NEED
    TO ENTER COMMENTS THAT ARE
    MORE THAN 30 CHARACTERS.
    (Please note that I am putting the word in next line if it cannot be accomodated fully in the current line.  That means, some lines may contain less than 30 characters.)
    SAP Shows it as,
    CHARACTERISTIC WITH 30
    CHARACTERS IN LENGTH.  I NEED
    MORE THAN 30 CHARACTERS.
    THIS IS A MULTIVALUE
    TO ENTER COMMENTS THAT ARE
    You may put numbers infront of each line to avoid this.
    1 THIS IS A MULTIVALUE
    2 CHARACTERISTIC WITH 30
    3 CHARACTERS IN LENGTH.  I
    4 NEED TO ENTER COMMENTS THAT
    5 ARE MORE THAN 30 CHARACTERS.
    I know it is not the best solution, but worth giving a shot.

  • Work field in operation tab pages of maintenance order.

    Hi,experts,
    i need to enter work time in operation tab pages of maintenance order followed by two decimal digit like 2.55 mint or 2.65 H.System is not allowing to enter two or more than this decimal digits,it is allowing upto only one decimal digit like 1.5 H,2.3 min etc.How can I enter value like 2.56 min.Client is not accepting to enter after converting the unit.this is required for one of my specific scen.please suggest how I will enter 2.55 min or 2.55 H etc.thanks in advance.
    rgd
    rajib

    As standard the field is set to 1 decimal place.
    You cannot change this value without modifying your system (not recommended)
    I think you can enter more decimal places in the confirmation documents e.g. IW41
    PeteA

Maybe you are looking for

  • Installation problem on RHEL4 ..

    Installation problem on RHEL4 (Red Hat Enterprise 4) i have install start at unzip tar.gz and tar -xf .... now i have run ./installFMS it show ./fmsini: error while loading shared libraries: libstdc++.so.5: cannot open shar ed object file: No such fi

  • Objects with effects applied to them print with a white background around them

    I have an object with a dropshadow effect applied to it. When attempting to print my file, the object with the effect prints with a solid white box around it, blocking out a portion of the objects behind it. Why is this, and how do I fix it? I have t

  • Essbase - Shared Services security problem

    In a Shared services enabled Essbase server, For a user/group can we define different access levels (say Read on one & Write on the other) to different databases belonging to the same application (BSO)? If not, Is there any alternative? Appreciate yo

  • Documentat​ion of Labview Vis

    When distributing application programs created in Labview we have to provide a complete documentation package. We used to print most of the Vis on paper which is very time consuming and pretty hard to maintain in case of a software upgrade. I am look

  • Change system password doesn't work in WLS 6.1, 7.0

    we have problem with changing the passoword for system. and we check the fileRealm.properties file, the new password is not there. it seems the changing password in weblogic console doesn't work for 6.1 and 7.0. Any one have idea what's going on with