How do we find tables for standard SAP programs?

Dear Friends!
I have received a project in which I have to create a report on the employees skill-sets(qualifications). Qualifications we can see in in the Transaction PA30 in the form of infotypes. But infotype tables are not sufficient itself. So do you guys have any idea that where else do we maintain records like this moreover how do we find tables in standard SAP Programs.
Please reply!!

Whats up Guys...??
Gave up??
I have found a table for position but not really for Qualifications.. (Not in terms of Infotypes..)
Tables ARE
HRPY_WPBP
-  PERNR
-  PLANS
T528T
-  PLANS
-  PLSTX
See if you guys can do something more about it.

Similar Messages

  • Z TCode for Standard SAP Program

    Hi all,
    Is it allowed by default (by SAP standard rule) to create a Z TCode for the existing standard SAP program? By doing this, I will have two transaction codes for one standard SAP program. One is the existing SAP standard TCode and the other one is the Z (custom) TCode. Both point to the same SAP standard program.
    I tried to copy TCode ME22 to ZME22 but I get error message "Transaction code ZME22 not defined" when I tried run it. ZME22 was successfully created (no error) with the same setting as ME22 during copying.
    Thanks in advance.
    Regards,
    Goh Tiam Tjai

    Goh,
    yes obvoiusly you can create another t-code.
    as i want to add more thing which all were missed is that you have to create parameter transaction from se93.
    and give default transaction as me22 in your case.
    hope now your problem has been resolved.
    please mark all good answer.
    Amit.

  • How can we find tables for master data transactions

    hi
    could anybody tel.............
    when we create a customer the information is updated in structure RF02D
    some tables like kna1 are updated.
    how can we find these tables..?

    Hi Kalyan,
    This is how you can find any transparent table you want.
    1. Put your cursor in any of the  fields of the customer screen and hit <b>F1</b> on your keyboard. Next Click on the "<b>Technical Information</b>" icon. Under "<b>Field Data</b>", this would show you for example structure <b>RF02D</b> and field <b>KUNNR</b> (Customer Number), if your cursor was in the Customer Number field. Copy the field KUNNR.
    2. Next, open another session and execute transaction code <b>SE80</b>. On the Menu Bar, click "<b>Environment -> Repository Information System</b>". Open up the folder "<b>ABAP Dictionary -> Fields -> Double Click on Table Fields</b>". Paste your Customer Number field name (KUNNR) in the "<b>Field Name</b>" and Execute. This would show you all the transparent tables where the Customer number is stored.
    I hope the above helps.
    Do not forget to award the points please.
    Regards,
    Jacob

  • Tcode for standard SAP program.

    Hi All,
    We created tcode for standard program RSEIDOCB, to avoid providing users SA38 in PRODUCTION.
    Now when trying to run this tcode,users cant do so.They are taken back to the logon screen.The strange part is that this occurs even when we try and give SAP_ALL to the user.
    Please answer what can be the cause n solution.
    Thanks
    Peeyush

    >
    PEEYUSH SHARMA wrote:
    > Hi Julius,
    >
    > Thanks for your inputs!!!
    >
    > Yes,I can see the tcode created in SE93,but how to judge whether it is a "report type" tcode or not.
    >
    > Peeyush,
    It's right at the top of the screen
    Rob

  • How can I find tables for LOCK in ko02 ?

    Hi everbody .
    I want to learn a table . in the ko02 screen  EDIT --> LOCK --> SET . but I dont know this table field.
    in the set locked to data which table we use =?
    thanks reply.

    This menu option set a status to the order, the table is JEST "Object status" and JCDS "Change Documents for System/User Statuses (Table JEST)", look alson at JSTO "Status object information" - use the object key (AUFK-OBJNR) to access the data.
    - There is a conversion exit for those fields (Look at TJ02T System status texts and TJ30T Texts for user status
    - Look at FM STATUS_TEXT_EDIT to convert data of JEST into the two text fields displayed
    Regards,
    Raymond

  • How to uncomment code in Standard SAP Programs

    Hi Experts,
    how to uncomment entire code  of standard SAP programs  which is commented .
    Standard SAP Program is fully commented,i have to uncomment it ,to work it as normal.
    i saw that some lines * / * like  this are there in the commented code .
    what is the way to un comment this ?
    Thanks in advance,
    Regards,
    Hitu

    Well, if it is commented by your company - This doesnt ask for access key but if it is commented by SAP and you want to uncomment, you need access key.
    You can ask basis guys to get access key for the object. you need to provide the program name and other information.
    Other information: - go to the GOTO on application tool bar and select object direct entry.... you need to provide the full object key.
    To uncomment the code - select the lines and right click - uncomment . This can only be done in editable mode.

  • How to find CUSTOMER EXIT for a Standard SAP program

    How to find CUSTOMER EXIT for a Standard SAP program

    Hi
    To introduce the techniques of enhancement in standard SAP system. SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality. Instead, the customer exits act as hooks. You can hang your own add-on functionality onto these hooks.
    They do not affect standard SAP source code.
    When you add new functionality to your SAP System using SAP’s exits, you do not alter the source code of standard SAP programs in any way. The code and screens you create are encapsulated as separate objects. These customer objects are linked to standard applications, but exist separately from SAP’s standard software package.
    They do not affect software updates.
    When you add new functionality to your SAP System using SAP’s exits, your objects (called customer objects) must adhere to strict naming conventions. When it comes time to upgrade a to a new software release, customer objects’ names ensure that they will not be affected by any changes or new additions to the standard software package.
    Customer exits are not available for all programs and screens found in the SAP System.
    Any change made to an SAP object in a customer system is called a modification. Customers usually modify their systems for one of two reasons. Either they make changes to the SAP standard in order to adjust the R/3 System to their specific business needs (actual modifications), or they alter individual SAP objects in order to correct an error (as recommended in an SAP error note).
    You should only modify the SAP standard if the modifications you want to make are absolutely necessary for optimizing work flow in your company. Be aware that good background knowledge of application structure and flow are important prerequisites for deciding what kind of modifications to make and how these modifications should be designed.
    SAP application programmers create SAP enhancements in transaction SMOD using function module exits, menu exits, and screen exits.
    Customers are given a catalog containing an overview of existing SAP enhancements. They can then combine the SAP enhancements they want into an enhancement project using transaction CMOD.
    SAP enhancements are made up of component parts. These components include function module exits, menu exits, and screen exits. A specific component may be used only once in a single SAP enhancement (this guarantees the uniqueness of SAP enhancements).
    Customer enhancement projects consist of SAP enhancements. Each individual SAP enhancement may be used only once in a single customer enhancement program (this guarantees the uniqueness of a customer project).
    SAP application programmers preplan function module exits, menu exits, and screen exits for their applications and combine them to create useful enhancements for the R/3 System.
    Customers create their own enhancement projects for their systems using SAP enhancements. You can customize the individual components of an enhancement project by creating your own include programs (for function module exits), texts (for menu exits), and subscreens (for screen exits).

  • How to display WSDL for standard SAP transactions

    Hi All,
    I'm going to ask this here as this appears to be where most people ask questions about WSDL.
    A bit of background... I am a lapsed ABAP programmer. The last time I did ABAP (or any SAP), Netweaver was a twinkle in some shoolkids eye.
    I have been asked to find a list of the WSDL for standard SAP transactions (in SD/MM) as my employer has it in his head to write his own front end to Customer & Materials master transactions.
    Does such a thing exist? Am I barking up the wrong tree?
    I am using an ECC 6.0 system. I have  ER2 SAPGUI for html, ER2 WAS JAVA and ER2 Portal, whatever they are....
    TIA,
    Bob Shaw.

    Hi Bob,
    Yes, the WSLDs for all the Enterprise Service are listed in the ES Workplace.
    The best part is that SAP even provides a test environment wherein you can test these services which are actually hosted in SAP's landscape.
    Lets go step by step:
    1) How to find out the WSDL for Service in ES Workplace:
               a) open the ES workplace http://www.sdn.sap.com/irj/sdn/esworkplace
               b) Click on the hyperlink "ES Workplace "
               c) Click on the "Index" hyperlink. This would provide you the list of Process components. You can choose your             component and drill down to the level of "Service Operations". There you would find the link to the WSDL of the same.
    See if you are able to achieve this.
    regards,
    Piyush Mathur
    Edited by: Piyush Mathur SAP on Oct 27, 2009 10:06 AM
    Edited by: Piyush Mathur SAP on Oct 27, 2009 10:15 AM

  • How can i make entry in standard SAP table

    hi all
    how can i make entry in standard sap table.
    ex- lfa1
    without using programming,BDC.

    Hi,
    in the table if u find delivery and maintainance allowed with restrictions in delivery /maintainance tab u can enter data from program only.
    see the below example.
    tables: lfa1.
    lfa1-lifnr = '0878877'.
    lfa1-name1 = 'my name'.
    lfa1-ort01 = 'bangalore'.
    lfa1-land1 = 'in'.
    modify lfa1.
    rgds,
    bharat.

  • Info. / Doc. on Changes to Standard SAP Program, Tables, Fields in SAP 6.0

    We are in the process of upgrading our SAP from 4.6c to 6.0 and I am looking for a document or white paper that summarizes changes to Standard SAP Programs, Tables/Fields, Function Modules etc.. from what used to be in SAP 4.6c to what it is in SAP 6.0.  I am not sure if such a comprehensive document exists or is posted in the forum.
    Any help or information in this regard will be highly appreciated.
    Thanks
    ram

    Hi Ram,
    <<   We are in the process of doing our technical upgrade from SAP 4.6c to 6.0. I am looking for a white paper or documentation listing the changes made to the standard SAP Programs, Tables, Fields, Function Modules etc. from Rel. 4.6c to 6.0. >>
    Do you want to know what custom changes were done to SAP standard objects in your system or do you want to know what changes SAP did from 4.6c to ECC6.0.
    There is no white paper or documentation to find out custom changes made to SAP standard objects. but there were many tools in the market to find out and tell what changes were done to sap standard objects in your system.
    Your question seems ambiguous please clear it.
    Thanks,
    Kiran.

  • What is table type?How do i find tables behind that table type?

    Actually i know the trasaction,And in that transaction i find the required fields,But when i check for table name in technical settings i always finding table type ,not table.So How can i find table name for the field?

    Have a look at below link. It will give you all the details.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/90/8d7304b1af11d194f600a0c929b3c3/frameset.htm
    Best Regards,
    Vibha Deshmukh
    *Please mark all the helpful answers

  • How to get F4 help for Standard Text Key of a operation based on Order type

    Hi Experts,
      How to get F4 help for Standard Text Key (STK) of a operation based on Order type entered in selection screen. The F4 help should give the STK of related order type. At the same time the F4 help for Task Types based on Notification type. How to acheive the above two. Please provide the table names or any search help name if exists or Function modules...
    Thanks in Advance.
    Regads,
    Bujji

    Hi Guys,
       Any help on this...
    Regards,
    Bujji
    Edited by: Bujji on Dec 22, 2008 12:42 PM
    Edited by: Bujji on Jan 5, 2009 2:00 PM

  • How to change standard SAP program SAPLFSKB to add custom fields...?

    Hi Gurus,
    I have to change the standard SAP program SAPLFSKB screen 100 to add custom fields...i looked into OSS notes and there is a note: 174413 that provides steps to add custom fields...but when i try to do this it doesnt let me do it...it says that request cannot be changed....do i have to use modification agent...if that is the case then how shud i proceed with this....so please provide me some inputs....
    your help will be appreciated...
    Any inputs for me....
    cheers:sam
    Message was edited by:
            Sam williams

    try going into edit->enhancement operations->create.  this will allow up to add your customized field.

  • How to change the field length in standard sap program.

    Hi All,
    How to change the field length in standard sap program.
    Urgent
    Example:
    Text1 type c length 75,
    To change :
    Text1 type c length 150,
    Point will be rewarded..
    Thank you,
    Vikram.C

    If the only solution is to change the sap standard program, simply change the program, it will prompt for an access key. This key can be retrieved in the SAP support portal (service.sap.com) at keys and requests, sccr keys, register object.
    Sometimes these actions are outsourced to a competence center, so maybe youre not entitled to do this, in any case ask a resident senior developer for support.
    regards, Rob

  • How to add search help for standard field LIKP-TRAID

    Hi friends,
    How to add search help for standard field LIKP-TRAID ,
    refer screen
    Program Name       SAPMV50A  
    Screen Number      2108      
    TrnsIDCode ( LIKP-TRAID ) ..
    I need to add a search help, so that i can retrieve data from Ztable.
    Thanks.
    Abhi

    Hi Abhi,
    Try using any one option:
    Create a Search Help in SE11.
    Now Goto SE11 -> Enter Ztable -> Select that field -> Click Search Help and try to assign the created Search help to that field in your Ztable explicitly
    OR
    Create a Zdata element in SE11.
    In Data Element, under Further Characteristics tab, enter Name  Parameters of Search Help.
    Assign this data element to that field in ur Ztable.
    OR
    Create a Zdomain and maintain a Value Table or Fixed Values for it.
    Assign this domain to that field in ur Ztable.

