EBS Tables for the OBI Tables.

HI EveryOne,
We have a quick requiremnet, for that we have to find the EBS tables to the corresponding OBI tables and their columns are below.
<font color="Blue">W_GL_ACCOUNT_D </font> GROUP_ACCOUNT_NUM
<font color="Blue">W_GL_OTHER_F </font> GLOBAL1_EXCHANGE_RATE
<font color="Blue">W_STATUS_D </font> ROW_WID
<font color="Blue">W_MCAL_DAY_D </font> MCAL_DAY_DT_WID
<font color="Blue">W_EMPLOYMENT_STAT_CAT_D </font> W_EMPLOYMENT_STAT_CODE
<font color="Blue">W_WRKFC_BAL_A </font> HEADCOUNT
Please share with us if anyone of you having good idea on EBS Source system.
Your inputs here are highly appreciated..
Thanks in Advance.
Raghu Nagadasari
Edited by: Raghava Nagadasari on May 20, 2013 3:36 AM

Hi,
Did you check your older post.This is what I have said in that.
"You can use Data lineage guide to fasten up the process.
Here is the note id for the same.Check in Oracle support site.
Oracle Business Intelligence Applications ETL Data Lineage Guide Release 7.9.6.2 and 7.9.6.3 [ID 1274680.1] .
mark correct or helpful if it helps,"
Let me know if you need anything else.
Regards,
Veeresh Rayan

