JDE table information required

Hi,
I’ve started a new project where I’ll be using JD Edwards as the source system to extract the following data -
* Operating Costs – operating costs against every cost centre and expense element combination
* Workforce Data – Salary, oncosts information for all employees
* Capital expenditure – Capital project/ fixed assets hierarchy and related capital expenditure data
* Revenue information –
* General Ledger accounts – for balance sheet and P&L
Not sure if my terminology is correct above as I’ve not used JD Edwards before.
Now It will be great if someone can answer my following basic questions -
* Can you please tell me the table numbers/names from where I can extract the above mentioned information in JD Edwards.
* How is operating costs stored in JD Edwards – Is it by cost centre and expense element combination.
* What is the term used for expense element or expense type? How do you identify different expense types ?
* How can I see what a GL account is made of ?
Thanks in Advance!!

Hi,
I’ve started a new project where I’ll be using JD Edwards as the source system to extract the following data -
* Operating Costs – operating costs against every cost centre and expense element combination
* Workforce Data – Salary, oncosts information for all employees
* Capital expenditure – Capital project/ fixed assets hierarchy and related capital expenditure data
* Revenue information –
* General Ledger accounts – for balance sheet and P&L
Not sure if my terminology is correct above as I’ve not used JD Edwards before.
Now It will be great if someone can answer my following basic questions -
* Can you please tell me the table numbers/names from where I can extract the above mentioned information in JD Edwards.
* How is operating costs stored in JD Edwards – Is it by cost centre and expense element combination.
* What is the term used for expense element or expense type? How do you identify different expense types ?
* How can I see what a GL account is made of ?
Thanks in Advance!!

