DTW valid user fields

Dear Experts,
I am working w/ a customer who has hundreds of OITM valid user fields to set up.  I found the  oUserFields folder in DTW templates, with UserFieldsMD.xlt (corresponds to CUFD) and ValidValuesMD.xlt (corresponds to UFD1).  Seems straigthforward.
But when running import function of DTW there is no corresponding Business Object for user fields / valid user fields. Or at least not one that is obvious to me.
What am i missing?  Running 2007A PL 46, DTW 2005.0.23, API version 8.0.181 
thanks for your help,
Beverly

You don't need to include ValidValuesMD.xlt if nothing need to be set.  Try DTW just one or few UDF name by UserFieldsMD.xlt to start.
Thanks,
Gordon

Similar Messages

  • Problems Validating User Fields in Change Lease-Out

    Good Morning,
    I've defined two Date Fields in Change Lease Out (transaction FOV2).
    I need that when the first date field is empty the system returns a error message stating that the first data field should have data.
    The second fill can be with or without data.
    The problem is that, right now, the system returns the error message in every case except if both fields are filled.
    Here is the code done by the developer:
    FUNCTION field_exit_usrdate_1.
    *"*"Local interface:
    *"  IMPORTING
    *"     REFERENCE(INPUT)
    *"  EXPORTING
    *"     REFERENCE(OUTPUT)
      DATA dt_usr08 TYPE vzsort-usr08.
      IF input IS INITIAL.
        MESSAGE e005(z3_re).
      ENDIF.
      SET PARAMETER ID 'DT_USR08' FIELD dt_usr08.
    ENDFUNCTION.
    Why the system always return the error message except if both the data fields are filled? Any clue?
    Best Regards,
    Pedro Gaspar

    Solved Myself

  • SBL-DAT-00398 error msg for User Field Validation

    Hi All,
    I have created the following field validation on the User field "Division": Len([<Division>])>0 AND InStr([<ltValidation_OU_ITAG>],[<Division>])>0, As the "Division" field is free text, the porpuse of the validation is to prevent the user from entering in this field any value that is diffrent from the ones available in the custom field "Validation OU" via the User Owner Page Layout. The validation works OK for Admin Role via the User Admin Page Layout but a SBL-DAT-00398 error msg stating " Field '<Division>' does not exist in definition for business component 'Occam Current Employee' " appears when users with other roles are trying to update this field via the User Owner Page Layout.
    I have contacted OD Customer support and they validated this in several POD saying this "is most likely a defect in the application" and a CR will be submitted to dev team to fix it sometime in the future.
    I am wondering though if support isn't making life easy here stating the above...:
    1. Anyone encountered this error before? (couldn't find any trace for this on My Oracle Support)
    2. Anyone aware of field validation limitations for the 'User' entity?
    3. Workaround suggestions are welcomed
    10X for you help!
    Alex.

    Error(), fatal(), info() and warn() issue FacesMessages that get picked up by the MessageGroup component.
    By adding in the uicomponent you can target the facesMessage so that it gets picked up by the Message component associated with the field causing the error.
    But, to get the label to show the error as well, you need to throw a validationError. See this tutorial for more informaiton:
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/customvalidator.html
    Lark

  • How to add Valid values in user field?

    Hi,
    I'm trying to add a user field (valid values) in my user table, but i don't know what's wrong with my code.
    It creates the field, but not the field that i want.
    oUserFieldsMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields)
                oUserFieldsMD.TableName = sTableName
                oUserFieldsMD.Name = sFieldName
                oUserFieldsMD.Description = sDescription
                oUserFieldsMD.Type = FieldType
                oUserFieldsMD.Size = iSize
                'Valid Values 1
                oUserFieldsMD.ValidValues.Value = "D"
                oUserFieldsMD.ValidValues.Description = "Disable"
                oUserFieldsMD.ValidValues.Add()
                oUserFieldsMD.DefaultValue = "D"
                'Valid Values 2
                oUserFieldsMD.ValidValues.Value = "A"
                oUserFieldsMD.ValidValues.Description = "Active"
                oUserFieldsMD.ValidValues.Add()
                Dim i As Integer
                Dim err As String
                i = oUserFieldsMD.Add()
                If i <> 0 Then
                    oCompany.GetLastError(i, err)
                    SBO_Application.MessageBox(i & "; " & err)
                End If
    Bruce

    Hi Bruce
    It looks good, just take out the second one "UserFieldsMD.ValidValues.Add()". Leave the first one. Just take out the second one after oUserFieldsMD.ValidValues.Description = "Active"
    Hope this helps

  • User exit for validation of field NEWKO in f-48 tcode in finance

    hi,
           Previously we  validated the Field XBLNR (Reference) in the document header from the table EKKO, for the PO Number. now we want to validate the vendor number(LIFNR)  in the field NEWKO from the table EKKO with reference to the PO number entered in the field XBLNR.
    we want to find out the correct user exits or any enhancement for the above validation.
    pls help me in this regard ,matter most urgent.
    Thanks & regards
    veera

    hi,
    for f-48 you could use FI-validation with tcode OB28
    use an exit (UK...) for your check in Program ZGGBR000
    A.

  • How to get an user field in a sap form

    SBO2004
    I'm trying to get an user field in a sap form(651).
    My code is:
    Dim FrmT As SAPbouiCOM.Form
    Dim Itm As SAPbouiCOM.Item
    FrmT = GestorSAP.SBO_Application.Forms.GetForm("651", 1)
    If (Not FrmT Is Nothing) Then       
       Itm = FrmT.Items.Item("U_Project")
    End If
    Frmt is not nothing, but itm is ever nothing and gives me an exception(item not valid). If i go to sap and look at this form, with debugging info activated, i see:
    Form=651 Itm=U_Project Variable=1 OCLG,U_Project
    What am i ding wrong?

    Hi Miguel Angel.
    Try with form "-651".
    UDF form is the negative sap form.
    HTH
    Juli
    P.S:I'm not sure your code works, I never work with GetForm method, but yes with UDF form

  • Is it possible to create a editable pdf with validation(required field) using Adobe Acrobat pro version?

    Hi,
    the subject says it all. I have downloaded the trail version to see if its possible to create a editable pdf with validation(required field) using Adobe Acrobat pro version?
    Basically, I will have to create a pdf form where users fill it and send it back to me. there will be required fields (the textbox and check box) that user need to fill before saving the editable pdf?
    Is it possible. if so, can someone kind enough to point to me right directions?
    Thanks in advance.

    Thanks for reply. What I am trying to achieve is to give an option for the user to download the pdf form and once the user tries to save the pdf, it validates with the required field. I managed to create the editable pdf with required fields option. I just need that validation to be done when user click on save file. How can I achieve this? thanks so much for your help.

  • Profit Center Master Data - Validation - User Exit

    Hi,
    I need to add few validation to the profit center master data. If there is any user exit that I can use or is there any validation like OB28 (we have for financial accounting document) that can be used.
    Please help me out.
    Regards,
    Binay Agarwal

    We are on version 4.6C. Requirement is that while creating profit center, two fields, Budget Holder and CC Board Member field should be updated via some valid user id that exist in SAP.
    This user id would be used in work flow. This fields are free field and would accept anydata. But subsequent processes would be hindered. Same thing has been implemented for Cost center and we were able to get hold of user exit but I am struggling to find the same for profit center.
    As far as I am aware there might not be any user exit for KE51 tcode. Now only point is is there any other way (like validation) which can be setup before the data us saved so that we have control over the data being saved in these two fields.
    Regards,
    Binay Agarwal

  • Validation user exit at asset master data

    hi all,
    at asset master data creation level, if you want to validate company code vs asset class vs equipment type, how do you define validation user exit? Also, we have so many company codes. Do we have to individually validate rules for each and every company code?
    Regards,
    Rob

    Hope the below user exits are useful:
    AAPM0001 |Integration of asset accounting and plant maintenance
    AINT0001 |Extended checks when posting an asset   
    AIST0002 |Customer fields in asset master
    Pls assign points as wa to say thanks

  • Unique problem with validation/ making field required

    I have searched the forums trying to find a way to make a field required based on the users selection of a check box, or something else. So far, everything says use nullTest = "error".
    I have tried to do this and get the following results: The red highlighting, which shows up around my other required fields, will not show up unless you click in the text box and then out of it. Weird! Then, when pressing the submit button, it will not actually give you an error message if there is nothing in that text box, as it will if there is nothing in the fields that I originally make required.
    Any thoughts, or fixes would be greatly appreciated.
    Thanks in advance for any help.

    We do the same thing here. We haven't had any issues with the submit not validating the field correctly though. Our only issue was the red highlighting. To get around this, we would call resetdata on the field. resetData clears out the value of the field so you need to store it off and then reset it.
    if (form1.BP1.ChangeActivities.Pos1.Department==1) then $.validate.nullTest = "error" else $.validate.nullTest = "disabled"
    endif
    $=$
    var x = $
    xfa.host.resetData("form1.BP1.ChangeParticulars.Pos1To.DeptNo")
    $ = x

  • Data in User Fields

    Dear Experts,
    Want to know whether we can link Data Fields which are available in Standard Tables to User Fields which are available at WBS Level.   
    Thanks in advance,
    Dileepa.

    Hi Virendra,
    Thanks for the support, as per the guidance given by you i was able to link the desired field (E.g. Vendor Code) to one of the WBS Element User Field using WBS_USER_FIELDS_F4 BAdi. Further to this I have following requirements.
    1. Can I also appear the field description in front of the User Field (E.g. Name of the Vendor)
    2. Can I validate whether a User have entered a valid input to the User Field (i.e. Existing Vendor in the Vendor Master)
    3. Can I include a search window to search input values.
    Very much appreciate your help,
    Dileepa.

  • Where is Hint Box for Validation Text Field widget?

    I want to enter a hint for my form.
    I am following the instructions on the Adobe Using Dreamweaver CS4 page for Insert and edit the Validation Text Field widget page:
    <http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WSEB5440BC-453A-4101-928C-302199E7E02F. html#WS8E6EA74E-87AC-4a81-A5CC-2DB6FB451DE0a>
    It says:
    Create a hint for a text field
    Because there are so many different kinds of formats for text fields, it is helpful to give your users a hint as to what format they need to enter. For example, a text field set with the Phone Number validation type will only accept phone numbers in the form (000) 000-0000. You can enter these sample numbers as a hint so that the text field displays the correct format when the user loads the page in a browser.
       1. Select a Validation Text Field widget in the Document window.
       2. In the Property inspector (Window > Properties), enter a hint in the Hint text box.
    However, the is no hint box in my Propeties area.
    How do I get this hint box to show up?
    Dreamweaver CS4, Windows Vista

    Hi David,
    My Property inspector looks different than what you have below.
    I do not have a Hint box and I do not have the Customize this widget.
    I did have a Hint box and the Customize this widget for CS3, howver not for CS4
    Alison

  • ICSS_B2C Customer relogin problem "Enter a valid user id and password".

    Hi Gurus,
    In ICSS_B2C, I have login problem with the userid and password that i have created. I have maintained all necessary settings in XCM, reference user etc.,
    I have configured icss_b2c Admin with value "CRM_SU01UserID" for component usertype in http: //server:port/icss_b2c/admin/xcm/init.do.
    UserID is getting saved but when i try to relogin with the same, I am getting the message ""Enter a valid user id and password".
    I tried with alias, su01i
    Guide me Where all I can check to solve this?
    Thanks and points will be rewarded.
    urgent
    Srinivas.

    Hi
    The User Id that you have created, must have been assigned to a BP in the tcode BP and role BUP005.
    Goto the BP and check the Internet User tab
    The user name that you are suppose to use is the one mentioned in the Internet User field in the Logon data dataset.
    Hope this helps
    Regards
    Rekha Dadwal

  • Query help needed for Sales order panel user field query.

    I have a user defined form field on sales order row level called = U_DEPFEEAMT
    1, I would like this field to get the value from a field on this sales order row level multiplied by what is in point 2 below. The details of field in point 1 is :
    Form=139, item=38, pane=1, column=10002117, and row=1
    2. The contents in field 1 should be multiplied  by a value coming from another user field linked to OITM master item.
    The details of user field attached to OITM is :
    OITM.U_DepositFeeON
    Appreciate your help.
    Thank you.

    Try this one:
    SELECT T0.U_DepositFeeON*$[$38.10002117.number\]
    FROM dbo.OITM T0
    WHERE T0.ItemCode = $[$38.1.0\]
    Thanks,
    Gordon

  • Custom exit or badi for changing the user fields in operation of process order

    Hi all
        I want to find a exit or badi to set default value to the user fields in operation of process order when COR1.
        I have tried exit 'PPCO0001', but this exit is call after commit work, so I can not change any thing
        I also tried to use badi 'workorder_update', 'before_update', but all parameters in this BADI are importing, can't be changed, I've tried to change it and then program dump.
        Do you have any solution for this question?
    Thanks

    Do a Implicit Enhancement at the PBO of this subscreen.

