What is User Difind Fields for WBS?

Hi Experts!
Please tell me what is the use of User defind fields for WBS Wlwment ...in our project where we can use this ..what is the procedure to define these
Thanks in Advance
Regards
SMITH

Hi,
Tcode:OPS1
Please see the below from the SPRO help:
The following types of user-defined fields exist in the system:
General text fields
You can use these fields to enter your own data, for example:
information on people responsible
information on substitutions/proxies
internal phone numbers
quantity fields and their units
You can also define formula parameters for quantity fields. The formula parameters are used in for example, work center formula calculation or network costing.
Value fields and their units
Date fields
You can use these fields to enter internal start data, for example.
Checkboxes
Here, you can enter information for analyses in the Information System.
The key words for the user-defined fields are determined by a key word ID.
Hope its helpful.
Thanks.

Similar Messages

  • User-defined fields for WBS

    Hi,
    Std SAP provides the following user-defined fields for WBS.
    4 numeric fields
    4 general fields
    2 date fields
    2 check boxes
    We would like to use as many as 20 numeric user-defined fields for wbs.
    Is there a way to do this?
    Thanks in advance.
    Manohar

    hi,
    It is not possible with user defined fields. You can achieve this using SPRO menu path Project System ->Structures->Work Breakdown Structure->Enhancement for Project Definition WBS lements -> Create customer specific fields in WBS.
    You have to use enhancement CNEX0007 to create the required fields.
    You will, ofcourse, need the help of an ABAPer to do this.
    Muraleedharan.R

  • Search help for user field for WBS element

    Hi,
    how can I add a search help to one of the user fields for WBS elements without modification? Is there an exit which I can use? I want to have a search help for field PRPS-USR02.
    Thanks for your help.

    Hi
    Create an elementary serach help using the Table USR01 or USR03
    see the steps
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    CREATION:
    Go to SE11  Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=2176485
    https://forums.sdn.sap.com/click.jspa?searchID=3173469&messageID=3601619
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm
    http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_exit.htm
    https://forums.sdn.sap.com/click.jspa?searchID=4390517&messageID=1712818
    Regards
    Anji

  • User defined fields for the Trading partner agreements

    Hi,
    Do we have any provision to create custom/user defined fields for the Trading partner agreements ?

    Hello,
    It would be great if you can provide complete details of your use case. I can suggest the possible way of implementation only after understanding your requirement.
    Regards,
    Anuj

  • Create User-defined field for Marketing Documents

    I need to create a User-Defined field for Marketing Documents under Title and Rows.
    I need to do it via .NET instead of manually go into SAP to create it.
    Does anyone can give me idea on how to do this?

    Hi David,
    There are examples of how to do this in the SDK samples (look for MetaDataOperations project in the DI samples).
    There are also examples in the SDK help. Here's one:
    Private Sub AddUserField()
    '// The UserFieldsMD represents a meta-data object that allows you
    '// to addremove fields from tables or change the fields' characteristics
        Dim oUserFieldsMD As SAPbobsCOM.UserFieldsMD
    '// In any meta-data operation there should be no other object "alive"
    '// but the meta-data object, otherwise the operation will fail.
    '// This restriction is intended to prevent a collisions.
        '// The meta-data object needs to be initialized with a
        '// regular UserFields object
        Set oUserFieldsMD = oCompany.GetBusinessObject(oUserFields)
        '// When adding user tables or fields to the SAP Business One database
        '// use a prefix identifying your partner name space
        '// this will prevent collisions between the various partners add-ons
        '// SAP's name space prefix is "BE_"
        '// Set the Fields' mandatory properties
        oUserFieldsMD.TableName = "OCRD" '// BP table
        oUserFieldsMD.Name = "BE_UserField1"
        oUserFieldsMD.Description = "A user field"
        oUserFieldsMD.Type = db_Alpha '// am alphanumeric type
        oUserFieldsMD.EditSize = 20
        '// Add the field to the table
        oUserFieldsMD.Add
    End Sub
    Kind Regards,
    Owen

  • What is the table field for PO releaser in R/3 (4.7 Enterprise)?

    Hi Gurus out there:
    Do you know if there is a table field for PO releaser in R/3 (4.7 Enterprise)?
    We use for e.g. the transaction ME29N to release a PO and I haven't been able to find a DB table where the PO releaser is stored.
    In DB table EKKO I can find the fields FRGGR (Release group), FRGSX (Release strategy), FRGKE (Release Indicator), FRGZU (Release status) and FRGRL (Release Not Yet Completely Effected) but no information of the user who released the PO.
    Many thanks in advance.
    /hw

    Hi
    <b>Have you tried reading the details of the PO Releaser using the BAPIs ?</b>
    BAPI_PO_GETRELINFO
    BAPI_PO_GETITEMSREL
    BAPI_PO_GETITEMSREL            List Purchase Orders for Release (Approval): New as of 4.0A     
    BAPI_PO_GETRELINFO             Display Detailed Release (Approval) Information on Purchase Order
    BAPI_PO_RELEASE                Release Purchase Orders            
    BAPI_PO_RESET_RELEASE          Cancel Release of Purchase Orders  
    <u>Related link -></u>
    Re: How to fetch data from back end for PO?
    Hope this will help.
    Do let me know.
    Regards
    - Atul

  • What is the Category field for and how do I edit it?

    In the iTunes music list, there is a category field. However, I do not see it in the get info window. Not surprisingly, although the category field shows in my iTunes music list, none of my songs have anything entered for the category. What is this field for and how do I edit it? Thanks.

    The only items I have that show a category are some iTunes U downloads.
    You can see a list of iTunes U category and subcategory codes and associated names here: http://deimos.apple.com/rsrc/doc/iTunesUAdministrationGuide/iTunesUintheiTunesSt ore/chapter13_section3.html

  • What is a text field for Dictation? Trying to transcribe a school video lecture.

    I have a 2-yr old iMac, with LOTS of memory, and the newest version OS Mavericks installed. Specifically, OS X Version 10.9.4, Processor: 2.7 GHz Intel Core i5; Memory: 16 GB 1333 MHz DDR3
    I have set up Enhanced Dictation, can turn it on and off, and my microphone symbol is working correctly. I can open a Word document and speak and it types what I am saying, but I have a school lecture open in a Firefox window that I want transcribed. When I hit the function key twice it beeps, indicating it is on, but I don't know where it is typing it. All the directions say is "choose a text field" - what does that mean? Thanks for any assistance.

    Dear All,
    I face this problem when i am trying to post the taxes in to the g/l account.
    Field Text is a required field for G/L account 1000 301001.Earlier i was able to post the taxes.I checked with my FI consultant and he said that he has made text field manadatory and hence i need to make an entry in this text field.
    Kindly help me by telling me what i should do to do postings in the gl accounts.
    Your timely help is requested and award points for the same is assured.
    ITS VERY URGENT PLEASE
    Thanking you,
    Best regards,
    R.Srinivasan

  • User defined fields for KS01

    Hi,
    I have to create a new field for cost centre KS01 transaction. In the documentation of exit EXIT_SAPLKMA1_001 it is mentioned that we have to create the new field in CSKS_CI structure. After this, the new field has to be added in the screen.
    This exit is used by program SAPLKMA1 in 2 screens 0399 and 3999. But, these screens are not used anywhere (I checked from the where-used list). In these 2 screens, there is a call customer-subscreen line. If i want to create this subscreen it asks for access key.
    Is there any way that i can create a subscreen and attach it to the standard transaction. Please suggest if there is any other ways to do the same.
    Regards,
    Nikhil

    See the documentation once properly,user-exits are provided for adding additional functionality with out using any Access Keys...
    If the additional fields are to be visible on the screen, the include ZXKM1U01 must at least include a field transport from the structure transferred in the interface, to the structure used on the screen.
    If you have placed fields of structure CSKS_CI on the screen, you should add the following line to include ZXKM1U01:
    MOVE-CORRESPONDING USER_CSKS_CI TO CSKS_CI.
    Further examples of coding can be found in include LXKM1F01

  • User defined fields for PM order operation

    I want to restrict the users from changing the object (Key word for User defiened fields) in the Enhancement tab of PM order Operations.
    I have created one object (TCode OPEC) by configuring the required fields. Created one authorisation object by considering SLWID (Key word for User defiened fields) and activity type fields and assigned the same to the Object in the authorisation object field. Activity type values restricted to display only.
    I have checked the user exit IWO10018 for the same but while changing the Key word for User defiened fields, it is not hitting the same user exit (i checked by debugging)
    Still Key word field is getting changed without checking any authorisation. Can anybody give the solution for the same.

    hi ramesh
    i think you can assign the screen and tranaction variants in the SHD0 T code itself,selet the standard variant tab ,in that select variant groups in that you can assign to the user
    regards
    thyagarajan

  • What are all mantatory fields for BAPI_ACC_INVOICE_RECEIPT_POST

    Hi Friends..
    I tried to use BAPI_ACC_INVOICE_RECEIPT_POST for FB60 transaction.
    But whenever I gave input it throws some error message in return statement.
    So plz let me know the mantatory input fields for the BAPI "BAPI_ACC_INVOICE_RECEIPT_POST"
    Thanks in Advance.
    Thanks
    Gowrishankar

    Hi,
    Check in the import  tab of the BAPI the parameters that are not marked as optional are mandatory --DOCUMENTHEADER(Table)
    Regards,
    Bhanu

  • What are the Scope Fields for in PageContext??

    There are 4 fields in javax.servlet.jsp.PageContext, what is there functionality and purpose?

    The page context is a facade pattern for all the namespaces associated with a JSP page - page, request, application, session. It unifies access to these objects (so you don't have to query all 4 to find what you're looking for). The attribute scope fields are used to indicate which namespace a particular attribute is associated with (and implicity, what the lifespan of that attribute is).

  • User Defined Fields for Users

    I am currently using OIM 11.1.1.3.0
    I have created several UDFs via the 'User Configuration' tool in the advanced console. I can see these UDFs whenever I create a user, but afterwards, when I select the user to edit their information with the Xelsysadm account, none of them are present (despite them being visible). These fields are important, as two of them are related to their date of birth, and the third is prepopulated from information located on the form. Am I going about creating these UDFs the wrong way? Why can't I see them after creating them?
    Also, you cannot make a UDF required unless all users have information within that field? Is there a quicker way to load a default value, other than visiting them one at a time.
    Edited by: 806409 on Jun 20, 2011 6:25 AM

    You can use weblogicExportMetadata.sh located under <OIMHOME>/server/bin.
    Before executing the command you need to set the values in weblogic.properties located in same path.
    Follow these links for more details
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14309/utils.htm
    http://icam.securegov.org/wiki/Wiki.jsp?page=Oim_authorization_notes

  • Restricting User defined Field  for certain user

    Hi experts
    I have a field name U_JobNumber at header level of Item Master Data. Can we make visible for certain user ?
    Is this possible .
    Thank you in advance
    Bishal

    Hi Bishal,
    There is a standard feature in SBO that allows you to enable and set the visibility of UDFs. This works on a user/company level. To do this, log in as the user, open the Item Master form and make sure that the UDF tabs is showing then choose Tools-Customisation Tools--Settings from the top menu. You'll then see a separate window that allows you to set the visibility or any UDFs on this form.
    I don't think this feature is currently exposed via the DI API or UI API so you'd need to set these manually.
    Kind Regards,
    Owen

  • CN41 Customer Fields for WBS not visible in the CN41 report

    Hi,
    I have Done the Below Steps:
    I have done all the Things Below and it is working Also.:
    Create structure CI_PRPS.
    Create enhancement.
    Edit the function exits.
    Maintain the global declarations.
    Design the customer-specific screen.
    Activate the enhancements in CMOD.
    Generate the structures in the Project Information System.
    In CJ20N i have these customer fields as a new Tab and i am also able to save the data in the Database also.
    My problem comes not in transaction execution but in Reporting.
    When i run the Report CN41 the fields which i have added into the PRPS using the Include CI_PRPS is not displayed in the Report.These fields are available in the selection screen but not available in the report when i execute the Report and do choose fields to display collums in the report.
    I am getting these fields in CN43 but not in CN41.
    In CN43 also the Values are comming in ####### but not in correct values.
    Also when i tried to Run the Report RCNCT001 it is asking for the access Key.
    Thanks

    Hi,
          I have Done the Below Steps:
    I have done all the Things Below and it is working Also.:
    Create structure CI_PRPS.
    Create enhancement.
    Edit the function exits.
    Maintain the global declarations.
    Design the customer-specific screen.
    Activate the enhancements in CMOD.
    Generate the structures in the Project Information System.
    In CJ20N i have these customer fields as a new Tab and i am also able to save the data in the Database also.
    My problem comes not in transaction execution but in Reporting.
    When i run the Report CN41 the fields which i have added into the PRPS using the Include CI_PRPS is not displayed in the Report.These fields are available in the selection screen but not available in the report when i execute the Report and do choose fields to display collums in the report.
    I am getting these fields in CN43 but not in CN41.
    Thanks

Maybe you are looking for

  • GL a/c documment error

    Hi, While creating GL a/c document i am getting error " Account xxxxxxxx cant be directly posted to company code xxxx." Please anyone help me to solve this issue. Regards R.Sasikumar

  • Cannot add language to tag

    I have a PDF which was created in Adobe InDesign CS4. The document is mostly in English but has some Chinese and Spanish text. I am trying to mark the tags containg the Chinese or Spanish with the appropriate language. In Acrobat Pro 9.1.2, 1. I sele

  • DM 4.6 Sync problem due to no internet connection

    Hi Guys, I have been searching all the forums with no help at this point. I have just upgraded from 4.5 to 4.6 (without media) and now I can't sync I have reinstalled twice now and also made sure the AVG is disabled and also my firewall. The problem

  • Can I have my CS6 on two of my computers?

    I have my installation disk. It is a registered product. Can I not have it on my desktop and my laptop?

  • Remove characters from rightside

    In my query I select the following table ,pa_expenditure_items_all.ORIG_TRANSACTION_REFERENCE. The output gives values like 12567245:2 12567244:2 12567247:3 9367349:2 9367349:4 I would like to remove the last two positions in this output. However thi