Similar Messages

  • JDE table information

    Hi,
    I've started a new project where I'll be using JD Edwards as the source system to extract the following data -
    * Operating Costs - operating costs against every cost centre and expense element combination
    * Workforce Data - Salary, oncosts information for all employees
    * Capital expenditure - Capital project/ fixed assets hierarchy and related capital expenditure data
    * Revenue information -
    * General Ledger accounts - for balance sheet and P&L
    Not sure if my terminology is correct above as I've not used JD Edwards before.
    Now It will be great if someone can answer my following basic questions -
    * Can you please tell me the table numbers from where I can extract the above mentioned information in JD Edwards.
    * How is operating costs stored in JD Edwards - Is it by cost centre and expense element combination.
    * What is the term used for expense element or expense type? How do you identify different expense types ?
    * How can I see what a GL account is made of ?
    Thanks in Advance!!

    Do you mean, you are getting the table_name twice in the columns list? Then instead of select * from, select columns using inline view aliases. Try it. If not then we are here to help you.
    Also, from your query:
    select * from
    (select table_name,num_rows as "No of rows" from user_tables order by >table_name) a,Instead, you can avoid inline view and directly use user_tables as alias a.
    (select table_name,count(table_name) as "No of cols" from user_tab_columns >where table_name in (select table_name from user_tables) group by table_name >order by table_name) bMessage was edited by:
    Chaitanya.S.S.K

  • Transaction KZA1 - Database Table information required

    Which tables do we access to get the data on Overhead rate cost?
    Are there any standard function modules/BAPis etc which we can make use of?
    (Path: Tcode: KZA1 - Costing sheet;-> corresponding Base and overhead cost)
    Appreciate your help..
    Thanks !

    You can find out in
    TKZU1
    TKZU2
    T685 tables.
    Regards,

  • Tables where Requirements are stored

    Hi all,
    I am implementing GRC AC 5.3 and I need to know which is the table where all user´s requirements to Access Enforcer (CUP) and Firefighter are stored, in order to create an interface with another management requirements system.
    Thanks in advance,
    Leandro

    Hi Lsurueta,
    GRC introduced "Data Mart(DM)" functionality in AC 5.3 from SP09 onwards.
    DM tables contains CUP & RAR table information. One of the DM table of CUP is "GRC_DM_AE_RQDWPHST" which contains "Request Workflow Details".
    Details of this table and some other tables on "Request Details" are listed in the attachment "AC_5_3_Datamart.pdf" listed in the Note # 1369045.
    Hope this provides the information you are looking for.
    Best Regards,
    Sirish Gullapalli.

  • Full Repair/Init/Delta & LO Cockpit Information required

    Hello
    I'm pretty new to BW and I'm starting to dig a bit more now into the deeper stuff now.  I've created Cubes with Extractor from R/3 and now I'm interested to understand more the LO Cockpit various specificities.
    For a better understanding, let's establish a scenario as --> Activation of R/3 SD Billing --> BW --> DSO --> Info Cube
    Ok, first, let me start by explaining what my understanding is.
    First, I need to go into R/3, t-code LBWE, and under the "13: SD Billing BW", activate the extractors I'm interested in (Header & Item as an example in my scenario).  I'm also assuming that the default fields within the extractors are suiting my needs so no adjustments needed for now.  I should also schedule a job here that will create records in the Waiting Queue on a daily basis.
    Next, I need to fill the setup tables from the t-code SBIW; I enter a date in the future, it runs for a while, then I get my data prepared.  In the setup table, it included all the existing R/3 invoices as of now right? (1)  Let's say there are new invoices created minutes after I've created the setup table, they will be sent to the Waiting Queue as soon as the document are created or will the schedule job created earlier will post them to that Queue? (2)  If the job send them to the Waiting Queue, where are sitting the pending documents before being sent then? (3)
    Now, on my BW system, once the Data Source have been replicated, what do I need to create and execute to be able to proceed with a Delta process? (4) I know I have to create a u201CInitu201D package 1st but have no clue why except that itu2019s needed for me to be able to create a u201CDeltau201D  package afterwards.  Technically, what does the u201CInitu201D package really does? (5)  What is the reason to have a u201CInit without datau201D and u201CInit with datau201D, I mean, I know literally what it means but again, why would I choose one over the other? (6)
    Iu2019d also like to understand the concept behind a "Full Repair" request, which I have no clue what the purpose is.  I guess there some of these properties (Full Repair, Init) determines where to get the data on the R/3 side; Setup Tables or Waiting Queue? (7)
    Please, provide clear respond (Donu2019t assume I know what youu2019re think of ) on my questions (identified by a bold number) and don't hesitate to provide a long one if needed to; it's better to provide more information than not enough
    Thank you in advance for all of your help!
    P.s. I'm working with BI 7.0.

    Hi.....
    So if I understand properly, whenever I run the init, it toggle a flag on my source system (R/3) which means that all changes performed in the invoices are going to be sent in the Delta Queue? Until I run an Init, changes are not written anywhere (Other than internal SAP tables/structures required by R/3 Invoices processes).
    If so, does this means that I could loose some transactions from the time I run the creation of the setup tables and the time I execute the Init on my BW system? Let's say I create the setup table today and execute the init only tomorrow; all invoices that have been created by this time won't be tranferred to BW?
    yes,suppose you create a set up table today....and ron the init tomorrow........in between many new recordsmay come.......but those new records will not be in the set up table.......since those transaction happenned after the filling of the set up table........and new records only goes to Delta queue after you run the init.......
    I have to admit that it's hard for me to "Suppose" i did not want to do an init; what would be a good reason not to? I understand that both Init types will toggle the "Init" flag on but still can't figure appropriate business scenarios for both types
    Suppose your Delta mechanism is corrupted.......for which you need to do a full repair......I mean first ,you have to delete the existing init flag.........second, you will fill the set up table .......third,you will load the records by Full repair......then 4th step will be running init without data transfer..only to set the init flag..........it will not pick any records.............then delta.......
    Init with data transfer picks all the previous records......we cannot give any selection..............for selection we have to use Full repair.........then init without data transfer..............generally for Transaction data we will go for Full repair..........bcoz otherwise number of recordswill be very huge........and there may be duplicate records..................
    Another thing we want to say........we do full repair we mainly use for ODS.........it is just like Full upload.........in case of infocube we can use full upload instead of full repair.........but in case of ODS full repair is must............since ODS does'nt support Full upload and Delta upload parallely........otehrwise ODS activation will fail........
    Then again you hav to use the Program : RSSM_SET_REPAIR_FULL_FLAG  to convert full upload request to full repair request.....
    Hope this helps....
    Regards,
    Debjani.......
    Edited by: Debjani  Mukherjee on Nov 7, 2008 10:45 PM

  • Find table information in iStore application

    Hi,
    I need to modify existing iStore application, so i require db table information they used.
    In existing application some buttons are there like 'Save to cart' , 'Update cart' . If i select these buttons i need to find out what are tables to be updated. I have gone through iStore application code, i found out javascript function 'submitForm('Save.x','formName')' . I didnt understand well. Can anyone tell me how data transaction handled by the iStore application and how to find table names which are updated?
    Its very urgent.. Please help me out...
    Regards,
    Sadanand & Babu

    Babu,
    As replied on a previous thread, only option is to enable debug and go through the collected log. Try to generate as much of log info as possible. Debug log methods may differ based on OAF or JTF pages.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Schedule a Package to Update JDE Table using ODI

    Hello,
    I've a requirement were I need to update the jde table based on a condition (update one field in this table based on calculating the date). Can we do this in ODI ? If yes, how can I do this?
    Thanks

    Hi,
    yes, that is no problem... just use a 'case when" like a simple SQL.
    If this doesn't reply the question, just show me an example that I'm pretty sure it's possible.
    Cezar Santos
    http://odiexperts.com

  • I receive Security Information Required message when I try to rent an itunes movie from my apple tv. I rent fine from my macbook, and have sharing turned on, WTH?

    My apple tv appears to work fine, watching netflix and other apps. but when I try to rent an itunes movie I receive the Security Information Required message. I have sharing turned on, the apple tv and macbook are logged into the same apple ID.
    WTH?
    pretty frustrated.

    It's telling you to verify your payment details. You need to go into iTunes on your computer and check that your address and credit card info are accurate. You will also need to make sure you have put in your security code.

  • Flow of tables information between sap and java

    How should i pass the table information from sap to java.
    and how to process the data of a table in the java program. i had seen the examples of JCO. BUT I IS VERY CONFUSING (BCOZ I DON'T KNOW JAVA).
    PLZ IF U DON'T MIND SEND ME CODE SNIPPET TO
    1.GET THE TABLE INTO THE JAVA PROGRAM
    2.PROCESSING THE TABLE INFORMATION IN JAVA PROGRAM
    3.MODIFYING THE TABLE INFORMATION IN JAVA PROGRAM
    4.SENDING BACK THE TABLE TO SAP FROM JAVA PROGRAM

    hi,Kondani
    as JCO offers both Client side and server Side programming.
    you can use JCO to connect SAP ABAP.outbound and inbound.
    1) JCO example 5 is about Server side programming java code. And you can see the data mapping is this example.And you must use sm59 to define the connections in SAP before you start.
    2) example 1 is about client side programming.
    try example 1 first. you can get a table from SAP using BAPI.
    Lots of JCO weblog you can see here
    https://www.sdn.sap.com/sdn/search.sdn?contenttype=url&query=jco&selected=9&content=/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fSDN!2fiViews!2fWCM!2fcom.sap.sdn..wcm.search.search_adv%3Fprttheme%3DCSIN%26QueryString=jco%26SearchPluginName=sdn_weblog%26SelectedCustomProps=resourcetype(value=sdn_weblog)
    Regards

  • Regarding Table Information in PO Shipment Form

    Hi All,
    I have small doubt for table information
    in Purchase Order Form, In Line--> Shipment Details Form
    we have Promised Date, Needed By and Original Promise Date.
    I got the information of Promised Date and Needed By Date information in po_line_locations_all table.
    but I am not able to find the Original Promise Date information.
    Please anyone can share this information.
    Thanks

    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>Announcement: Forums Etiquette / Reward Points
    </ul>
    Based on your question it sounds like you are working with the Oracle Enterprise Business Suite (EBS). If this is true, this forum is for general Forms questions. Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-)
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Billing information required however have no credit card?

    I've been a little sneaky, I bought a game card, like a gift card credit card and I linked it with my Apple ID, this card had £30 on it, and if the £30 has been spent then it's probably the case, but I recently made a purchase which had an error so I'm guessing the money ran out.
    Now every time I try and download an app it says "billing information required" and I do not have a credit card, I have a paypal but I've no idea how to bypass this now and I cannot progress to download anything at all without entering my credit card details, which I don't have :s

    You need to go buy another gift card and enter the info.

  • Payment Information Required

    Every time i try and buy or 'purchase' an app it says "payment information required" and i dont want to use a credit card, just vouchers but i cant use my money on itunes and i also cant see how much i have in my account.
    Can Anyone Help?

    My Amex card came back as declined when I tried to buy the iworks for ipad apps
    Amex didn't even see the attempt to charge
    Tried a different card, same thing
    logged a ticket, a human is now looking into the problem
    we'll see... they seem to be very slow at responding at the moment (compared to snafu'd purchases) so maybe we are the tip of the iceberg!

  • APP-FND-01444 additional columns in "validation table information"

    I have the following ERROR,  when add additional columns in validation table information.
    Table Name: “oe_order_headers_all oea, HZ_CUST_ACCOUNTS hca, hz_parties hp”
    Table Columns:
    Name
    Type
    Size
    Value
    OEA.ORDER_NUMBER
    Number
    10
    Meaning
    ID
    OEA.HEADER_ID
    Number
    10
    Where/Order By: OEA.SOLD_TO_ORG_ID = HCA.CUST_ACCOUNT_ID
    AND HCA.PARTY_ID = HP.PARTY_ID
    AND OEA.FLOW_STATUS_CODE= 'BOOKED'
    Aditional Columns: HP.PARTY_NAME"Customer"(50)

    the problem was the following space were not there.
    Aditional Columns: HP.PARTY_NAME "Customer" (50)
    before and after "Customer" there were no space. so we need spaces before and after the column name.

  • HT204053 Payment Information Required

    My friend got me a €25 gift card. I bought one or two paid apps. After a while I went to buy a paid app and it came up " payment information required ". And that kept coming up. What will I do ?

    My Amex card came back as declined when I tried to buy the iworks for ipad apps
    Amex didn't even see the attempt to charge
    Tried a different card, same thing
    logged a ticket, a human is now looking into the problem
    we'll see... they seem to be very slow at responding at the moment (compared to snafu'd purchases) so maybe we are the tip of the iceberg!

  • Security Information Required

    I'm trying to purchase a movie on my Apple TV and I keep getting an error saying "Security information required.  To help ensure the security of your Apple ID we require additional information.  Anyone know what to do?

    You will need to verify by going into your iTunes account via computer.

Maybe you are looking for