Web ADI- Modification of FA Additions standard template problem

Dear Gurus,
We are on Oracle EBS 11.5.10.2. DB 10g On Oracle Enterprise Linux 5.8 BOX..
I have modified the custom template of FA Addition.. Here is what I needed and what I have done..
1. I excluded the mandatory Clearing Account Field from the template.
2. I enabled Attribute 1 to Attribute 6 columns for display.
3. Enabled those fields for mapping as well.
4. Created a new template.
All these I have done is by adjusting back end information.
Problem:
I am getting the attributes in layout creation page there I can select them for showing it on web adi spread sheet lines
but when I create the document the Attribute Columns does not appear in the sheet.
I have bounced the machine after doing the changes Still no result.
Technical Changes I made for doing this :
update bne_interface_cols_b x
set x.DISPLAY_FLAG = 'Y'
where x.INTERFACE_COL_NAME in ('ATTRIBUTE1','ATTRIBUTE2','ATTRIBUTE3','ATTRIBUTE4','ATTRIBUTE5','ATTRIBUTE6')
and x.INTERFACE_CODE = 'FA_MASS_ADD_INTERFACE'
update bne_interface_cols_b x
set x.MAPPING_ENABLED_FLAG = 'Y'
where x.INTERFACE_COL_NAME in ('ATTRIBUTE1','ATTRIBUTE2','ATTRIBUTE3','ATTRIBUTE4','ATTRIBUTE5','ATTRIBUTE6')
and x.INTERFACE_CODE = 'FA_MASS_ADD_INTERFACE'
Please let me know what I need to do for making these visible.
Regards,
Rubayat Newaz

Leo thanks your reply was really helpful.
here is what I did,
update bne_interface_cols_b
set val_type = null, group_name =null
where application_id = 140
and interface_code = 'FA_MASS_ADD_INTERFACE'
and interface_col_name in ('ATTRIBUTE2','ATTRIBUTE4','ATTRIBUTE5','ATTRIBUTE6','ATTRIBUTE7')
Walla it is showing in web adi. I am able to upload data..
but I am facing a new kind of problem.. When I upload data using pre validate
data is uploaded but I get this warning
No concatenated descriptive flexfield value to validate.
how to get rid of it ?
Regards,
Rubayat

