How to check previosus enhancements done on a standard SAP ABAP wcomponent

Hi ,
How can i check what all has already been modified in sap standard component as part of enahncemnet/customization .
Regards,
Madhvika

Hi Sarbjeet ,
Thanks for being so helpful I i got the reason now .
I have to do some enhancemnets on travel management for a client requiremnet  Like Text Label Changes , Hiding some fileds , adding some fileds .
i m trying my hands in ABAP first
my queries are :
some labels are getting populted via context which is in turn getting populateed from a  fixed lists that is coming from domian .
i have made a new domain with values that i wana show . But query is how to use this domain . How to change  context attribute to use this filed which use this newly created domain .
how to make changes in ABAP code where this field is refered .
i know to hide a column filed via enhacmnet but if this column  entry is mandatory how to remove this check .
if i am adding a new filed/column in table houw to populate from backend .
can you please help me with these queries .
P. S  : you can reply to this post , however i am drafting a proper thread for same so that can award points
regards,
Madhvika

Similar Messages

  • How to enter values in the fields of standard SAP Infotype e.g. IT0024

    Hi,
    How to enter values in the fields of standard SAP Infotype?
    e.g. I want to enter values in infotype IT0024(Qualifications) in the field AUSPR(Profincy):-
    1-Level 1
    2-Level 2
    3-Level 3
    4-Level 4
    5-Level 5
    Thanks,
    Ameet

    Hi Divya,
    I checked with the screen and report which is mentioned by you. But I want to modify/make changes that should appear in the screen when you view details for a particualar employee in Qualifications(IT0024).
    Please refer the screen 2000 of module pool MP002400 in SE80. In that screen I want to make change as listbox with key.
    Can it be achieved in the same way as mentioned by you before by making standard SAP report as Z and then modify using layout editor?
    Please help me out. I think I am almost there.
    Thanks,
    Ameet

  • How to Implement a screen exit to a standard SAP transaction

    Hi All,
    Can any body give How to Implement a screen exit to a standard SAP transaction??
    Regards,
    AK

    Hey,
    This link which gives the Step by step way of iimplement a screen exit:
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    Regards,
    Arjun

  • How to check one table exist or not in SAP

    Hi, Gurus:
    How to check one table exist or not in the SAP.
    Thanks,

    Hi,
    Query the table DD02L..
    Select single * from DD02L where tabname = 'Your table name'
                          AND TABCLASS = 'TRANSP'.  " For transparent tables.
    Thanks
    Naren

  • How to pass variable value to field of standard sap transaction.

    Hi Experts,
       i want to pass the value of variable to field of standard sap transaction. but that field is not having the parameter ID. so please tell me how i pass the value to field.
    thanks in advance.

    You might like to provide a few more details of which field and transaction you are trying to interact with... typical solutions involve user exits / BAdIs / Enhancements, or transaction variants, or building a BDC to part fill the screens of the Tcode you are calling.
    Jonathan

  • NetWeaver CE: How to check initial permissions done or not

    Hi,
    Could anyone let me know how to initial permissions done or not for Netweaver CE version, as I dont see ACL folder on installation path?
    Regards,
    Thulasi

    There is no way to suppress the dialog nor can you obtain the permissions.

  • How to check data sent by XI in the SAP system?

    Hi All,
    I have a File to Proxy scenario. I have generated and activated the proxy. The scenario got executed successfully.
    Now, how can I check the data being sent by XI in the SAP system? Kindly help.
    Thanks,
    Karthik

    Hi,
    If u want to check in XI system as said by experts you can check in SXMB_MONI transcation(Check for chequred flag:Sucess).If not you need to see the error message and troubleshoot.
    if the message is sucess in XI,then goto your R/3 system.
    you can check SXMB_MONI in R/3 system.Tis is the message before going to proxy.
    Then as experts have already pointed out you must be knowing which tables are getting updated.
    check in those tables for the updated data.
    otherwise you need to debug proxy,
    Plz keep the thread updated.
    thanks and regards
    parvez

  • How to check the access right for a specific SAP object like MaterialMaster

    Hi!
    How can I check if I have the right to change a specific object like a material or document in SAP vie RFC. I need a remote able function which tells me, if I have enough rights! Or, if such a function does not exist, how can I write my own ABAP code to do this?
    Thanks,
    Konrad

    Hi,
    When initiating a transaction, a system program performs a series of checks to ensure the user is authorized.
    1. The program checks whether the transaction code exists in table TSTC.
    2. The program checks whether the transaction code is locked by the administrator (transaction code SM01).
    3. The program checks whether the user has the authority to start the transaction. Authorization object S_TCODE (transaction start) contains the authorization field TCD (transaction code). The user must have the appropriate authorization for the transaction code to be started (for example, FK01, Create Vendor).
    4. The program checks whether an authorization object is assigned to the transaction code. If this is the case, the program checks whether the user has an authorization for this authorization object. The transaction code/authorization object assignment is stored in table TSTCA.
    Note: An SAP program controls steps 1 through 4. It displays an automatic message to the user if an authorization attempt fails in the step.
    5. The system performs authorization checks in the ABAP program using the ABAP statement AUTHORITY-CHECK.
    Regards
    Sudheer

  • How to check Server Shutdown and Startup History in SAP

    Hi guru's . One of the background job failed on saturday. And i want check the duration and the history when the server shutdown and startup. I can check the server startup time at ST02 t-code. But i want to check the entire history of server shut down. Please guide me through. Thanks.

    Dear Ram,
    You can see the System logs in SM21 . Background job failure can be viewed in SM37 .
    As said before go through \usr\sap\TST\DVEBMGS00\work directory and see the logs. Files like dev_disp , dev_ms ,dev_rfc.trc ,stderr1,stderr2,stderr3,stderr4 will have the log information  .  These files will have the information after the last  system start .
    Anyway if want to see the old logs before server shutdown , see the old logs in old files like dev_disp.old,dev_ms.old .
    Regards,
    Nibu

  • How to Change the filed name in a standard SAP Transaction

    HI all,
    In the SAP Standard Display Vendor Transaction ie in XK03   there is an Screen with the Screen Number 220
    In that Screen Number 220 there is a field by name Account memo
    I need to change that field name Accountmemo to DD Number.
    Please Suggest me how can i do this.
    Please tell me Weather any Screen exits or Badis Exists for this
    Please give me the Sample code if having
    Regards
    Ajay

    It can be done with GuiXT script.
    Read the Documentation, and some time back in 2005 this is Discussed, Search in SDN, Use Key word GuiXT
    http://help.sap.com/saphelp_erp2005/helpdata/en/89/91b9d8194f11d5b3a30050dae02d7c/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/89/91b9d8194f11d5b3a30050dae02d7c/content.htm

  • How to used the unicode in   interface program in sap abap

    hi expect,
          can any body give example how to convert the non-unicode into unicode in a interface program.please help me.

    First check the connection with the source system. If its ok then replicate the datasource and activate. Then try with running job.
    Time stamp error usually happens when source system in BI and r/3 side differs.

  • How to add a Custom field in the Standard SAP Sales Order main screen

    Dear Experts,
    We have a requirement of adding a Custom field in the Sales Order screen. I know how to add the Customer field in the Additional data B tab of the Sales Order Header Screen as that is the screen user exit provided by SAP. Can someone tell me how to add the Custom field in the Sales Order main screen. Program Name - SAPMV45A and Screen Number - 4001. What is all I need to take care.
    Thanks,
    SNK.

    I have not added the Custom filed in the main screen and added in the Additional data B screen. So closing the message.

  • How to get inper and fpper without seqnr in SAP ABAP HR

    Hi,
    I'm writing a program to read payroll results from a flat file and need to upload into a ZTABLE i.e., custom table with RT structure. The file does not have seqnr or inper or fpper. Can you please tell me how to get the inper and fpper without seqnr? Is there anyway we can do that?
    Thanks in advance!

    Hi Abby,
    This flat file you are receiving the pay info from....how can you tell which pay periiod it is drawing data from?  The INPER-In Pay Period and FPPER-For Pay Period tell you what pay period is involved.  For example, an employee turned in some of his hours worked late.  The pay this week includes pay for this week plus pay for last week.  So pay in Period 37/2009 (INPER)  includes some pay from period 36/2009 (FPPER).  Thus, you would need to have these differentiated by the sequence number.  If you did not know that, you just have a lump sum earning from the flat file with no way to differentiate. 
    You did not say you were using SAP Payroll, but if you are, suggest you use some of the standard reports - such as Wage Type Reporter or Payroll Reconciliation Report.  If you are creating your own ABAP Program, use the payroll function modules such as pyxx_read_payroll_result.  These all look at the payroll clusters and extract the data in a readable format. 
    Paul

  • How to download the values to excel from spool sap abap

    Dear All,
    I am facing  a problem in downloading the Zreport to excel file ( where it consists of 95 fields) ,
    1.if am running the report in foreground and downlaod to excel file , the all 95 fields are upadting in excel file .
    2.if i am schecduling the programe in background and saving inspool, then form spool , i am download to excel file , at that time some of the fields are overllapning ,
    for this i want to download t o excel file without overlapping fields,
    can any one suggest , how to do same procedue.
    regards,
    manoranjan

    Hi,
    whenever you click on Excel download option select spreadsheet instead of unconverted
    There is a possibility of download the spool file as txt-file. .
    Use Tranx SP01 - select the spool entry -->"spool request --> forward as text . You will find the file in your SAP work directory as <sid><spool#>.
    or use fm RSPO_DOWNLOAD_SPOOLJOB.
      Download in Background in Excel Format
    How to download the data in excel format directly while executing in background mode? 
    If you will execute it in bacground with ws_download or download, it will be aoutomatically cancel. so what is the procedure to do this.  How is can directly read the spool from program?
    Download from background is possible, if you could setup the environment
    1. create a custom table first
        Table  : Y001
        Displayed fields:   4 of   4  Fixed columns:
           MANDT BNAME       Y_SITE    Y_PATH
           010      <userid>     <site>      cd <novell_path>
    2. rewrite ws_download to z_download (light modification required, see attachment)
    3. ask your basis team to make a copy of command FTP and CHMOD to ZFTP and ZCHMOD resp., make the setting according to your environment.
    Moderator message - Please respect the 5,000 character maximum when posting. Post only the relevant portions of code
    Hope this will will helps you,
    Thanks and Regards,
    Manjunath M
    Edited by: manjunath4sap on Dec 23, 2010 6:20 PM
    Edited by: Rob Burbank on Dec 23, 2010 9:02 PM

  • How to add a F4 help to a standard sap table field

    HI all,
    I have created a F4 help that gets the value from a custom field. Now i want to add this search help to  a standard table PRPS-USR00 field. but, when i selects the USR00 field and clicks search help button it says 'No Search help exist for this field'. How to Add ? Do i need to get the access key , go in change mode and add it .Will it work. Will this affect any other table if i add this search help.
    regards
    sandeep

    Hi,
    Where do you want to see this seach help which transaction if it is in any custom program then you use the events for F4 or else if it is any standard transaction then there might be any collective search help which you will have to enahance. Let me know the trnaction name and field name.
    Regards
    Tanweer

Maybe you are looking for

  • Screen size with iPad

    When I set my iPad to mirror unto my Apple TV the screen size is small. How can I get it to be the maximum size of my tv screen?

  • Using SELECT INTO statement to transfer data from one DB to another?

    Hello, I need to move data from an SAP table to another downstream SQL server box without flat file in between. I have set up the DBCON interface, so that my ABAP code on SAP can connect to the remote SQL Server, then I can run INSERT command as Nati

  • My iMessage isn't sending/delivering to 1 person?

    I have been having this problem for a week now. I can send texts to everyone in my contacts except one person and she can't send anything to me either. It won't deliver or send. I've tried turning the wifi off, logging out, shutting down and simply n

  • Common Language Runtime Debugging Services

    I have been getting Fatal Execution Engine Errors. onfserv.exe - Common Language Runtime Debugging Services McafeeDataBackup.exe - Common Language Runtime Debugging Services MSI189.temp - Common Language Runtime Debugging Services MSIEF.temp - Common

  • Iphoto won't open after changing from os10.5 to os10.4

    hello there last night i reinstalled os10.4. i have been running leopard, but a program that i want to use is not yet compatible with it. after installing it, it put all of my documents/files in a folder called 'previous system' on my hard drive. i t