Similar Messages

  • Help on EBS software for firewalled scenario

    Hi,
    We have the configuration of a three-tier application on sun v890 servers and each tier sits behind a firewall. i.e. database and application have a firewall in between, web server to application has a firewall and so on.
    while configuring backups for the databases we need to know the exact port number that is being used by the EBS backup software for taking the backups or possibility of configuring the minimum number of ports through which the backup can be taken for each server.
    Could anybody give a clue to this scenario?
    regards,
    Ganadeva

    Hi,
    Refer sun document 819-0286-10.pdf available for download at http://192.18.109.11/819-0286-10/819-0286-10.pdf
    As per the sub-section "configuring firewall support" within "server management"
    following can be the port allocations for opening the firewall for the service connections:
    1) for the backup server
    5+2n
    n is number of devices registered on the EBS server
    for the current configuration having a single LTO3 tape drive device ,
    above count comes to 7
    starting from 7937+7=7944
    2) for every client i.e. every server 2 port 7937 and 7938
    3) there is no separate storage node as the backup server is having the server software as well as the direct connection to the tape library.
    Refer the page 83 for a possible firewall setting based on above
    TCP Packet Considerations
    Set firewall rules to allow inbound and outbound TCP packets to and from the
    following service ports:
    1)On the Sun StorEdge EBS server � open ports between the Sun StorEdge EBS clients and the Sun StorEdge EBS server.               ============================>7937-7944
    2) On the Sun StorEdge EBS storage node � open ports between the Sun StorEdge EBS clients and the Sun StorEdge EBS storage node.          ============================> is the same as storage server in our setup
    3) On port 7937 � open the port between the Sun StorEdge EBS server
    and both of the following: � Sun StorEdge EBS clients
    � Sun StorEdge EBS storage node on the client side of the
    firewall
    4) On port 7938 � open the port for inbound and outbound requests.
    My query is what about the connection ports? The range of 10001 to 30000 is too large from firewall point of view. I have not been able to find a

  • EBS Tables with relation for OBIA Report columns.

    Hi Friends,
    We are trying to find the required EBS Tables for the below tables of HR module report. Please find the tables in OBI query.
    select sum(case when T91397.GROUP_ACCOUNT_NUM = 'CONT EXP' then case when T91707.OTHER_DOC_AMT is null then 0 else T91707.OTHER_DOC_AMT * T91707.GLOBAL1_EXCHANGE_RATE end else 0 end ) as c1,
    sum(case when T91397.GROUP_ACCOUNT_NUM = 'EMP SUPP' then case when T91707.OTHER_DOC_AMT is null then 0 else T91707.OTHER_DOC_AMT * T91707.GLOBAL1_EXCHANGE_RATE end else 0 end ) as c2,
    sum(case when T91397.GROUP_ACCOUNT_NUM in ('GEN PAYROLL', 'MKTG PAYROLL', 'R&D PAYROLL', 'SLS PAYROLL') then case when T91707.OTHER_DOC_AMT is null then 0 else T91707.OTHER_DOC_AMT * T91707.GLOBAL1_EXCHANGE_RATE end else 0 end ) as c3,
    sum(case when T91397.GROUP_ACCOUNT_NUM = 'EMP BENFT' then case when T91707.OTHER_DOC_AMT is null then 0 else T91707.OTHER_DOC_AMT * T91707.GLOBAL1_EXCHANGE_RATE end else 0 end ) as c4,
    sum(case when T91397.GROUP_ACCOUNT_NUM = 'COGS' then case when T91707.OTHER_DOC_AMT is null then 0 else T91707.OTHER_DOC_AMT * T91707.GLOBAL1_EXCHANGE_RATE end else 0 end ) as c5,
    sum(case when T91397.GROUP_ACCOUNT_NUM = 'REVENUE' then case when T91707.OTHER_DOC_AMT is null then 0 else T91707.OTHER_DOC_AMT * T91707.GLOBAL1_EXCHANGE_RATE end else 0 end ) as c6,
    T66755.PER_NAME_MONTH as c7
    from
    W_DAY_D T66755 /* Dim_W_DAY_D_Common */ ,
    W_GL_ACCOUNT_D T91397 /* Dim_W_GL_ACCOUNT_D */ ,
    W_GL_OTHER_F T91707 /* Fact_W_GL_OTHER_F */ ,
    W_STATUS_D T96094 /* Dim_W_STATUS_D_Generic */ ,
    W_MCAL_DAY_D T300914 /* Dim_W_MCAL_DAY_D_Ent */
    where ( T66755.ROW_WID = T300914.MCAL_DAY_DT_WID and T66755.PER_NAME_YEAR = '2009' and T91397.ROW_WID = T91707.GL_ACCOUNT_WID and T91707.DOC_STATUS_WID = T96094.ROW_WID and T91707.DELETE_FLG = 'N' and T91707.ACCT_PERIOD_END_DT_WID = T300914.ROW_WID and (T96094.W_STATUS_CODE in ('POSTED', 'REVERSED')) )
    group by T66755.PER_NAME_MONTH
    select sum(case when T299373.W_EMPLOYMENT_STAT_CODE = 'A' then T299423.HEADCOUNT else 0 end ) as c1,
    sum(T299423.HEADCOUNT) as c2,
    T100027.PER_NAME_MONTH as c3
    from
    W_MONTH_D T100027 /* Dim_W_MONTH_D */ ,
    W_EMPLOYMENT_STAT_CAT_D T299373 /* Dim_W_EMPLOYMENT_STAT_CAT_D */ ,
    W_WRKFC_BAL_A T299423 /* Fact_Agg_W_WRKFC_BAL_A */
    where ( T100027.ROW_WID = T299423.SNAPSHOT_MONTH_WID and T100027.PER_NAME_YEAR = '2009' and T299373.ROW_WID = T299423.EMPLOYMENT_STAT_CAT_WID and T299423.CAL_MONTH_START_DT <= TO_DATE('2013-05-01 00:00:00' , 'YYYY-MM-DD HH24:MI:SS') )
    group by T100027.PER_NAME_MONT
    Of course, if we can go through back track like:
    OBI <-- Infa PLP <-- Infa SILOS <-- Infa SDE <-- SDE Mappletes <-- Source Qualifier <-- Sql Query.
    We are getting no.of tables for single obi table. But, we need only required tables for the above OBI queries for single report.
    Please correct me if wrong and guide me with better approach..
    Thanks in advance.. Appreciate ur inputs here.
    Best Regards,
    Raghu Nagadasari
    Edited by: Raghava Nagadasari on May 1, 2013 5:30 AM
    Edited by: Raghava Nagadasari on May 1, 2013 5:31 AM

    I would say it is part of unit testing; writing ebs query, get results and compare with BI results and some times compare bi query to match some part of criteria.
    I would say just understand the requirements and try to write it, it might take some time but it helps a lot.
    Lineage docs might help some extend to know the source tables, check here
    http://www.cool-bi.com/Ref/Ref.php
    Edited by: Srini VEERAVALLI on May 1, 2013 9:44 AM

  • DAC not populating FACT table for the GL module - W_GL_OTHER_F (zero rows)

    All - We did our FULL loads from the Oracle Financials 11i into OBAW and got data in most of the dimension tables populated. HOWEVER, i am not seeing anything populating into the fact table W_GL_OTHER_F (zero rows). Following is a list of all dims / facts i am focusing towards for the GL module.
    W_BUSN_LOCATION_D     (8)
    W_COST_CENTER_D     (124)
    W_CUSTOMER_FIN_PROFL_D     (6,046)
    W_CUSTOMER_LOC_D     (4,611)
    W_CUSTOMER_LOC_D     (4,611)
    W_CUSTOMER_LOC_D     (4,611)
    W_DAY_D     (11,627)
    W_DAY_D     (11,627)
    W_DAY_D     (11,627)
    W_GL_ACCOUNT_D     (28,721)
    W_INT_ORG_D     (171)
    W_INVENTORY_PRODUCT_D     (395)
    W_LEDGER_D     (8)
    W_ORG_D     (3,364)
    W_PRODUCT_D     (21)
    W_PROFIT_CENTER_D     (23)
    W_SALES_PRODUCT_D     (395)
    W_STATUS_D     (7)
    W_SUPPLIER_D     (6,204)
    W_SUPPLIER_PRODUCT_D     (0)
    W_TREASURY_SYMBOL_D     (0)
    W_GL_OTHER_F <------------------------------------- NO FACT DATA AT ALL
    Question for the group: Are there any specific settings which might be preventing us from getting data loaded into our FACT tables? I was doing research and found the following on the internet:
    Map Oracle General Ledger account numbers to Group Account Numbers using the following file file_group_acct_names_ora.csv. Is this something that is necessary?
    Any help / guidance / pointers are greatly appreciated.
    Regards,

    There are many things to configure before your first full load.
    For the configuartion steps see Oracle Business Intelligence Applications Configuration Guide for Informatica PowerCenter Users
    - http://download.oracle.com/docs/cd/E13697_01/doc/bia.795/e13766.pdf (7951)
    - http://download.oracle.com/docs/cd/E14223_01/bia.796/e14216.pdf (796)
    3 Configuring Common Areas and Dimensions
    3.1 Source-Independent Configuration Steps
    Section 3.1.1, "How to Configure Initial Extract Date"
    Section 3.1.2, "How to Configure Global Currencies"
    Section 3.1.3, "How to Configure Exchange Rate Types"
    Section 3.1.4, "How to Configure Fiscal Calendars"
    3.2 Oracle EBS-Specific Configuration Steps
    Section 3.2.1, "Configuration Required Before a Full Load for Oracle EBS"
    Section 3.2.1.1, "Configuration of Product Hierarchy (Except for GL, HR Modules)"
    Section 3.2.1.2, "How to Assign UNSPSC Codes to Products"
    Section 3.2.1.3, "How to Configure the Master Inventory Organization in Product Dimension Extract for Oracle 11i Adapter (Except for GL & HR Modules)"
    Section 3.2.1.4, "How to Map Oracle GL Natural Accounts to Group Account Numbers"
    Section 3.2.1.5, "How to make corrections to the Group Account Number Configuration"
    Section 3.2.1.6, "About Configuring GL Account Hierarchies"
    Section 3.2.1.7, "How to set up the Geography Dimension for Oracle EBS"
    Section 3.2.2, "Configuration Steps for Controlling Your Data Set for Oracle EBS"
    Section 3.2.2.1, "How to Configure the Country Region and State Region Name"
    Section 3.2.2.2, "How to Configure the State Name"
    Section 3.2.2.3, "How to Configure the Country Name"
    Section 3.2.2.4, "How to Configure the Make-Buy Indicator"
    Section 3.2.2.5, "How to Configure Country Codes"
    5.2 Configuration Required Before a Full Load for Financial Analytics
    Section 5.2.1, "Configuration Steps for Financial Analytics for All Source Systems"
    Section 5.2.2, "Configuration Steps for Financial Analytics for Oracle EBS"
    Section 5.2.2.1, "About Configuring Domain Values and CSV Worksheet Files for Oracle Financial Analytics"
    Section 5.2.2.2, "How to Configure Transaction Types for Oracle General Ledger and Profitability Analytics (for Oracle EBS R12)"
    Section 5.2.2.3, "How to Configure Transaction Types for Oracle General Ledger and Profitability Analytics (for Oracle EBS R11i)"
    Section 5.2.2.4, "How to Specify the Ledger or Set of Books for which GL Data is Extracted"
    5.3 Configuration Steps for Controlling Your Data Set
    Section 5.3.1, "Configuration Steps for Financial Analytics for All Source Systems"
    Section 5.3.2, "Configuration Steps for Financial Analytics for Oracle EBS"
    Section 5.3.2.1, "How GL Balances Are Populated in Oracle EBS"
    Section 5.3.2.2, "How to Configure Oracle Profitability Analytics Transaction Extracts"
    Section 5.3.2.3, "How to Configure Cost Of Goods Extract (for Oracle EBS 11i)"
    Section 5.3.2.4, "How to Configure AP Balance ID for Oracle Payables Analytics"
    Section 5.3.2.5, "How to Configure AR Balance ID for Oracle Receivables Analytics and Oracle General Ledger and Profitability Analytics"
    Section 5.3.2.6, "How to Configure the AR Adjustments Extract for Oracle Receivables Analytics"
    Section 5.3.2.7, "How to Configure the AR Schedules Extract"
    Section 5.3.2.8, "How to Configure the AR Cash Receipt Application Extract for Oracle Receivables Analytics"
    Section 5.3.2.9, "How to Configure the AR Credit-Memo Application Extract for Oracle Receivables Analytics"
    Section 5.3.2.10, "How to Enable Project Analytics Integration with Financial Subject Areas"
    Also, another reason I had was that if you choose not to filter by set of books/type then you must still include the default values set of books id 1 and type NONE in the list on the DAC parameters (this is a consequence of strange logic in the decode statements for the sql in the extract etl).
    I would recomend you run the extract fact sql prior to running your execution plan to sanity check how many rows you expect to get. For example, to see how many journal lines, use informatica designer to view mapplet SDE_ORA11510_Adaptor.mplt_BC_ORA_GLXactsJournalsExtract.2.SQ_GL_JE_LINES.3 in mapping SDE_ORA11510_Adaptor.SDE_ORA_GLJournals then cut paste the SQL to run your favourite tool such as sqldeveloper. You will have to fill in the $$ variables yourself.

  • Table Names for the Contract Budget(PO value) and Invoiced Budget

    Hello Team,
    Can you please share your ides on the below two queries
    1. How can we Identify the Contract Budget from the P.O Number
    2. How can we know how much of it has been Invoiced
    Please provide the Table Names also if you know, where these values can be stored.
    These are required to create a BW report.
    Regards,
    gsnreddy.

    Hi Aleksey Tkachenko
    Thanks for the reply
    let me clear this a little bit about my query
    what i want is the total PO value
    i.e. for how much amount the PO was created and how much of that amount is converted in to invoice
    Where can i get this data?
    Is this data was saved in any of the SAP table?
    Regards,

  • How to look for the Table Name

    Hi Friends,
    Sometimes we need to download the table for the desired information if the same is not available from a particular report. How to look for the table name? Is there a report or a particular feild, where we can find the name of the particular table?
    Thanks for the assistance.
    Regards

    Hi Friend,
    If you want to see the structures then go to SE11. Sometimes it happens that you cannot find the table names but only fields. In such case, if you want to find the Table names which is not available, then go to SE90.
    Abap Dictionary > Fields > Table Fields.
    Now Enter the Field name in Right Hand Side of the screen then Execute. You will see the all tables by which that Fields are used.
    Regards,
    Jigar

  • Totals for the internal table field in alv

    Hi Gurus,
    I have an issue in displaying the totals in alv.
    I have an internal table with the three fields like below.
    scrap_code_001 like afru-xmnga, " Scrap Reason Qty.
    scrap_code_002 like afru-xmnga, " Scrap Reason Qty.
    scrap_code_003 like afru-xmnga, " Scrap Reason Qty.
    In the output table which i am passing to the fieldcatlog is having the three above fields with values 10,3,4 respectively.
    I am looping at the internal table
    loop at gt_grund.
    gv_tabix = sy-tabix.
    i_fieldcat-no_zero = gc_x.
    i_fieldcat-do_sum = gc_x.
    perform assign_alv_qty_format.
    if gt_grund-grund is initial.
    gt_grund = 'NONE'.
    gv_text = gt_grund.
    else.
    gv_text = gt_grund-grdtx.
    endif.
    gv_tabixn = gv_tabix.
    gv_scrap_code+11(03) = gv_tabixn.
    gv_fieldname = gv_scrap_code.
    translate gv_fieldname to upper case.
    perform bild_fieldcat using
    gv_fieldname 'GT_REPORT' 'AFRU' gv_text 'QUAN' '12' ' ' .
    endif.
    endloop.
    But in the output I am getting the totals but it displays totals for all the three columns as 17,17,17 (summing 10,3,4).
    How do I display total as 10,3,4 for each column separately.
    I appreciate you help and award points for the answer

    Hi,
    Please check if value fields i_fieldcat-ref_fieldname and i_fieldcat-ref_tabname regard to numc or curr type.
    EX: i_fieldcat-ref_fieldname = 'WRBTR'
           I_fieldcat-ref_tabname = 'BSEG'.
    Regards,
    Fernando

  • How to find the report for the SAP query (Query exists in table AQLQCAT)

    Hello Experts,
    I need to find the tables used in the SAP Query but i don't have access to transaction SQ01,SQ02 and SQ03 to check the same.
    Therefore i checked table AQLQCAT and got the SAP Queries in the system. Then searched for the reports that would have been generated for the same passing  AQusergroupquery name*  in transaction SE38.
    But unfortunately the program does not exists for the given paramenter.
    Could you please let me know how to get the report name for the SAP Query.
    Secondly please suggest any other way of checking the tables used in the SAP Query.
    Also the table name from where i can download the SAP Queries.
    Thanks in advance.
    Regards,
    Rahul Sinha

    I suggest you a simple method.
    Execute the query. When the selection screen is showed,  go to menu and click to SYSTEM->STATUS.
    Check the program name and double click it to access the program code.
    Search for tables or functions into the source code in order to understand where data are taken.
    If you do not find anything , go to the program atttribute and check for logic database, sometimes they are used....
    Best regards.

  • Report S_ALR_87013105 : no authorization for the report/ table 7KU6_001

    Hi Gurus,
    While executing the program S_ALR_87013105 (Detailed Reports 
    For Sales Order : Plan/Actual Comparison ) system showing the selection log.
    "Have no authorization for the report/table  7KU6_001 and 7KU6_002".
    But for the user the authorization check through SU53 was successful.
    Pl can any one suggest on this issue.
    Thanks in advance,
    Vijay

    Hi,
    Contact your basis consultant to provide the missing authorisation. This is one of the authorisation object.
    Regards,
    Sankar

  • Table to find serial number for the stock of a material

    Dear All,
    I have a requirement in which i want to find the serial number for the stock of a material.
    in Equi i have serial number with material.
    But i want it with plant also.
    pl. suggest me in which table u have serial number,material , plant and storage location.
    Regards & thanks,
    Vidhya

    Thanks kesav.
    I checked EQSE table in that no entries are found.
    In EQBS table for that equnr u have plant and storage location.
    but the performace while selecting EQUI on the whole will be very slow.
    so i want a table with material,serial number,plant and storage location.
    kindly suggest.

  • A report to exchange currency SIT -- EUR for the wage table T510

    Hello,
    I need to change the Slovenian currency SIT to euros. There are already entries in the table T510 and in infotype 0008 Basic pay.
    Is there a report how to carry out the currency exchange or do I need to manually create new entries for the table T510?
    Even if I manually create new entries in euros, how can I handle the existing entries? If a person already have entries in the Basic pay and the wage types and amounts are in SIT --> how to show them when the currency should be euros now. Is there a method to change history data (from year 2007).
    There is no payroll neither archiving.
    A prompt answer is highly appreciated.
    BR,
    Pia

    Hello,
    Unfortunately the link you send me is not valid. At least I cannot see any mail. All I see is: "The specified thread [0] was not found."
    BR,
    Pia

  • Multiple DEVL_PROJECT_ID for the same model in CZ_DEVL_PROJECTS Table.

    Hi,
    Did anyone came across this issue!! I am triggering the config engine from back and and trying to pick up a model but it has multiple devl_project_id's. :(
    I could see multiple DEVL_PROJECT_ID for the same model in CZ_DEVL_PROJECTS Table. Apart from DEVL_PROJECT_ID and created_by_date every thing looks the same.
    Below are the 2 records the data from the table
    select * from CZ.CZ_DEVL_PROJECTS where product_key = '122:17056' and DEVL_PROJECT_ID in (12943,15321)
    DEVL_PROJECT_ID     NAME     ORIG_SYS_REF     CREATION_DATE     LAST_UPDATE_DATE     PERSISTENT_PROJECT_ID     MODEL_TYPE
    12943     ASI XXX MODEL(122 17056)     OPTIONAL:122:17056     12/18/2012 10:01     12/18/2012 10:01     11100     A
    PRODUCT_KEY     ORGANIZATION_ID     INVENTORY_ITEM_ID     BOM_CAPTION_RULE_ID     NONBOM_CAPTION_RULE_ID
    122:17056     122     17056     802     801
    15321     ASI XXX MODEL(122 17056)     OPTIONAL:122:17056     12/26/2012 23:10     12/26/2012 23:10     11100     A     
    122:17056     122     17056     802     801
    Thanks in advance,
    -vijay

    It can be possible to have multiple devl_project_id for the same model in cz_devl_projects Table.
    Case -1 : When you delete the existing model and re-import again.
    case 2:
    When you publish the model locally, it will create the same copy of the record with different devl_project_id, creation_date, last update_date etc..\
    You can see that for published records the last_updat_login, checkout_user will be null and for the original model, last_update_login,checkout_user (if model is locked) will not be null.
    -Murali
    Edited by: 907569 on Jan 8, 2013 10:55 AM

  • Searching for the fields of a table(very very urgent)

    Hi all,
    i am in graet trouble now.i am searching for the fields like
    1)country of origin where the finished good is created.
    2) customer sales order number
    3)customer sales order line number
    i am writing a report for delivery order.in this report i have to refer customer PO & customer SO .
      i mean, my company has a customer ( seagate) & seagate has a customer (let maxtor).initially maxtor will give a PO to seagate then seagate will raise a SO againest maxtor.
       Then seagate will send PO number(of maxtor), PO line number,SO number(seagate), SO line number(seagate) to our company.
       Then i have to write a report for sales order & delivery order.in these reports i have to refer seagate PO number & seagate SO number for reference.
    i got PO number as vbkd-bstkd but not getting any field for reference Sales order.plz advice me on this. it is very very urgent.
    ur idea is highly appreaciated.
    Thank u very much.
    Regards
    pabitra

    check out tables VBAK(sales order header), VBAP(sales items)

  • How to get standard view or table for the standard inforsource

    Hi all:
          According to business reqirement, we are going to use standard inforsource 0CO_OM_CCA_10,
    we need to know the standard view or table in order to corresponding DataSource?
    could you please tell me how to get  the standard view or table or DataSource?
    Couldn't thank you more!

    Hi Sony,
    Goto RSA1>BI content installation>goto objects>double click on the Infosource>then a pop-up comes search for that infosource-->select it and click on transfer
    Before that in the right side of the tab select the grouping as "Before and afterwards of the dataflow" and collection as automatic.
    then you get all the datasource/cubes and all the object related to the infosource.
    OR another option is-->
    Goto RSA6 in the R/3 and search for the datasource with the name "0CO_OM_CCA_10" (don't forget to expand all the tree structure in RSA6)
    then goto that datasource and double click on the datasource then you will get the Extract structure of that datasource.
    double click on the extract structure then you may get the View name also.
    hope this helps...
    Regards,
    Ravi Kanth

  • How to change the data type in the table ESLL for the field USERF2_NUM ?

    Hello Friends,
    I have a requirement in which one of the change is to convert the data type of the field 'USERF2_NUM' in the table 'ESLL'  from 'QUAN' to 'CHAR'. 
    How do i do it if i have an access to change it..........i think i should also check the impact of the change if done.
    Kindly tell me as my requirement starts with this small change.
    Regards,
    Rajesh Kumar

    Thanks for the reply Sowmya.
    I would like to know 2 things.
    1. Is it ok to change the data type of the field 'USERF2_NUM '  which is in the table ESLL. from quan to char.
    2.  The table ESLL  already has entries. if we change the data type from QUAN to CHAR what is the  effect on the existing entries of the table .
    Kindly reply me back.
    Thanks & Regards,
    Rajesh Kumar

Maybe you are looking for

  • Down Payment settlement Line is not appearing in the final Billing

    Hello All, Activated the Milestone billing plan. Created a Sales order > Down payment Billing document > and cleared the Down payment billing document. While trying to bill the final invoice the down payment settlement line is not appearing. Please s

  • HT6208 How to download iOS7.1.1 with 3GB capacity on iPad 3rd generation

    My iPad 3rd generation is asking to update it to ios7.1.1 but storage required is 4.1GB but only 3GB capacity is available

  • Out of memory detected in log.xml

    Hi, Our db version is 11.1.0.7.0 and in log.xml we see out of memory error like this Out of memory detected in /u01/app/oracle/admin/diag/rdbms/ABCD/alert/log.xml at time/line number: Tue Feb 15 03:09:11 2011/54933. Alert log file looks ok. How to pr

  • Desired new features in iTunes

    I would like to see 2 things added to iTunes: 1. A "right click" context menu item in Windows Explorer for "Add File to iTunes Library" 2. A way to set the file renaming mask when the "Keep iTunes Media folder organized" option is selected in Edit-->

  • MIGO for updating Kanban Status & quantity

    Hi Experts, The requirement is to update the Qty & Status during POSTing in MIGO if the material is Kanban managed. Requirement : Scrapping using 551/ 552 should accordingly increase/ decrease the Kanban Qty and modify the status (visible in PK31 and