Plz help me to find out tables and fields........based on SD,PM,FICO Module

Hi plz help me to find out the table name and field names as i am unable to find .....In the spec am given requirements in the following pattern.
Description          SAP-Term                                       Explaination
1.Salesman        Equipment AC Mgr.                          VBPA2 – this is the salesman code - I need the                                                                               
description for this.
2.Vendor              MEPO_TOPLINE-SUPERFIELD     Vendor field is pull from me23n where the                                                                               
condition will be that COBL-KDAUF (this is a
                                                                                structure from me23n in item data-account
                                                                                assignment-sales order. The number here should
                                                                                be the corresponding contract number. This field
                                                                                should include a multiple selection function. User                                                                               
can put more than one description to search for.
3. Val. Period   Val. Period Category                           Val. Period Category from va41 header-contract
    Category                                                               data. This field should include a multiple selection                                                                               
function. User can put more than one description                                                                               
to search for.
4. Service Order/    CAUFVD-GSTRP/                         This should be the document date where by it is in
    Purchase Order      MEPO_TOPLINE-BEDAT          between the range the user input
    Document Date    
5. B2B Vendor      MEPO_TOPLINE-SUPERFIELD     Vendor field is pull from me23n where the condition                                                                               
will be that COBL-KDAUF (this is a structure from
                                                                                me23n in item data-account assignment-sales                                                                               
order. The number here should be the                                                                               
corresponding contract number.
6. B2B Cost         MEPO1211-NETPR                       This cost is pulled from PO (me23n) however take
                                                                                note that the price will be pulled out base on line                                                                               
item Net Price. Make sure that price is taken                                                                               
corresponding only to the equipment tied to it.                                                                               
Check on Number 7 to see how is the line item tied                                                                               
to the equipment.                                                                               
If this is in other currency please make it to SGD                                                                               
with the exchange rate field Exchange rate                                                                               
(MEPO1226-WKURS)
                                                                              NOTE:: I need to know the table from which I can                                                                               
determine the currency type as can be seen in the                                                                               
ME23N transaction and also te exchange rate for                                                                               
that particular currency.
7. No of faults                                                          The service order (CAUFVD-AUFNR) created base                                                                               
on the equipment in Number 8. This should exclude                                                                               
the service order of type RD08. Service order can be                                                                               
access by IW33.
8. Faults Completed                                                This would be the number of faults (Number 13)                                                                               
which has a system status (CAUFVD-STTXT) of                                                                               
TECO. System status can be viewed in IW33 Sys.                                                                               
Status. Take note service order type RD08 will be                                                                               
excluded
9. Time Spent on Fault   AFVGD-ISMNW                   This field is in IW41 in confirmation base on the                                                                               
order created. This field will be the actual time                                                                               
spent. This will correspond to the Faults                                                                               
Completed (Number 14). This means only orders                                                                               
with system status TECO will be pull. Take not                                                                               
service order type RD08 will be excluded
10. Fault Cost         RIHAUFK_LIST- DGESKOSIST   This will be the total cost for a service order which                                                                               
have the status TECO. Those which are not TECO                                                                               
will not be needed. This field can be obtain from                                                                               
IW39 (standard report). Execute the report and                                                                               
there will be a field for Total Actual Cost. You might                                                                               
need to change the screen layout to be able to view                                                                               
this. Take note service order type RD08 will be                                                                               
excluded
11. PM Hours      AFVGD-ISMNW                            This field is in IW41 in confirmation base on the
                                                                             order created. This field will be the actual time
                                                                             spent. This will correspond to the Faults Completed
                                                                             This means only orders with system
                                                                             status TECO will be pull. Take note service only
                                                                             take order type RD08.
12. Spare Cost   Spare part cost                              This field will be in IW33 under cost tab, and cost
                         PMCOEA-IKOSTENKGR                tab in item level. This will be the actual cost of spare
                                                                             part after TECO. This will include all order type.
13. Credit Note   Credit Memo                                 The programs need to pull out credit memo which is
                                                                             reference from the contract. If there is a credit memo
                                                                             reference from the contract then the value will be net
                                                                             price per equipment.

Can u tell me purpose of this spec ?
Regards,
pandu.

Similar Messages

  • A way to find out tables and fields referred by a transaction

    I want to know whether there is a way to find all the database tables and fields referred by a transaction. I know that we can do F1 on each field to get the reference table and the fielname but its taking a lot of time for me..I need to know if there is any program or a way(some tool) to find out the tables and fieldnames for a transaction. Any help would be greatly appreciated..
    Thanks,
    Mohsin.

    Hi Mohsin,
    As suggested <b>SQL Trace</b> is the best Option.
    Say inorder to Find the field inf. you can use SQL trace (ST05) .
    <b>Steps for the same:</b>
    1) Go to ST05 --> Activate Trace.
    2) Run the trasaction , make some changes to the field for which you want to have the table name then SAVE.
    3) Go again to ST05 ---> Deactive Trace
    4) List trace
    5) Then search for the chaged value which u had done on that transaction.
    6) With this you will be able to see the table name in the Obj. name column.
    **How can we find out what tables are being referred for what field???.
    For this , one way which i follow other then F1 is :
    <b>i follow Steps 2 and step 5</b> which help me to locate those values only for which i am looking for the table only as with the changed value in transaction which u had done in step 2 and after saving it it will go to the DB table and on searching the same changed value in the trace give u the quick link of the table .
      It helped me many times and saves time by doing linke this otherwise u have got all the options to as suggested by the FORUM .
    Cheers
    Sunny
    Rewrd points, if found helpful

  • Script to find out table and index candidates to keep in the buffer pool

    I am looking for a script to find out tables and indexes to keep in the buffer pool.
    Could you help me on this ?
    thanks...
    Markus

    this is more of a open question. As you know ur data well. We do not know whats ur data. cachin tables in buffer pool is okay, but it might age out after not being used...instead you can use the KEEP POOL...to cache small tables/popular tables into the keep pool...as keep pool guarantees full caching .....
    here are some links on keep pool cacheing
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/memory.htm#sthref410
    http://www.dba-oracle.com/oracle_tips_cache_small_fts.htm
    http://www.dba-oracle.com/t_script_automate_keep_pool_tables_indexes.htm
    http://www.dba-oracle.com/oracle_news/news_caching_keep_pool_large_objects_clob_blob.htm
    Edited by: user630084 on Apr 8, 2009 5:48 AM

  • Please help me to find the table for fields where the descriptions are give

    please help me to find the table for fields where the descriptions are given below
    Customer Support Administrator
    first line Support indicator

    You could also try table DD01T. In se 16,put in the description thats needed,you will get to know the respective data elements.
    Then you can use DD03L to find the respective table. This would work if the data element is not generic.
    Regards,
    Anubhav.

  • HOW WE CAN DO TRIAL AND ERROR METHOD TO FIND THE TABLES AND FIELDS?

    HOW WE CAN DO TRIAL AND ERROR METHOD TO FIND THE TABLES AND FIELDS FOR ENHANCING THE AUTOMATIC SERIAL NUMBER PROFILE///

    Hi
    You can find user-exit for that. In user exit function you can use all import parameter. Set debugging in include program and you can see all import parameter.
    Regards,
    M Sajid

  • Plz help me in finding out the BADI or menu exit for IW32

    HI
    in Tcode IW32, based on the user status(ASTTX), the menu items ,EXTRAS -> TASK LIST SELECTION -> all items have to be grayed out.
    Please help me to find out BADI or menu exit which ever is available.
    Thanks,
    Pallavi.

    Hi,
         Please check if the below user exit/BADI is useful.
         Enhancement
         IWO10012                                Maintenance order: Priority handling on central header
         BAdi
         IWO_UI_USEFLEX                     BAdI for Calling Up an Alternative UI
    Regards,
    Srini.

  • The sound of my macbook 10.6.4 is not working since friday, please help me to find out why and how to solve it.. please pleas..

    please help me to solve my problem. my macbook is just 8days old and suddenly the sound is gone..

    I do not know what Leopard Dock is....anything is possible though...
    ....try a NVRAM reset....
    http://support.apple.com/kb/HT1379?viewlocale=en_US

  • Some help needed on dynamic internal tables and field symbols

    Hi,
    I have a dyn internal table <dyn_table_r>.
    One of its fields is kna1-kunnr.
    I have another wa <fs>, with only one field alt_kunnr.
    now i want to modify  the data of <dyn_table_r>-kna1-kunnr from <fs>-alt_kunnr
    How should i do it?
    Regards ,
    Harshit Rungta

    Harshit Rungta:
    You have opened a number of related questions today. I'd like to see the other ones closed before you continue with this one.
    I'll lock this but will re-open it once the others are marked as solved.
    Rob

  • How to find Tables and Fields from R3 that some InfoSource use

    Hi people,
    I already know how to get the table or fields from R3 that some InfoSource use by "Portal SAP" that our friend here answered.
    Now, I would like to know if there is some way to get this but using some transaction in the ECC6 (R3) or BW.
    I ask by that because I will be some situation that I will have to  know tables and fields that some InfoSource use and maybe there isn't in the Portal SAP.
    Obs.: I don't know ABAP, so I would like some way that doesn't use Debug (ABAP), if it is possible.
    Thank you,
    Rosana.

    Hi Rosanna
    In many cases you will be able to get documentation from help.sap.com regarding the tables and fields used by standard datasources. For example for all the Sales and Distribution datasources you can refer the below link
    http://help.sap.com/saphelp_nw70/helpdata/en/17/cd5e407aa4c44ce10000000a1550b0/frameset.htm
    Here you can click on the different datasources and see both the table and field names. If you are looking for any specific datasource let me know...may be i can help.
    Thanks.

  • There is any way to see your photos on iCloud. It can be Whatsapp and other apps photos too. Help me to find out?

    There is any way to see your photos on iCloud. It can be Whatsapp and other apps photos too. Help me to find out?

    You can browse it a little more easily with TextWranger. You can also search it:
    http://homepage.mac.com/bagelturf/aparticles/library/libtw/libtw.html
    See what happens when you restore a vault:
    http://homepage.mac.com/bagelturf/aparticles/vaults/vrestore/vrestore.html
    It actually renames your existing library and creates a new one.

  • Could u plz help me to find simple example for how to save data file in a spread sheet or any other way in the real time controller for Sbrio 9642 using memory or usb flash memory

    Could u plz help me to find simple example for how to save data file in a spread sheet or any other way in the real time controller for Sbrio 9642 using memory or usb flash memory

    Here are a few Links to a helpful Knowledge Base article and a White Paper that should help you out: http://digital.ni.com/public.nsf/allkb/BBCAD1AB08F1B6BB8625741F0082C2AF and http://www.ni.com/white-paper/10435/en/ . The methods for File IO in Real Time are the same for all of the Real Time Targets. The White Paper has best practices for the File IO and goes over how to do it. 
    Alex D
    Applications Engineer
    National Instruments

  • How to find all the DDIC tables and fields of Tcode?

    Hi All,
    For several transactions we have caprtured all the filed names along with the technical names.
    Ex : in VA03 - in the initial screen ,postal code field is there.When i see F1 help for that field i could see POST_CODE2 as its technical name.
    But i want to see the actuall DDIC table field which corresponds to this field that is LFA1-PSTLZ.
    Like wise there are so many T-codes for which i need do the same thing.But for some transactions i am unable to find out the database tables and the corresponding fields.Please suggest any other easier way to do this.
    Is there any way to find out  all the DDIC tables and fields that gets updated for a Tcode?
    Please help me out in this.
    Thanks,
    Jyothi D.
    Edited by: jyothi dosapati on Mar 27, 2008 2:48 PM

    HI,
    DDIC tcode is  SE11
    GIVE THE TABLE NAME THERE AND CLICK DISPLAY
    FOR EXAMPLE
    TYPE LFA1 THERE AND CLICK DISPLAY....
    Regards,
    V .Balaji
    Reward if usefull

  • How to find tables and fields in the standard program.

    Hi to all,
                  I am very new to ABAP,
                i am willing to write Report ,that is  if i enter  the vendor number i have to get item,quantity , name...with dateetc....
    My approach was :  i went to ME2L and i gave vendor number and date in that then i got some data ,then i got the program of that list ( it was there in  bottom right) i.e, SAPMSSY0 .
               Then i entered in SE38,in that i go with Display Object LIst to find out the tables and fields,but i failed to found.
    My question is : I can write the reports if i know the fields and tables location....
                              Here i want to know the ,if i enter the Vendor No, i have to get the regarding information about that NO,_for that i have to know the fields and tables_ of item and cost ....every thing ...
           if my question was not clear please ask me i will explain you again...
          Can you help me how to find...
    Thanks in Advance
    Bhanu.

    Hi Bhanu,
       Goto transaction SE84 then follow the path
    SE84-->ABAP DICTIONARY--->FIELDS---->TABLE FIELDS-->ENTER THE TABLE OR FIED NAME you want to find
        and EXECUTE the programm you will get all the information regarding that field or table.
        Hope this solves your problem.
    Thank you,
    Pavan.
    Edited by: PAVAN CHANDRASEKHAR GANTI on Sep 1, 2009 12:57 PM
    Edited by: PAVAN CHANDRASEKHAR GANTI on Sep 1, 2009 12:58 PM

  • Hi help me to find out----- Reversal Date

    Hi
    help me to find out Reversal Date:
    Since this is a month end accrual posting, it will be autoreversing so it will post the expense to the last day of the current month and post the reversing entry on the 1st day of the next month which is determined by taking the 1st day of the month following the month for which the dates have been entered

    Hi,
    The reversal documents are identified in a table based on movement type ( in MSEG ).
    Example: 131 for posting and 132 for reversal.
    For the same document if exists a reversal movement type then the document is reversed.
    You will also get the reversal document no from the table record.
    Check the table whichever suits your requirement.

  • How to find out table name for the field in the webUI

    Hi.
    I am in CRM2007.
    So i go to the transaction code    BSP_WD_CMPWB
    In that i provide the component name as CRM_UI_FRAME.
    I press the Test button.
    So, it opend the WebUI.
    I want how to find out table of the particular input field?
    I mean from which table the data is retrived how to find out?
    When i enter some thing in the input field how to find out in which table that data is stored?
    By pressing F2 on the input field it opend View and Component Name.
    I want find out table of that particular field. How to find it?
    If anybody know about this explain it with Screen shorts if possible.
    Thank You.
    Krishna. B.

    hi
    goto tx genil_model_browser. Suppose you want to find fields reated to your order header eg sold to name. In component set write all and press F8. Then goto access object and in access object click on node BTAdminH. Click on attribute structure. Here you will find structure and attributes. If you click relationship then you will see all the relationship wrt btadminh. open any r/s that you require. and click on other object and attribute. You will get to know the structure.
    Best regards
    Pankaj kumar

Maybe you are looking for

  • Special characters in shell script

    I'd like to run the following one line shell script which brings up the login window. /System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend this works form the terminal but I want to do it inside apple script using

  • Slideshow from iPhoto too big?

    Hi, A simple question: I was doing my DVD, and wanted to add a few iPhoto pictures as slide show. So I builted the album from iPhoto and share to iDVD. The result was that in was too large for the DVD content (which was at that time 2.4 gig, with the

  • OSB - global variable substitute?

    I have a simple-looking requirement - I need to keep a single String value between OSB service calls. The value is retrieved from a message and is inserted into each upcoming message of the service, acting much like a simple cache. My question is, OS

  • Update osx 10.4.11 to most recent osx

    Hi, Can anyone confirm what steps I need to take (if it is even possible) to update to the most recent osx? I am currently on 10.4.11 My Laptop spec is: Mac Book Pro 2.33 GHz Intel Core 2 Duo Memory 2 GB 667 MHz DDR2 SDRAM Also if anyone knows how mu

  • I can't get my new 3d card to work.

    Hi! I have a problem with the installation of my new graphic card (ATI Radeon 9200SE 128 mb). When I install the graphic card in the computer I get no signal when I start it. How should I do to get i working?