Can we apply custom validation before uploading data in WebADI in 12.1.3

Hi,
I have requirement of applying custom validation before uploading data from spreadsheet using webADI. How can we do that.
Is there any way in desktop Integration Manager Responsibilty in WebADI.
I have just started exploring webADI
Please Help Me...
Thanks,
Suhani

Why are you posting this in OAF?
Anyway you can by creating a custom PL/SQL wrapper that is called by the WebADI.
Raise an application ERROR in your wrapper and it will show in the WebADI
If you just want to validated VALUES, you are better of creating an LOV on the Column. Then WebADI will do the validation work for you.
Jeroen

Similar Messages

  • Content validation before uploading file

    Hi,
    We want to do some validations before uploading an excel file to OBIEE :
    1 - check the file extension
    2 - do some data validation on the content of the excel file.
    I succed in doing the first step by adding some javascript customization to OBIEE javascript files. However, i cant do the second step with javascript, because i need to read the excel file content and make connection to a database to perform the validation.
    Is there any way, to do the validation in server side so that i can read the excel file and make the database connection with a java code.
    Thanks.

    Hi,
    Actualy, users produces some informations about production. These informations are in excel files because there is no application for this business area. Also they want, throw OBIEE 11g portal, to upload their files them selves, have a validation workflow of the file in obiee, and then automatically copy excel files content in a oracle tables and create some reports on these tables.
    I dont know if these needs are possible in the obiee 11g platform, so i start doing a prototype. Now, i'am in the first step of uploading the excel file into a folder in the obiee catalog. However during the upload a file a need to do some technical validations (null values, numeric values, ...) and check if the value of a specific column exists in a table on an other database.
    Therefor, the xls file is not a variable it's uploaded every time a user wants it. The production environnement of obiee 11g is AIX, however for the prototype, i will user an environnement on windows.
    Thanks.

  • Can't apply custom channel strip icons in MS v2.2.2??

    Hi all.  I've been adding and using custom channel strip icons (in addition to patch icons) in MainStage for a couple of years now but have only just noticed that I can't apply custom channel strip icons in MS v2.2.2....for some reason I can only apply Logic's default icons for channel strips in v2.2.2.  When I try to apply a custom icon to a channel strip, the icon region is blank.  However, I have no problems applying custom icons to patches.
    I've never had an issue with this in v2.1.x.
    Is anyone else able to apply custom icons to channel strips in MS v2.2.2?
    Cheers
    Gary

    CCT, I worked it out.  For starters, you should be able to get custom Channel Strip icons working in MS v2.1.3 if you put the icons here: user\Library\Application Support\Logic\Images.  My installation directory is the root Library but I've realized in the past days that others' installation directory is their user library.  This seems to be the reason why custom Channel Strip icons don't work if placed in the root Library for those users.
    For MS v2.2.2, the icons need to be placed in the MS app itself i.e. Show Package Contents: \Contents\Resources\Images.  Don't ask me why but they appear correctly when placed there. I wouldn't be surprised that this situation is a bug that was overlooked by Apple when they developed v2.2.x
    I have both versions of MS on my system and in v2.2.2, my icons are duplicated because they're in the v2.2.2 app as well as ~\Library\Application Support\Logic\Images.  However, only those icons located in the v2.2.2 app actually work.

  • GR/IR Key manditory in PO...How can i clear customs duty befor GR

    Hi All,
    As per the business requirement, i made GR based IR manditory in PO. Now for Import Pos, how can i clear the customs duty before doing GR.]
    Regards,
    Naidu.

    Hi
    Custom duty is a delivery cost. You can process the delivery cost before GR even with activation of "GR Based IV".
    Control due to "GR Based IV" is applicable for goods item invoice.
    warm regards
    sairam akundi

  • Can anyone list problems/errors when uploading data using BDC's and BAPI's?

    Can anyone list the problems/errors when uploading data using BDC's and BAPI's?

    Hi,
    If you are actually creating a BDC to load data pls be more specific.
    Data format incorrect. Tab delimited/ etc
    Dates in wrong formats
    Currency incorrect formats
    Missing screens
    Wrong transaction code
    File not found,
    Missing Mandatory fields,
    Screen resoultion.
    You should always use refresh for your Bdcdata table.
    Loop at internal table.
    refresh Bdcdata.
    regards,
    sowjanya.

  • Data Validation Before Upload to BPC

    Hi All,
    We pump in trial balance data from our SAP system to BPC with some breakdown to match dimension combination in BPC. One of the required steps is that to have a checking procedure to see whether downloaded data is balanced or not, before we upload to BPC.
    Would you mind sharing with me how best to have this checking, or if you have some experience on how this validation works in your company, i would appreciate it very much if you can share it.
    Thanks a lot,
    Liam

    Hi Nilanjan,
    Thanks for replying.
    If we use Business Rule function, then we would have to upload it to BPC first and let Business Rule run the validation.
    Our objective is to make sure the figures in the flat file is correct (balance in accounting view), before we submit to BPC.
    Thanks,
    Liam

  • How can we write BDC program to upload data in to line items(VA01) ?

    Error in processing BDC table control program...
    How can i populate data through bdc program dynamically, when some of the lines are in disable mode....
    for e.g ...
    in va01 transaction code ....
    1 to 5 lines are not in disable mode....
    but 5 to 10 lines are in disable mode...
    so hw u process those remaining disable lines at runtime and populate data in to the fields of line items...through bdc program..

    hi..friends.,
    yea actually this question has been raised by interviewer ...
    but just the same i replied as you did...
    but he told that we can upload the data....towards in to disabled line items
    at run time..with using change trasaction va02..with implementing bdc programm...
    so i just want to know the steps of how to perform it..
    Can anyone....my friends..
    byeeee.....

  • Validation Before submit data of web service

    HI guys,
    I need ur help as I am using Adobe LiveCycle Designer 8.2 in desiging an offline eform that takes data from user and insert it in a DB using a WSDL of web service in the server . I had now the button that execute the web service method whose parameters are binded to some fields ,But I need to validate those field in time of submittion?
    So I tried To write the validation script in the preExec event handler but if that right I need to know how to cancel execution event from preExec?
    And if it not right Please help me in another way
    Thank You.
    Osama

    To cancel the event (the submit in this case) you woudl use xfa.event.cancelAction = true;
    This was added in version 8 I believe so if you are using a Reader/Acrobat earlier than that this will not work.
    You could have your real submit button hidden and expose a regular button to the user for submission. This woudl allow you to write code on the regular button to check your validations and if they work out then you woudl hit the submit button programmatically:
    buttonName.execEvent("click")
    Hope that helps
    Paul

  • Does anyone have a suggestion for a device that I can upload data to from an iPod when there is no wi-fi available? I'm using iForm to collect data and I need to get it uploaded to a database.

    can anyone recommend a device to upload data from an iPod when no wi-fi is available? I am using iForm to collect data in the field and I want to be able to upload it periodically.

    Hi there,  I'm myseld using the Application data-field in order to collect mobile forms OFFLINE.
    I can collect as many mobile form as i want BUT, of course, need to be online to sync the data from mobile to their cloud.
    Hope that helps.
    Otherwise, would probably need to plug ur idevice and look for the application database with such tool as iConnector.

  • HealthVault can't find my Omron BP791 ot upload data.

    I have installed “OmronHVDriverBP791-x64” on my laptop running Windows 7 (64) and it can access the device. I have installed “HealthVaultConnectionCenter4.1-Win7” but HealthVault can’t find the device or upload data.

    Hi,
    I have Omron BP791IT blood pressure monitor. Because I live in Hong Kong, I am only eligible to use Health Vault UK, which is perfectly fine.
    One little annoyance is, Health Vault Connection Center UK can only add BP791IT using SINOVO driver, which requires data upload via CSV file generated by Omron’s own Health Management Software, so it becomes a manual 2 step process, which defeats the design
    purpose of having a device talking to Health Vault directly.  Not to mention, BP791IT is certified with Health Vault.
    I come across this Health Vault direct driver for BP791 (http://www.omronhealthcare.com/service-and-support/connected-health/), it installs perfectly fine into Health Vault UK, i.e. BP791 shows up, but it cannot detect any new data I have in the blood pressure
    monitor. Are there some further restrictions in the UK version of Health Connection Center that prevents the driver from being used? It would be really good if it is a direct upload, as opposed to a 2 step manual csv export then import process.
    Thank you for any advice and workaround.

  • How to upload data

    Dear Hussien,
    I have the customer master list . now i want to upload, can u please guide me how to achieve this?
    There is two tables
    1. hz_parties
    2. hz_cust_accounts_all
    Can anyone guide me how to upload data in the telesales module ?
    i know throught sqlldr it is possible but there many fields which i don't know about in the tables so any help pls
    Edited by: Mohammed Taj on May 7, 2009 1:15 PM

    Hi Mohammed, I would recommend that before looking to interface data to Oracle Apps or anything to do with the app really that you always check the user guides/ manuals first as they are often a good starting point. For customers check the AR guide. This is found at:
    http://www.oracle.com/technology/documentation/applications.html
    Select your version of OA and then view the AR user guide.
    There is a section that explains how customers are managed in OA, the program Customer Interface which can be used to interface customers into OA and towards the end of the guide there is a description of the interface tables which you will need to populate with your customer source data.
    Regards Cel

  • OAM Custom Validation

    Hey,
    I'm trying to do some custom validation on a self registration workflow in OAM. There is an application that calls the self registration workflow through a web services call. I am trying to have custom code fire for a preaction for step1 so I can do validation before the data is even submitted to the self reg workflow. However, i am having trouble triggering actions for preaction step1.
    The reason for this is so I can capture all the errors at once and return it to the app instead of OAM validation everything one by one.
    Is it possible to trigger anything using workflowidxxx_1_preaction;... ? I can't seem to get it to work.
    Any help is appreciated.
    Thanks a lot,
    Raj

    there is no approval step.
    its a basic self reg work flow with no approval. anyone can fire the workflow and create an account.
    I am just trying to do my own validation before OAM does so i can capture all errors at once instead of OAM firing them back one by one

  • OTL Time card: Where to write custom validations

    Hi,
    I need to write some validations after the user submits time card.
    WHat is the package in which I can write these custom validations? Does oracle recommend any specific package?
    Also, If i have two projects,
    Time card period: 01-01-12 to 01-08-12
    Project 1 ends on 01-05-12
    Project 2 starts from 01-06-12
    Would it be possible to restrict project lov if user tries to enter project on 01-07-12, not to use project 1?
    if not possible where can I make that validation in the code?
    Appreciate your help.

    Hi,
    I will answering your doubts no 3 and 4
    Instead of using XML template, I would suggest you to use WED Adi, which can be called from the OTL page
    button. And at that time the only thing u have to upload server with the WebAdi template.
    Here you will not need to build a custom table, a view will solve the purpose. And there is not need of further maintenance
    For the file to be read only you can include it in the code while extending your respective controller class.
    But Oracle recommend not to extend controller class. Let the client be aware of it, that it requires the extension
    of controller class of the page. If he thumps up the extension of controller class then your life becomes pretty simple.
    Regards,
    Pankaj Kedia

  • How to skip custom validator  if other validators fail

    I have a custom validator that checks data from db, the validator is at the end of the page so it gets called last. If there already are fields in the form that don't validate i don't want to run my custom validator since will not submit anyways and no need to put extra strain on the db. How can i accomplish that?

    Sorry for the confusion. the triggerEvent="click.add" should be triggerEvent.add="click"
    I am using Flex 4. The validation is fail if the user don't input anything. Does clickHandler still process the code even though the validation is fail?

  • How to clear  PSA data in advance berfore upload data into PSA by process

    Could someone tell me how  to clear previous PSA data   before upload data into PSA  through process chain,tks

    Hi,
    Try
    Deleting Requests from the PSA
    http://help.sap.com/saphelp_nw04s/helpdata/en/b0/078f3b0e8d4762e10000000a11402f/frameset.htm
    Hope this helps.
    Thanks,
    JituK

Maybe you are looking for

  • How to sub-total in alv?

    Hi, I have an alv layout like following: ZZZ 300100089 1050 ZZZ 300100089 1050 subtoal             2100 90256243 300100000 193410 90256242 300100000 173250 90256241 300100000 173250 90256240 300100000 173250 90256239 300100000 173250 90256238 3001000

  • Unlink good receipt and reversal movement

    Hi, a user did a good receipt with price 19000 u20AC, changed the price of the order in 190 u20AC. after that he reversed the good receipt but the system took the new price. we reversed the reversal movement to try to reverse the first good receipt.

  • Asset Issues

    Hi All , Can some one please provide inputs on below two issues. 1.         We want to change the useful life of an asset (or a number of assets).   The current net book value should then be depreciated over the revised useful life.  We DON'T want an

  • CALL FUNCTION STARTING NEW TASK Debug

    Hi, How can you debug a function module which is called with an add on 'STARTING NEW TASK' ? Thank you.

  • When I try to export to excel, it automatically saves it as a notebook document. How do I change this?

    I don't know why it isn't saving as an excel document