Table generator problem

first i have changed the table maintanence   because of adding anew field .
then i have changed the  newly added field in table (just assiged a data element ) and then changed the table maintenence i got 2 new fields in maintenece
one with '+' sign and one with field name (because of data element )
so
after deleting and creating also i can see that + sign field which  does not exist in table
what shd i do..

vm,
in data element you have to maintain like this.                                                                               
Length  Field Label                                            
Short             10      Last name                                              
Medium            12      Last name                                              
Long              20      Last name                                              
Heading           25      Last name
Amit.

Similar Messages

  • How to look at sid tables generated for an ods?

    Hi all,
    There  is atrns code : listschema which enables to have a look of the sid tables generated for infocubes.
    Is there any trsn code where we can see the list of sid tables generated for ods. if not let me know the procedure how to look at the sid tables generated for ods.
    regds
    hari

    hi,
    i think u will try like this:
    go to transaction code SE11
    TYEP UR NAME LIKE THIS:
    EX: /BIC/AODS_CUS00XXXX
    BI: MEANS business defined
    C: customer
    0 : SAP defined
    A: Active data table of ods
    TYPE LIKE THIS : /BIC/ODS NAME * (STAR)
    YOU MAY GET VALUES:
    THANKS, KR

  • Hi Sir! I have some questions regarding word report generation please.1.How can i add border to a word page?.2.How can i add grid lines to a table generated in word report?.3.How can i add border to a table of word report?.Thanks Imran Pakistan

    Hi !
    Sir I have some questions regarding word report generation using(C language in labwindows) Please.
    1.How can i add border to a word page?.
    2.How can i add border and grid lines to a table generated in word report(Not the " cvi table control" inserted from gui,i am asking about the table generated in word report)?
    3.How can i fill a cell of word report table withe the data type other than "character"?.
    And sir one question about use of timer in cvi labwindows please.
    Sir i'm trying to set minimum delay interval of timer control to 1millisecond(0.001s),as i set ,timer don't cares of the interval that is set by me it responds only to the default minimum time interval which is i think 10milliseconds(i'am using windows xp service pack3 version 2002).
    Regards
    Imran
    Pakistan
    Solved!
    Go to Solution.

    Hello sir!
    Sir i'm using daq6251.But Sir before implimenting it to my final application now i'm just trying to achieve 1millisecond time interval for timer in a vary simple programe i mean at this time no hardware (daq device) is  involved i,m just trying to achieve minimum time interval of 1millisecond.
    Sir i read form "help" of labwindows how this time interval can be set,i'm trying for,as described in help notes but i could'nt.I'm attaching a screen shot sir for you it may helpful for you to explain me.
    And sir also waiting for your kind reply regarding word report generation.
    Thanks.
    Imran.
    Attachments:
    screen_shot_rigistry.docx ‏65 KB

  • Base Table for problem code in Cs_incidents_all_b

    hi
    in cs_incidents_all_b we have problem_code. the does not contain any data ... we have any tl table for problem code i have cssr_prob_code_mapping_detail but if i query this
    SELECT  dra.repair_number,
      items.description item_desc,
      prob.problem_code,
      fndl.meaning flow_status_name,
      inc.summary,
      nvl(cp.instance_number,'Not availble') ib_instance_number
    FROM csd_repairs dra,
      csd_repair_types_tl drtt,
      cs_incidents_all_b sr,
      csi_item_instances cp,
      fnd_lookups fndl,
      csd_flow_statuses_b fsb,
      mtl_system_items_kfv items,
      mtl_units_of_measure_tl uom,
      jtf_rs_resource_extns_tl rstl,
      jtf_rs_groups_tl rgtl,
      fnd_lookups plkup,
      cs_incidents_all_tl inc,
      cs_sr_prob_code_mapping_detail prob,
      cs_incident_types_b ty
    WHERE dra.repair_type_id       = drtt.repair_type_id
    AND drtt.language              = userenv('LANG')
    AND dra.repair_mode            = 'WIP'
    AND dra.incident_id            = sr.incident_id
    AND dra.CUSTOMER_PRODUCT_ID    = cp.INSTANCE_ID (+)
    AND dra.flow_status_id         = fsb.flow_status_id
    AND fsb.flow_status_code       = fndl.lookup_code
    AND fndl.lookup_type           = 'CSD_REPAIR_FLOW_STATUS'
    AND dra.inventory_item_id      = items.inventory_item_id
    AND dra.unit_of_measure        = uom.uom_code
    AND uom.language               = userenv('LANG')
    AND dra.resource_id            = rstl.resource_id (+)
    AND rstl.category (+)          = 'EMPLOYEE'
    AND rstl.language (+)          = userenv('LANG')
    AND dra.owning_organization_id = rgtl.group_id (+)
    AND rgtl.language (+)          = userenv('LANG')
    AND dra.ro_priority_code       = plkup.lookup_code(+)
    AND plkup.lookup_type(+)       = 'CSD_RO_PRIORITY'
    AND items.organization_id      = cs_std.get_item_valdn_orgzn_id
    AND inc.incident_id            =dra.incident_id
    and ty.incident_type_id=sr.incident_type_id
    and prob.incident_type_id=ty.incident_type_id
    AND fndl.meaning in('Open')
    order by dra.repair_numbereach diffrent problem codes for same repair number here i am want records relevant to Depot Repair

    In 11.5.9, the problem and resolution codes are stored in FND_LOOKUP_VALUES table with lookup type as 'REQUEST_PROBLEM_CODE' and 'REQUEST_RESOLUTION_CODE'. I'm hoping you could still use these tables to find problem codes, even if you were on 11.5.10 or R12.
    Join would be something like:
    WHERE fnd_lookup_values.lookup_type = 'REQUEST_PROBLEM_CODE'
    AND fnd_lookup_values.problem_code = cs_incidents_all_b.problem_code
    Regarding restricting the query for Depot Repair service requests, you need to restrict by the the incident_type_id for this type of SRs (like id for Depot incident type is 10003 for us).
    HTH
    Alka

  • Table update problem in tabstrip control

    Hi experts.
    i have one tabstrip control having 4 tabs.
    in those tabs i am updating one table say ztable(database table).
    my problem is this is happening in pai of every tab.
    but what ever i am updateing table those changes will reflect in other tabs.
    where i have to write code like pbo or what i should do.
    what ever i am updateing in tab1 i have to see in tab2.what ever i have update i should see in tab3.
    but it is not showing the updates when we will go for other tabs.
    Thanks

    Hi,
    Please check the following things :
    1 . The Fucntion code type for each tab is blank
    2 . Same subscreen area is assigned to each tab
    3 . Corresponding subscreen is dynamically incorporated into the subscreen area CALL SUBSCREEN in the flow logic
    If you are not doing this, then you are scolling in SAP GUI, not in your program. In this case the values entered in TAB1 won't get reflected in TAB2.
    If this is the case in your program, fix the above three points. then it will work.

  • SQL+-MULTI TABLE QUERY PROBLEM

    HAI ALL,
    ANY SUGGESTION PLEASE?
    SUB: SQL+-MULTI TABLE QUERY PROBLEM
    SQL+ QUERY GIVEN:
    SELECT PATIENT_NUM, PATIENT_NAME, HMTLY_TEST_NAME, HMTLY_RBC_VALUE,
    HMTLY_RBC_NORMAL_VALUE, DLC_TEST_NAME, DLC_POLYMORPHS_VALUE,
    DLC_POLYMORPHS_NORMAL_VALUE FROM PATIENTS_MASTER1, HAEMATOLOGY1,
    DIFFERENTIAL_LEUCOCYTE_COUNT1
    WHERE PATIENT_NUM = HMTLY_PATIENT_NUM AND PATIENT_NUM = DLC_PATIENT_NUM AND PATIENT_NUM
    = &PATIENT_NUM;
    RESULT GOT:
    &PATIENT_NUM =1
    no rows selected
    &PATIENT_NUM=2
    no rows selected
    &PATIENT_NUM=3
    PATIENT_NUM 3
    PATIENT_NAME KKKK
    HMTLY_TEST_NAME HAEMATOLOGY
    HMTLY_RBC_VALUE 4
    HMTLY_RBC_NORMAL 4.6-6.0
    DLC_TEST_NAME DIFFERENTIAL LEUCOCYTE COUNT
    DLC_POLYMORPHS_VALUE     60
    DLC_POLYMORPHS_NORMAL_VALUE     40-65
    ACTUAL WILL BE:
    &PATIENT_NUM=1
    PATIENT_NUM 1
    PATIENT_NAME BBBB
    HMTLY_TEST_NAME HAEMATOLOGY
    HMTLY_RBC_VALUE 5
    HMTLY_RBC_NORMAL 4.6-6.0
    &PATIENT_NUM=2
    PATIENT_NUM 2
    PATIENT_NAME GGGG
    DLC_TEST_NAME DIFFERENTIAL LEUCOCYTE COUNT
    DLC_POLYMORPHS_VALUE     42
    DLC_POLYMORPHS_NORMAL_VALUE     40-65
    &PATIENT_NUM=3
    PATIENT_NUM 3
    PATIENT_NAME KKKK
    HMTLY_TEST_NAME HAEMATOLOGY
    HMTLY_RBC_VALUE 4
    HMTLY_RBC_NORMAL 4.6-6.0
    DLC_TEST_NAME DIFFERENTIAL LEUCOCYTE COUNT
    DLC_POLYMORPHS_VALUE     60
    DLC_POLYMORPHS_NORMAL_VALUE     40-65
    4 TABLES FOR CLINICAL LAB FOR INPUT DATA AND GET REPORT ONLY FOR TESTS MADE FOR PARTICULAR
    PATIENT.
    TABLE1:PATIENTS_MASTER1
    COLUMNS:PATIENT_NUM, PATIENT_NAME,
    VALUES:
    PATIENT_NUM
    1
    2
    3
    4
    PATIENT_NAME
    BBBB
    GGGG
    KKKK
    PPPP
    TABLE2:TESTS_MASTER1
    COLUMNS:TEST_NUM, TEST_NAME
    VALUES:
    TEST_NUM
    1
    2
    TEST_NAME
    HAEMATOLOGY
    DIFFERENTIAL LEUCOCYTE COUNT
    TABLE3:HAEMATOLOGY1
    COLUMNS:
    HMTLY_NUM,HMTLY_PATIENT_NUM,HMTLY_TEST_NAME,HMTLY_RBC_VALUE,HMTLY_RBC_NORMAL_VALUE     
    VALUES:
    HMTLY_NUM
    1
    2
    HMTLY_PATIENT_NUM
    1
    3
    MTLY_TEST_NAME
    HAEMATOLOGY
    HAEMATOLOGY
    HMTLY_RBC_VALUE
    5
    4
    HMTLY_RBC_NORMAL_VALUE
    4.6-6.0
    4.6-6.0
    TABLE4:DIFFERENTIAL_LEUCOCYTE_COUNT1
    COLUMNS:DLC_NUM,DLC_PATIENT_NUM,DLC_TEST_NAME,DLC_POLYMORPHS_VALUE,DLC_POLYMORPHS_
    NORMAL_VALUE,
    VALUES:
    DLC_NUM
    1
    2
    DLC_PATIENT_NUM
    2
    3
    DLC_TEST_NAME
    DIFFERENTIAL LEUCOCYTE COUNT
    DIFFERENTIAL LEUCOCYTE COUNT
    DLC_POLYMORPHS_VALUE
    42
    60
    DLC_POLYMORPHS_NORMAL_VALUE
    40-65
    40-65
    THANKS
    RCS
    E-MAIL:[email protected]
    --------

    I think you want an OUTER JOIN
    SELECT PATIENT_NUM, PATIENT_NAME, HMTLY_TEST_NAME, HMTLY_RBC_VALUE,
    HMTLY_RBC_NORMAL_VALUE, DLC_TEST_NAME, DLC_POLYMORPHS_VALUE,
    DLC_POLYMORPHS_NORMAL_VALUE
    FROM PATIENTS_MASTER1, HAEMATOLOGY1,  DIFFERENTIAL_LEUCOCYTE_COUNT1
    WHERE PATIENT_NUM = HMTLY_PATIENT_NUM (+)
    AND PATIENT_NUM = DLC_PATIENT_NUM (+)
    AND PATIENT_NUM = &PATIENT_NUM;Edited by: shoblock on Nov 5, 2008 12:17 PM
    outer join marks became stupid emoticons or something. attempting to fix

  • Time table generator

    I am presently doing my engg in final year..
    I and my friends are doing the final year project on time table generator..
    We are planning to do in PHP and mysql as the back end...
    So I wanted soem help on this, mainly I wanted to know what algorithm to use and more details........
    If anyone is having the code or part of hte algorithm ....please post them...
    My e-mail ID:*[email protected]*

    You need to understand what is the purpose of the forum and how we spend our time to have a beneficial dicussion rather then sending blocks of code which can be a closed box for others and does not contribute to any benefit
    Regards,
    Alan Mehio

  • Table Generator JSp

    Hi ALL
    I have a question about Table Generator JSP.
    How to work with with Table Generator JSP. I have to create one table generator JSP. With the help of this jsp i have to show data on other JSPs.
    Every Help Will Be Appreciated !

    Not an easy for sure.
    Hints:
    1. Write a custom tag to generate table. Include this tag in any JSP page of your application.
    2. A table is two dimensional view having multiple rows and columns.
    3. You can use a list of value objects to render data in your table.
    4. You can take list (probably a java.util.List) name column names and data source for each column (perhaps method name of your value object) as input to the tag.
    5. In your tag get the list object from session/pageContext. Then iterate through this list and using java reflection obtain column values & render rows.
    You can replace step 3, 4 and 5 by:
    Take two dimensional array of objects (like javax.swing.JTable) as input to the tag to render table data. Also, take a String array to render table header.
    Whatever approach you follow, pass object names as tag attribute and make original object available as attribute in session or page scope.
    Thanks,
    Mrityunjoy

  • Finding which table generated how much redo

    I'm wondering if we can find from any view that during this period a particular table generated how much amount of redo log , other than logminer ?
    We have a particular application and want to know which tables are generating most of the redo.

    from asktom
    see
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:477221446020
    and
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:366018048216
    Nologging only affects very very specific operations. For exmaple, from the
    alter index syntax statement in the SQL reference:
    LOGGING|NOLOGGING
    LOGGING|NOLOGGING specifies that subsequent Direct Loader (SQL*Loader) and
    direct-load INSERT operations against a nonpartitioned index, a range or hash
    index partition, or all partitions or subpartitions of a composite-partitioned
    index will be logged (LOGGING) or not logged (NOLOGGING) in the redo log file.
    In NOLOGGING mode, data is modified with minimal logging (to mark new extents
    invalid and to record dictionary changes). When applied during media recovery,
    the extent invalidation records mark a range of blocks as logically corrupt,
    because the redo data is not logged. Therefore, if you cannot afford to lose
    this index, you must take a backup after the operation in NOLOGGING mode.
    If the database is run in ARCHIVELOG mode, media recovery from a backup taken
    before an operation in LOGGING mode will re-create the index. However, media
    recovery from a backup taken before an operation in NOLOGGING mode will not
    re-create the index.
    An index segment can have logging attributes different from those of the base
    table and different from those of other index segments for the same base table.
    That also explains why the truncate above generated redo -- The statement
    "minimal logging (to mark new extents invalid and to record dictionary
    changes)." explains where that redo comes from. The blocks that were truncated
    were not logged HOWEVER the changes to the data dictionary itself were.
    .

  • Problem displaying table generated by jsp

    Hi!
    I�m trying to build a dynamic form by calling different servlets from my jsp-page. Somthing goes wrong however, the first <select> generates another <select>, but when the second generates the third, the second <select>-table is overwritten. Why? Can�t I call request.getAttribute more than once?
    Please look at my code and help me understand why these strange things happens:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Egendefinierad s�kning</title>
    <link href="/taxen/myStyleSheet.css" rel="stylesheet" type="text/css">
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_jumpMenu(targ,selObj,restore){ //v3.0
    eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
    if (restore) selObj.selectedIndex=0;
    //-->
    </script>
    </head>
    <body>
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.util.*, taxen.*"%>
    <jsp:include page="header.html" flush="true" />
    <form name="EgenDefForm1">     
    <table width="250" align="center">
         <tr>
              <td width="110">�mneskategori</td>
         <td width="130">
              <select name="subject_category" onChange="MM_jumpMenu('parent',this,0)">
    <option value="choose">V&auml;lj</option>
    <option value="http://localhost:8080/servlet/taxen.SubjectCategoryHandler?subject_category=Marken">Marken
    </option>
    <option value="http://localhost:8080/servlet/taxen.SubjectCategoryHandler?subject_category=Skogens_alder">Skogens
    &aring;lder </option>
    <option value="http://localhost:8080/servlet/taxen.SubjectCategoryHandler?subject_category=Skogens_skador">Skogens
    skador </option>
    </select>
         </td>
    </tr>
    </table>
    <%
         String s_category = (String) request.getAttribute("SUBJECT_CATEGORY_RESULT");
    %>
    <%
         if ( s_category != null)
    {%>
    <table width="250" align="center">
         <tr>
              <td width="110">Underkategori</td>
         <td width="130">
                   <select name="sub_group" onChange="MM_jumpMenu('parent',this,0)">
              <option value="http://localhost:8080/servlet/taxen.SubGroupHandler?sub_group=<%=s_category%>">
                             <%     
                                  out.println(s_category);
                             %>
                        </option>
                        <option value="http://localhost:8080/servlet/taxen.SubGroupHandler?sub_group=<%=s_category%>">
                             <%     
                                  out.println(s_category);
                             %>
                        </option>
                   </select>
              </td>          
    </tr>
    </table>
    <%}%>
    <%
         String s_group = (String) request.getAttribute("SUB_CAT_RES");
    %>
    <%
         if ( s_group != null)
    {%>
    <table width="250" align="center">
         <tr>
              <td width="110">Variabel 1</td>
         <td width="130">
                   <select name="variable">
              <option value="<%=s_group%>">
                             <%     
                                  out.println(s_group);
                             %>
                        </option>
                   </select>
              </td>          
    </tr>
    </table>
    <%}%>
    </form>
    </body>
    </html>
    Regards!

    This may be your logic problem in the servlet.
    I am expecting that you are doing like this.
    On submitting the first select request....
    In the servlet you setting the request.setAttribute("SUBJECT_CATEGORY_RESULT", ......
    This is fine..
    when you are submitting the second select request.
    In the servlet you are setting the request.setAttribute("SUB_CAT_RES".... only.
    But here you should set the request.setAttribute("SUBJECT_CATEGORY_RESULT", ... ALSO
    Means both SUBJECT_CATEGORY_RESULT and SUB_CAT_RES should set in request.
    Then it will work fine..
    naveen

  • In table maintaince generator problem facing in modification - events

    Hello,
    My requirement is I created table maintenance generator and transaction code for table. So after filling values in table using transaction code. Now i need to delete multiple values by selecting records but problem is before deleting those values i need to check weather those values exists in intermediate table if those values exists in intermediate table then i need to delete only those records otherwise i should delete those records. Which event i need to u if you use event 03 how to capture the select records here i can see only one records selected.

    HI santhish,
    you need to use event 3. in the form routine of event 3.
    you have to check the records which needs to be deleted. once you are decided which records to be deleted. ask the user through pop-up window using FM popup_to_confirm . if the user says yes delete it other wise leave the screen.
    hope this will helps you.
    Regards,
    Kiran

  • Table maintanance generator problem

    Hi Experts,
    I have created a Ztable with 5 fields like Field1,Field2,Field3,Field4,Field5. I have created Table maintenance generator  for that table. I want to disable Field4(created By), Field5(created Date). I have modified in se80 tcode througg screen properties. I want to update the field4,Field5 fileds by sy-datum,sy-uname , How to do without using TMG events? Even TMG events also fine. but my firts preference is without TMG Events....Please give me some sample code. How to Modify the Extract table ?
    Moderator Message: There are lot of discussions,documents,wiki links related to this topic. Please do some research before posting.
    Message was edited by: Kesavadas Thekkillath

    Hi ,
    Try this also
    go to Se11->Table maintenace generation. Double click on screen to edit and assign the field you want to display/hide to groups. In PBO , after the following lines..
    LOOP AT EXTRACT WITH CONTROL
    TCTRL_ZMARA                         CURSOR NEXTLINE.
       MODULE LISTE_SHOW_LISTE.
    ENDLOOP.
    Write a new module in PBO and edit the SCREEN as per the Tcode, you are calling,,'
    Hope this helps you

  • Table maintenance generator problem

    Hi Experts,
        I a table maintenance  generator I have to check for authorization in plant level before deleting an entry. I have created a routine which is of "03-Before deleting the data displayed". But in that if I read ytable-plant it has null. It doesn't point out which row I have selected. But for updation, it takes the exact row values which I have selected.
       How can I read the line which I have selected.
    Thanks and regards,
    Venkat

    Hello Venat
    It will be very confusing for users if there are deletable and non-deletable entries side by side in your maintenance view. Instead, you should do the AUTH-CHECK at the beginning and restrict the selectable data accordingly. All data that are now displayed can be treated the same way (including DELETION).
    Regards
      Uwe

  • Query Generator Problem

    Hi, I'm having sounds like silly problem using Query Generator, if I execute this query it does not give me the 'selection list' for Fiscal Year. I'm using v8.8 PL10 but in v2007 it's working fine. If I use other table like OITM w/ fieldX =N'[%0]', its working in v8.8.
    SELECT T0.[Code], T0.[Name] FROM [dbo].[@BA_OAMD2]  T0 WHERE T0.[U_FisYear] =N'[%0]'
    thanks,
    Edited by: Jojo on Jan 8, 2011 4:55 PM
    Edited by: Jojo on Jan 8, 2011 4:56 PM

    Hi, I think the problem has nothing to do w/ the SQL, because if I run it in v2007 it works but not in v8.8.
    SELECT T0.[Code], T0.[Name] FROM [dbo].[@BA_OAMD2]  T0 WHERE T0.[U_FisYear] =[%0]
    creating inner join w/ OFPR and make where condition in OFPR.[Code] is   the alternative solution, but I want to use only the code above and let me have 'list selection'
    SELECT T0.* FROM [dbo].[@BA_OAMD2]  T0
    inner join OFPR T1 on T0.[U_FisYear] =T1.Code WHERE T1.[Code] =[%0]
    I have noticed that if I use UDT in my SQL w/ variable selection the option for 'list selection' and right click on selection criteria 'List of Items' is not working. I'm using v8.8 PL10, is it a bug?
    Edited by: Jojo on Jan 9, 2011 4:22 PM

  • COMMENTS  on TABLE/TABLE COLUMNS - Problem with - ' -

    Hi,
    Generated COMMENTS on table by,
    select dbms_metadata.get_dependent_ddl( 'COMMENT', table_name, user ) DDL from (select table_name from user_tab_comments where comments is not null);
    Generated COMMENTS on table's columns like,
    select dbms_metadata.get_dependent_ddl( 'COMMENT', table_name, user ) DDL
    from (select table_name from user_col_comments where comments is not null);
    But I am facing problem,
    Eg: Sample COMMENT generated.
    COMMENT ON TABLE "MHUBADMIN"."FUNCTION" IS 'The Function table stores information on the functions that the user's or the org's role has access to';
    Please use the word - user's - and - org's
    This gives error when I execute thie above statement in SQL prompt.
    If I execute like,
    COMMENT ON TABLE "MHUBADMIN"."FUNCTION" IS 'The Function table stores information on the functions that the user''s or the org''s role has access to';
    Works fine.
    I generated COMMENT script for nearly 1000 tables. The scipt contains nearly 10000 statements. How can I replace - ' - with - '' - .
    If I replace this manually it will take some time.
    Any automated method available? Please help me to solve this.
    regards,
    Mathew

    If you have spooled output.. any text editor can do this.
    Since you have a pattern like
    FUNCTION" IS 'The
    You can replace - IS ' - with - IS # -
    and - to'; - with - to#; -
    then replace all occurances of - ' - with - '' -.
    Then restore # to '.
    HTH...

Maybe you are looking for

  • Error while deploying a portlet application

    Hi guys, I have created a simple portlet displaying "Hello" string. Whenever I am trying to Simulate the Portlet application I am getting "HarnessPortletProvider" and the error is "Error in provider method getContent(): com.sun.portal.providers.Provi

  • Exchange rate difference to be hit to desired GL account

    Dear Experts, While doing material IV the exchange rate is different and bill of entry figure for Exchange rate is different...so the difference is hitting say for ex.GL account A..(Foreign exc var-exp)...But the user wants it to be hit in GL account

  • What is the Significance of No. of Openings in iRecruitment ?

    Hi, Number of openings is mandatory field in iRecruitment. I would like to know what is its significance of this field other than data recording ? Using this can we restrict to the number of offers we can make at a time ? or restrict the number of ap

  • RoboHelp 6 skins

    Hello, I want to apologize for asking what many others already know. However, I'm new to a project that has had multiple authors using different RoboHelp versions. In updating the projects in RoboHelp 6, I'm trying to get them all to look the same. I

  • How to find where an import item will come from for auto execute query?

    I am trying to get a standalone stackLayout region to automatically execute the query on a VO when I run a test. I found this thread, Re: Table creation and Data Population and tried adding the suggested code into my <companyname>.oracle.apps.fnd.fra