Maybe you are looking for

  • My macbook pro late 2008 randomly freeze

    Hi I recently upgrade my macbook pro Late 2008 by adding a 250 go Crucial SSD drive in the main harddrive spot. I also put a 1 To HDD in the place of the super drive. Since then, my macbook randomly freeze. I can't see any link to any specific usage.

  • Does anyone know why I get varying file sizes when I save a jpg (with same settings-None, 12, base "standard", preview checked) from PhotoshopCS5?

    I opened a .psd file (300 ppi, CMYK, .jpgs (1626px x 2130px), I saved it as a jpg (None, 12, base "standard", preview checked). I then closed the original .psd file. I repeated those steps on the same file and saved a series of 6 .jpgs. Of those 6 fi

  • I'm new to JAVA Technology

    Hi all, i wrote small program, i'm compiling that program, but i couldn't run the program Example <b><i> public class abc public static void main (String args[]) System.out.println("This is my FIRST program"); </i></b> i was complie the above program

  • Certification Question

    Hi Friends, I am taking BW certification (3.0) exam. I have a question regarding that. Sholud I read BW 3.5 from help portal of SAP or should stick to 3.0 as there are lots of changes made to 3.5 since then.So in exam questions comes from 3.0. I am a

  • Refurb Nano doesn't work.

    I plug it into my laptop and it's not recognized, turn on, or charge. Plugged it into the docking speakers and doesn't do anything either. Figure it would charge at least or turn on, but doesn't. Went to chat feature on here and the product select do