Similar Messages

  • JAEHYLEE, WEB ADI주요 에러 5가지

    PURPOSE
    WEB ADI주요 에러 5가지
    Workaround
    N/A
    Solution Description
    Problem
    1. No Servlets run, not even IsItWorking
    2. Some servlets don't run
    3. When running BneCaboTestServlet, an "Internal Server Error" is displayed when trying to generate either the "Simple Cabo Page" or the "Complex Cabo Page".
    4. I've made changes to the configuration files but the changes seem to have no effect.
    5. Netscape displays the following error
    Not Found The requested URL /...../styles.blaff.css was not found
    Solution
    1.This can happen if you have problems with the repository property settings in the zone.properties file. Check jserv.log, if you see a message that states: "Error creating classloader for servlet zone root : java.lang.IllegalArgumentException: Repository d:/webadi/lib/badfilename.zip doesn't exist", then confirm that each file listed in the zone.properties repository properties is correctly specified and that the file can be read.
    2. If other servlets such as the IsItWorking servlet runs but a specific servlet, (say BneSnoopServlet) doesn't run, check that the servlet is properly aliased in the zone.properties file.
    A servlet consists of a single java .class file. The .class file is often created within a java package. In the example of the BneSnoopServlet, the servlet .class file name is BneSnoopServlet.class which exists in the "oracle.apps.webadi.framework" java package. The servlet.BneSnoopServlet.code property in the zone.properties file setting defines the servlet and the package name the servlet exists in for your zone. If the servlet name or package name is not spelled correctly, or even if it isn't in the correct case, the servlet will not be able to run.
    If a specific servlet won't run, it could also be due to problems with the servlet finding java classes that are required by the servlet. You will need to check the error_log, jserv.log or mod_jserv.log files. Search for errors that include "ClassNotFoundException" in the message. These log files will help you determine the missing class, you will then need to determine which .jar or .zip file contains the required .class file and ensure that the installation is configured to appropriately reference the .jar or .zip file.
    3. The error message will also include the text "The server encountered an internal error or misconfiguration and was unable to complete your request." To resolve this, check the message in the mod_jserv.log file. If an error is listed that describes a "NoSuchMethodError" and includes references to "oracle.bali.share.util.IntegerUtils", then you will need to edit the jserv.properties file and place a comment character of # at the start of the line that defines the "wrapper.classpath" property that references the share-opt-1_1_4.zip file in the portal30 and bibeans directory.
    4.When changes are made to the jserv.properties, zone.properties, webadi.properties or the httpd.conf configuration file(s), the Oracle 9iAS HTTP Server (Apache) must be restarted. When restarting the server, remember to allow a delay of a minute or two between the time you stop the server and the time you restart the server. This is to give the JServ module time to shut down and restart the java virtual machine
    5. The configuration of the Web ADI application has not been set up to reference the cabo requirements as documented in this installation guide. Please reread this installation guide and resolve any differences. One point about Netscape is that Netscape will display an error and not attempt to render your page if certain errors like this one occurs. It can be helpful to use Internet Explorer for testing your application because Internet Explorer will typically still attempt to render your page. You can then use the view source option to see the actual HTML generated which can be helpful in resolving issues
    Reference Documents
    177072.1

  • Mass Additions WEB ADI Issue

    All,
    Has anyone come across a need to modify the mass additions upload via web adi, to do validation on asset numbers. We find that if we use web adi to mass additions, the error of duplicate asset numbers is only picked up when we do a post. Our users require that validation, when they do the upload from web adi. As this was a functionality that desktop adi provided.
    Any help here would be much appreciated.

    Hi
    Can you think about one work around
    1. Import Asset table containing Asset Number before uploading the asset using Web ADI.
    2. Compare the Imported data with Web ADI Template using EXCEL macro check or using a sql script
    Have you loged SR & wether Oracle can think of some Validation (as this is the standard functionality) ?
    Regards
    Sunil Kumar

  • FA mass additions web ADI

    Hi Forum,
    I am working on some ammendments on validations in FA mass addititions web adi.
    May I know how we can incorporate validations from user perspective.
    If there is no such provision to include validations from front end, please could you let me know the package that is used to insert the web adi data into fa_mass_additions table.
    Thanks
    Praveen

    Hi
    Can you think about one work around
    1. Import Asset table containing Asset Number before uploading the asset using Web ADI.
    2. Compare the Imported data with Web ADI Template using EXCEL macro check or using a sql script
    Have you loged SR & wether Oracle can think of some Validation (as this is the standard functionality) ?
    Regards
    Sunil Kumar

  • How to create a Web ADI template and save it in our apps?

    Hi all,
    I want to create a user enrollment template it Web ADI so that I can send the form to the client and they will just fillup the spreadsheet with all the users they want to add to the system then load it using Web Adi.
    For example this form is:
    I want to create a Web ADI template for the forms above, which is saved in the apps database. Just like the template sample below:
     1. Add Oracle WEB ADI you your responsibility. Explore how to create document etc
    2.  Using Oracle General Ledger, go to Enter Journal and click on Launch Journal Wizard..from there you can create document similar to attached
    Please help how to create templates like this.
    Thanks a lot,
    mk

    Hi Rajen and all,
    The sample tutorial you and Aj gave me seem for older version like 11i or 12.0. Can i still apply or follow it for 12.2?
    You also mentioned:
    My approach when I started was more like the "baby step" method ... started with something simple with these 2 responsibilities and a simple integrator and then continued by adding new features (like LOV, PopLists, Contents, playing with layouts, using FNDLOAD, etc....). It's  an interesting experience.
    Do you have the docs you follow to do the above process? What 2 responsibilities are you referring to? It is "Desktop Integration" & "Desktop Integration Manager"?
    I thought "Desktop Integration Manager" is the super-user and has all the "powers" needed for adi?
    What powers does "Desktop Integration Manager" have,  that "Desktop Integration" does not have? and vice-versa.
    Thanks a lot,

  • Web ADI GL Journal Template - Journal Line Number

    Is anyone know if you can add the journal line number to a web adi journal template.
    Our users create journals in a spreadsheet and upload in to Oracle vua web adi. They print a hard copy of the journal in Excel ADI template format as well as an output from Oracle of the journal to which their backup is attached. This is required for our audit/SOX requirements.
    Our users/audit review team are frustrated that the order of the lines in the adi xls file is not the same as in the actual oracle journal.
    Having looked at the journal template document I cannot find the journal line number as an option when creating the adi template. Is there any other way of ensuring that the line number in excel is the same as in Oracle (aside from re-ordering the excel lines into code combination order).
    We are running on Oracle Applications : 11.5.10.2
    Thanks

    As per (How To Add Line Number Column To Journal Entry Webadi Template [ID 1102405.1]) this feature is not available in R12 so this implies that it is not available in 11i.
    Thanks,
    Hussein

  • How to implement STANDARD Picklists in Web ADIs

    Hi,
    I have been developing, configuring and implementing Custom Web ADIs in Oracle HRMS and I have used Excel 2000 as the third party tool and were able to implenment CREATE and UPDATE type of Integrators.
    Also I am able to implement 'Standalone Queries'.
    Using BEN_INTERFACE_COLS_B Table I am able to implement POPLISTs which is one among the two types of LOVs supported by Web ADI.
    The other type is 'STANDARD' LOVs. I was trying to implement STANDARD LOVs, by using BNE_COMPONENTS_B Table.
    But I got struckup at this point on,
    1. Will Oracle Web ADI support user defined Java Class components?
    2. If so after developing the Java componenet, what all updations are required other than updating BNE_COMPONENETS_B Table?
    (How to integrate this java component with the integrator, I knew that VAL_COMPONENT_APP_ID & VAL_COMPONENT_CODE in the
    Table BEN_INTERFACE_COLS_B has to be updated but will this be enough? )
    3. Where to put the Java class component file in the Unix box to be used by the Custom Web ADIs.
    Please Advice
    thanks in Advance..
    Anil Krishnan
    [email protected]

    Hi,
    I tried updating bne_interface_cols_b for an existing column.
    In launch Journal wizard, the 'Expense Type' or 'Segment3' has some LOV attached to it. I need to point that LOV to my custom table somehow.
    I tried updating the table with the given values
    UPDATE bne_interface_cols_b
    SET val_id_col = 'VAR_FIXED',
    val_mean_col = 'MEANING',
    val_type = 'TABLE',
    lov_type = 'POPLIST',
    val_obj_name = 'MY_TABLE_NAME',
    OFFLINE_LOV_ENABLED_FLAG='Y',
    GROUP_NAME=NULL,
    SEGMENT_NUMBER=NULL
    WHERE interface_col_name = 'SEGMENT3'
    AND application_id = 101
    AND interface_code = 'GL_INTERFACE_120'
    But I am not able to see any change when i run the 'launch Journal Wizard' ADI. It still displays the old lov
    Can you please help

  • PA-How to modify Web ADI template ?

    Hi All,
    can i change the columns position in web adi template (for eg: the column order should be Description, Name instead of Name, description) and also need to modify the column heading for eg: Supplier instead of Vendor name)
    does it possible? Please help
    Thanks,

    I would advise you to make a copy of the webadi layout and modify it and then use the copy of the layout with the original untouched.
    Hope this helps!
    Sathish Raju
    www.projectsaccounting.com

  • How to make a web template as standard template

    hi,
    we are trying to make the custom web template as the standard template. So, that it would be the basic template when we create a new template.
    could anyone let me know how to make the template as default template
    Thanks,
    raghavendra pothula

    Hi:
    Try that one in SPRO.
    here are steps if u need them.
    SPRO
    SAP Reference IMG
    From here, open tree:
    SAP Netweaver
    SAP Buss Info Warehouse
    Reporting Relevant Settings
    BEx Web
    Set Standard Web Templates.
    Here add for Adhoc analysis and others if needed.
    Ram Chamarty
    Message was edited by: Ram Chamarthy

  • Query Name in variable pop-up on the web with standard template

    While using the the standard template (0QUERY_TEMPLATE or 0ADHOC) the variable pop-up title bar contain the text: "Variable for Ad Hoc Report". Is there a way to cutomize this so for example you are able to show the query name: :Variable for query XXX"?

    Hi Mike,
    I don't think there is much hope in this area. There was another post on this topic that you can look at:
    Re: Web Reporting - Variable Screen - Title of Report

  • Cannot display values in LOV when using oe_transaction_types in Web ADI Template in R12

    Hi,
    I use BNE_INTEGRATOR_UTILS.CREATE_TABLE_LOV to create a POPList by using the view oe_transaction_types, but there is no any data displayed in the order type column,  while can use table oe_transaction_types_tl to create the POP List and display value. Does the Web ADI LOV not support the MOAC? Here is the API:
      BNE_INTEGRATOR_UTILS.CREATE_TABLE_LOV(P_APPLICATION_ID     => 20009, --IN NUMBER,
                                            P_INTERFACE_CODE     => 'XXX_UPL_ORD_INTF', --IN VARCHAR2,
                                            P_INTERFACE_COL_NAME => 'P_ORDER_TYPE', --IN VARCHAR2,
                                            P_ID_COL             => 'NAME', --IN VARCHAR2,
                                            P_MEAN_COL           => 'NAME', --IN VARCHAR2,
                                            P_DESC_COL           => 'DESCRIPTION', --IN VARCHAR2,
                                            P_TABLE              => 'OE_TRANSACTION_TYPES', --IN VARCHAR2,
                                            P_ADDL_W_C           => 'TRANSACTION_TYPE_CODE = ''ORDER'' AND NVL(END_DATE_ACTIVE, SYSDATE) BETWEEN START_DATE_ACTIVE AND SYSDATE',
                                            P_WINDOW_CAPTION     => 'Order Type', --IN VARCHAR2,
                                            P_WINDOW_WIDTH       => 500, --IN NUMBER,
                                            P_WINDOW_HEIGHT      => 400, --IN NUMBER,
                                            P_TABLE_BLOCK_SIZE   => 10, --IN NUMBER,
                                            P_TABLE_SORT_ORDER   => 'NAME', --IN VARCHAR2,
                                            P_USER_ID            => -1, --IN NUMBER,
                                            P_TABLE_COLUMNS      => 'NAME,DESCRIPTION', --  IN VARCHAR2,
                                            --P_TABLE_SELECT_COLUMNS IN VARCHAR2,
                                            --P_TABLE_COLUMN_ALIAS   IN VARCHAR2,
                                            --P_TABLE_HEADERS        IN VARCHAR2,
                                            P_POPLIST_FLAG => 'Y');

    Duplicate post.
    How to restrict the display of Integrator in Web ADI
    How to restrict the display of Integrator in Web ADI

  • JAEHYLEE  (R12 ADI)  How to add DFF in Web ADI

    Goal
    How to add DFF in Web ADI
    Solution
    ADI Mass Addition Template Layout Define에서 DFF를 사용하기 위해서 아래 ER이 현재 진행중이고 그 전에 사용하기 위해서는 아래와 같은 Datafix를 Workaround로 사용하여야 합니다.
    Please do the following in the test instance first and if satisfied migrate to production
    1.Setup-->Financials>Flexfields>Descriptive>Segments
    Query the Mass addition DFF and Category flexfield
    2.Both the above is to be defined exactly the same
    3.Reference field for both should be ATTRIBUTE_CATEGORY_CODE
    4)login to sqlplus apps account and run the following script
    sql
    - make sure it runs without errors, then commit. Otherwise rollback. This
    script should not be run over again, therefore verify the outcome.
    - restart the apache listener
    - login to apps and navigate to the Webadi Define Layouts page, under FA
    responsibility.
    - choose a layout for the Additions integrator, include the "Descriptive
    Flexfield" and "Context".
    - Test it.
    SCRIPT
    ===========
    set serveroutput on size 1000000
    Declare
    content_code varchar2(1000);
    interface_code varchar2(50) := 'FA_MASS_ADD_INTERFACE';
    begin
    dbms_output.put_line('Start add descriptive flexfiedl to Additions
    integrator: ' || interface_code);
    dbms_output.put_line('Updating attribute columns in bne_interface_cols_b')
    Update bne_interface_cols_b
    set display_flag = 'N' ,
    val_type = 'DESCFLEXSEG',
    group_name = 'MASSADD_DF'
    where application_id = 140
    and interface_code = 'FA_MASS_ADD_INTERFACE'
    and interface_col_name in ('ATTRIBUTE1','ATTRIBUTE2',
    'ATTRIBUTE3','ATTRIBUTE4','ATTRIBUTE5','ATTRIBUTE6',
    'ATTRIBUTE7','ATTRIBUTE8','ATTRIBUTE9','ATTRIBUTE10',
    'ATTRIBUTE11','ATTRIBUTE12','ATTRIBUTE13','ATTRIBUTE14',
    'ATTRIBUTE15','ATTRIBUTE16','ATTRIBUTE17','ATTRIBUTE18',
    'ATTRIBUTE19','ATTRIBUTE20','ATTRIBUTE21','ATTRIBUTE22',
    'ATTRIBUTE23','ATTRIBUTE24','ATTRIBUTE25','ATTRIBUTE26',
    'ATTRIBUTE27','ATTRIBUTE28','ATTRIBUTE29','ATTRIBUTE30');
    dbms_output.put_line('Creating CONTEXT');
    -- see webadi dev.guide for complete parameter documentation.
    BNE_INTEGRATOR_UTILS.UPSERT_INTERFACE_COLUMN
    (P_APPLICATION_ID => 140,
    P_INTERFACE_CODE => interface_code,
    P_SEQUENCE_NUM => 1011,
    P_INTERFACE_COL_TYPE => 1, -- indicates that column exists
    in interface table.
    P_INTERFACE_COL_NAME => 'CONTEXT',
    P_ENABLED_FLAG => 'Y',
    P_REQUIRED_FLAG => 'N',
    P_DISPLAY_FLAG => 'Y',
    P_FIELD_SIZE => 30,
    P_DEFAULT_TYPE => '', -- JAVA_EACH_ROW, SQL, TABLELOOKUP
    etc.
    P_DEFAULT_VALUE => '',
    P_SEGMENT_NUMBER => '',
    P_GROUP_NAME => 'MASSADD_DF',
    P_OA_FLEX_CODE => 'FA_MASS_ADDITIONS',
    P_OA_CONCAT_FLEX => 'N',
    P_READ_ONLY_FLAG => 'N',
    P_VAL_TYPE => 'DESCFLEXCONTEXT', -- TABLE,JAVA etc.
    P_VAL_ID_COL => '', -- Column for table LOV.
    P_VAL_MEAN_COL => '', -- Column for table LOV.
    P_VAL_DESC_COL => '', -- Column for table LOV.
    P_VAL_OBJ_NAME => '', -- Table for table LOV, class for java
    P_VAL_ADDL_W_C => '', -- where clause for table LOV.
    P_DATA_TYPE => 2, -- 1=NUMBER,2=varchar,3=date
    P_NOT_NULL_FLAG => 'N', -- Y=not null, N=null
    P_VAL_COMPONENT_APP_ID => '140', -- NUMBER
    P_VAL_COMPONENT_CODE => 'OA_FLEX', -- VARCHAR2
    P_SUMMARY_FLAG => 'N', -- VARCHAR2
    P_MAPPING_ENABLED_FLAG => 'Y', -- VARCHAR2
    P_PROMPT_LEFT => 'Context - Descriptive Flexfield', --
    VARCHAR2
    P_PROMPT_ABOVE => '', -- VARCHAR2
    P_USER_HINT => '', -- VARCHAR2' List - Text','* List -
    Text', '* Value','Text','* Date'
    P_USER_HELP_TEXT => 'US', -- VARCHAR2
    P_LANGUAGE => 'US', -- VARCHAR2
    P_SOURCE_LANG => 'US', -- VARCHAR2
    P_OA_FLEX_NUM => '', -- VARCHAR2
    P_OA_FLEX_APPLICATION_ID => '140', -- NUMBER
    P_DISPLAY_ORDER => 802, -- check
    P_UPLOAD_PARAM_LIST_ITEM_NUM => '', -- NUMBER
    P_EXPANDED_SQL_QUERY => '', -- VARCHAR2
    P_LOV_TYPE => 'NONE', -- VARCHAR2
    P_OFFLINE_LOV_ENABLED_FLAG => 'N', -- VARCHAR2
    P_VARIABLE_DATA_TYPE_CLASS => '', -- VARCHAR2
    P_USER_ID => 2 -- NUMBER VERIFY THAT 2 IS CORRCT
    dbms_output.put_line('Creating MASSADD_DF_PARENT');
    -- see webadi dev.guide for complete parameter documentation.
    BNE_INTEGRATOR_UTILS.UPSERT_INTERFACE_COLUMN
    (P_APPLICATION_ID => 140,
    P_INTERFACE_CODE => interface_code,
    P_SEQUENCE_NUM => 1012,
    P_INTERFACE_COL_TYPE => 2, -- indicates that column exists
    in interface table.
    P_INTERFACE_COL_NAME => 'MASSADD_DF_PARENT',
    P_ENABLED_FLAG => 'Y',
    P_REQUIRED_FLAG => 'N',
    P_DISPLAY_FLAG => 'Y',
    P_FIELD_SIZE => '', --?
    P_DEFAULT_TYPE => '', -- JAVA_EACH_ROW, SQL, TABLELOOKUP
    etc.
    P_DEFAULT_VALUE => '',
    P_SEGMENT_NUMBER => '',
    P_GROUP_NAME => 'MASSADD_DF',
    P_OA_FLEX_CODE => 'FA_MASS_ADDITIONS',
    P_OA_CONCAT_FLEX => 'Y',
    P_READ_ONLY_FLAG => 'N',
    P_VAL_TYPE => 'DESCFLEX', -- TABLE,JAVA etc.
    P_VAL_ID_COL => '', -- Column for table LOV.
    P_VAL_MEAN_COL => '', -- Column for table LOV.
    P_VAL_DESC_COL => '', -- Column for table LOV.
    P_VAL_OBJ_NAME => 'oracle.apps.bne.integrator.validators.
    BneDFFValidator', -- Table for table LOV, class for java
    P_VAL_ADDL_W_C => '', -- where clause for table LOV.
    P_DATA_TYPE => '', -- 1=NUMBER,2=varchar,3=date ?
    P_NOT_NULL_FLAG => 'N', -- Y=not null, N=null
    P_VAL_COMPONENT_APP_ID => '140', -- NUMBER
    P_VAL_COMPONENT_CODE => 'OA_FLEX', -- VARCHAR2
    P_SUMMARY_FLAG => 'N', -- VARCHAR2
    P_MAPPING_ENABLED_FLAG => 'Y', -- VARCHAR2
    P_PROMPT_LEFT => 'Descriptive Flexfield', -- VARCHAR2
    P_PROMPT_ABOVE => '', -- VARCHAR2
    P_USER_HINT => '', -- VARCHAR2' List - Text','* List -
    Text', '* Value','Text','* Date'
    P_USER_HELP_TEXT => 'US', -- VARCHAR2
    P_LANGUAGE => 'US', -- VARCHAR2
    P_SOURCE_LANG => 'US', -- VARCHAR2
    P_OA_FLEX_NUM => '', -- VARCHAR2
    P_OA_FLEX_APPLICATION_ID => '140', -- NUMBER
    P_DISPLAY_ORDER => 803, -- check
    P_UPLOAD_PARAM_LIST_ITEM_NUM => '', -- NUMBER
    P_EXPANDED_SQL_QUERY => '', -- VARCHAR2
    P_LOV_TYPE => 'NONE', -- VARCHAR2
    P_OFFLINE_LOV_ENABLED_FLAG => 'N', -- VARCHAR2
    P_VARIABLE_DATA_TYPE_CLASS => '', -- VARCHAR2
    P_USER_ID => 2 -- NUMBER VERIFY THAT 2 IS CORRCT
    dbms_output.put_line('Creating OA_FLEX component');
    end;
    insert into bne_components_b
    (application_id, component_code, object_version_number, component_java_class,
    created_by, creation_date, last_updated_by, last_update_login, last
    updatedate )
    values
    (140, 'OA_FLEX',1.0,'oracle.apps.bne.integrator.component.BneOAFlexComponent',
    2,to_date('20051201','YYYYMMDD') ,2, 2, to_date('20051201','YYYYMMDD') );
    Update bne_interface_cols_b
    set last_update_date = to_date('20051201','yyyymmdd')
    where application_id = 140
    and interface_code = 'FA_MASS_ADD_INTERFACE'
    and sequence_num in (1011, 1012);
    Update bne_interface_cols_tl
    set last_update_date = to_date('20051201','yyyymmdd')
    where application_id = 140
    and interface_code = 'FA_MASS_ADD_INTERFACE'
    and sequence_num in (1011, 1012);
    Reference
    559392.1

    Hello.
    The process is described in the Oracle Web Applications Desktop Integrator Implementation and Administration Guide manual.
    Octavio

  • Does web ADI work with Office 2010

    We recently move from Office 2003 to 2010 and we have webADI, However we are receiving an error runtime error 1004 Method 'VBProject' of Object_workbook failed.

    902619 wrote:
    We recently move from Office 2003 to 2010 and we have webADI, However we are receiving an error runtime error 1004 Method 'VBProject' of Object_workbook failed.Please see these docs.
    Installing, Configuring and Troubleshooting Web ADI (Web Applications Desktop Integrator) [ID 417692.1]
    Visual Basic Error 1004 in Create Document Using Excel-2003 Viewer with Asset Additions Integrator [ID 317145.1]
    Attempting To Create Batch using BEE Spreadsheet Interface, Errors: Run-time error '1004': Method 'VBProject' of object '_Workbook' failed [ID 337695.1]
    Run-time Error '1004' When Attempting To Use Spreadsheet Expenditure Entry [ID 309728.1]
    Run-time error '1004' Opening WebADI Spreadsheet to Import Dimension Members [ID 376013.1]
    Webadi Error: Method 'Vbproject' Of Object'_workbook' [ID 406526.1]
    FAQ: Certification Information For Client ADI And Webadi [ID 1251224.1]
    What are the Web ADI Requirements to work with Excel 2010? [ID 1272346.1]
    Unable To Create Webadi Templates In Office 2010 [ID 1238663.1]
    Thanks,
    Hussein

  • WEB ADI INTEGRATOR FOR Bill of Material

    I am developing a WEB ADI integrator for Bill of material upload. The integrator will populate the data in a temporary table, validate it & write the error messages back to the table . On succesful validation the data will be sent to interface tables & then to base table.
    The integrator uses a procedure & sends data to the procedure. Procedure then loads data in temporary table & does the rest of work.
    To do this i need to know the following thinngs:
    1. How i can track the line no of Excel?
    2. How do I know that all data are loaded in temporaray table because the validation & rest of work will be done once all the rows of excel are transfered to temporaray table. i.e. How do i determine the End of File in Excel?
    3. How do i write error messages from the table to the excel in web adi?
    Any help will be appreciated. Please send me the sample scripts & web adi developer guide at [email protected],[email protected]

    If you check the XML that Web ADI generates to upload a document you will note that each row gets a row number. It would be a matter of being able to keep track of that number in your table so that when you are reporting the error back you can include that number in the message so the code in the Excel spreadsheet can assign it to the correct row.
    I would suggest trying to use even some of the basic validation mechanisms provided within Web ADI, as these will automatically return the error messages for bad data to the correct row in the spreadsheet.
    Web ADI will take the uploaded data, perform any validation check defined within meta-data then push the data to your Interface table. There are plenty of examples in th shipped code of product teams then using the Import phase of the upload to perform additional checks and then push the data further. But if you can utilize the existing Web ADI functionality. The data never ends up in the table in the first place to require any clean up on your part.

  • How to enter values in Descriptive flexfield by WEB ADI

    Hi All,
    I am using GL-Journals as an integrator for uploading data using WEB ADI. I have DFF at Journal lines. There is Context Field value and also 3 lines(Attributes). I can enter the data by clicking the Line DFF Context and Line DFF manually. The entered values are shown as concatenated values in this cell. But the data is in different columns in excel file. I want to map the data from excel(which is in different cells) to this one column in the WEB ADI template.
    Does any one know how to map this.
    Thanks in advance.
    Regards,
    Pramod.

    Hi All,
    After couple of investigations, I understood that it is not possible to map and upload DFF Values unless you concatenate the data. We all know it used to work in client ADI. I have found these documents 1072689.1 and Bug 8469705.
    If someone knows any workaround please let me know.
    Thank you,
    Regards,
    Pramod

Maybe you are looking for