Maybe you are looking for

  • FIXED (for me at least): iPhone 3gs will not sync with Gateway NV79

    I’ve spent months trying to fix this miserable problem with getting my iPhone 3gs to sync with my new Gateway NV79. Gateway will not help. Their technical support is genuinely worthless. Microsoft blames Apple and Apple blames Gateway. My old iPod Na

  • How to kill the session after the user exit the ADF application

    Dear all I have a problem The problem is the session still exist after the user close the application and the browser. I want to kill all sessions that is not active. This is my test scenario: 1- I open IE and run my ADF application that is deployed

  • Expdp impdp - redo generation?

    Friends... Oracle 11gr2 SE OS: Linux I did tried to search in documentation but couldn't find answer. I'm dropping some tables but before that exporting them for backup, db is in archivelog mode. Before dropping tables, trying to find whether expdp j

  • How to update PowerPC apps after installing Lion OS X?

    I need to update my PowerPC apps after installing Lion OS X, and if not find a way to run them on Lion using a patch, emulator, converter or otherwise? All help appreciated, thanks for reading. Please note, I do not curretny have a hard-copy of Lion

  • EM Agent get restarted on heap dump generation with jmap command

    Hi all, To find the cause of OutOfMemory error we are generating heap dump of perticular JVM process by using the command "jmap -dump:format=b,file=heap.bin <pid>". But when we excute this command, then our all the other jvm process get crashed and i