Need of answer for a question

hi
<b>friends this is rajesh i wrote a program last night in abap it came out with full of errors now i want that program to be deleted from my dump to save my space can anybody help me pls
</b>
                                                                    hoping for reply                                                                               
rajesh

Rajesh,
Your requirement is not that clear. If you want to delete the z program you can do it from SE38
Thanks
Prince Jose

Similar Messages

  • Need the answers for following questions?

    can anybody  say the answers  for following questions?
    Data Dictionary :
    1) Diff between Append Structure and Include Structure ?
    2) What is Table Type ?
    3) How the table entries are going to store, Is it Case sensitive, or in Capital Letter or in Small letter or as we give ?
    4) How many indexes we can give for a table ?
    Reports :
    1) How can we enable the verticle scroll in a table control that comes in 2 nd screen of ME 21 T.code ?
    2) What is BSEG table  ?
    3) How can you create Table Control ?
    4) Diff between At Selection Screen on Field & At selection Screen Output ?
    5) What are things we need to take care before using the Read Statement ?Example of Read Statement with Index ?
    6) How many ways are there to select a Particular Data from the table ?
    7) I want fetch the 10 th row and 5 th column from the list, How will you do it ?
    BDC :
      1) If we write Transaction Statement 2 times for a application What happens ?
      2) If for Example , I had to upload 10 items for one header. The 5 items are uploaded, but the Sixth record is not uploaded ? How can you upload that data from 6 th Record ?
    3) Tell me the Detail Steps in uploading the Data from Application Server ?
    4) One Scenario, i am having 10 records in a file & when i am uploading the data everytime the 1st record is overlapping with already existing data, How you are going to handle this  ?
    5) What is meant by MASK in Upload function ?
    6) what are the parameters you will pass withine BDC_INSERT ?
    SAP- Script :
    1) I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ? One particular statement is there for that, What is that ?
    2) The Logo Upaloaded got Inverted , then How you are going to handle this situation ?
    3) The logo uploaded using RSTXLDMC programe, Where it is going to store ?
    4) can we see Tiff files in SE 78 T.code ? What are the file extension of Logo we can upload to SAP
    5) How to check the changes made in the standard layout set , other than using Utilities--- -> Print preveiw ?
    User Exit :
    1) Suppose i have used a fuction Module Exit, But is in Inactive status , What is The error it is going to give during runtime ?
    2) Suppose i want to delete the Function Module exit from one project and i want to use it for another project ? what are steps you follow to delete it  ?
    BADI
    1) Is that all the Predefined BADI's present  in SAP are reusable ?

    Data Dictionary :
    1) Diff between Append Structure and Include Structure ?
    Append Structure - This structure can be used only one time to append. Append structures are useful for standard tables.
    Include Structure - This structure can be used in multiple tables. Include structures are useful for our own custom tables.
    2) What is Table Type ?
    A table type is a type that describes the structure and functions of an internal table in the ABAP program. In simple words table table will act as an internal table without header line.
    3) How the table entries are going to store, Is it Case sensitive, or in Capital Letter or in Small letter or as we give ?
    Yes it is case sensitive.
    Use translate statement to convert Upper case or Lower case.
    4) How many indexes we can give for a table ?
    1 primary index automatically created and we can create up to 15 secondary indexes.
    Reports :
    1) How can we enable the verticle scroll in a table control that comes in 2 nd screen of ME 21 T.code ?
    set <tablecontrol>-lines = 0.this code you have to put in one suitable userexit.then it applies to standard tcode ME21N.
    2) What is BSEG table ?
    BSEG table is a FI table for Accounting Document details.
    3) How can you create Table Control ?
    controls : tabcont type tableview using screen '3000'.
    PROCESS AFTER INPUT
    MODULE mod AT EXIT-COMMAND.
    LOOP AT itab_table or LOOP "depending on whether we are using AT int_table
    MODULE modify_int_table.
    ENDLOOP.
    MODULE user_command.
    4) Diff between At Selection Screen on Field & At selection Screen Output ?
    AT-SELECTION SCREEN ON FIELD
    is to validate a particular selection screen field.
    if any error comes it will open only this field and other fields will be disabled.
    AT-SELECTION SCREEN OUTPUT
    is used to do dynamic screen modifications on the screen.
    5) What are things we need to take care before using the Read Statement ?Example of Read Statement with Index ?
    do sort before read data from table.
    6) How many ways are there to select a Particular Data from the table ?
    using views or directly u can select data.
    7) I want fetch the 10 th row and 5 th column from the list, How will you do it ?
    sorry...
    BDC :
    1) If we write Transaction Statement 2 times for a application What happens ?
    i think u got message like already that transaction was called like this..
    2) If for Example , I had to upload 10 items for one header. The 5 items are uploaded, but the Sixth record is not uploaded ? How can you upload that data from 6 th Record ?
    within the loop u have to write the code for the 6th record and then process again.
    3) Tell me the Detail Steps in uploading the Data from Application Server ?
    use DATASETS for uploading data from application server.
    4) One Scenario, i am having 10 records in a file & when i am uploading the data everytime the 1st record is overlapping with already existing data, How you are going to handle this ?
    write CLEAR statement before endloop.
    5) What is meant by MASK in Upload function ?
    sorry...
    6) what are the parameters you will pass withine BDC_INSERT ?
    TCODE-import parameter
    DYNPROTAB-tables parameter
    SAP- Script :
    1) I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ?
    One particular statement is there for that, What is that ?
    Actually u will get quantity and price based on language using SE63 transaction.it is used for language conversion.
    2) The Logo Upaloaded got Inverted , then How you are going to handle this situation ?
    just check the printer settings again.
    3) The logo uploaded using RSTXLDMC programe, Where it is going to store ?
    STXBITMAPS is the table which stores all the logos.
    4) can we see Tiff files in SE 78 T.code ? What are the file extension of Logo we can upload to SAP
    No we cannot upload .tiff files using SE78 ..here u can upload only bmp and jpg logos...if u want to upload .tiff files go to standard program RSTXLDMC..by using this you can do.
    5) How to check the changes made in the standard layout set , other than using Utilities--- -> Print preveiw ?
    by executing the formprogram.
    User Exit :
    1) Suppose i have used a fuction Module Exit, But is in Inactive status , What is The error it is going to give during runtime ?
    u didn't get any error message but that functionality cannot applied to it..thats it.
    2) Suppose i want to delete the Function Module exit from one project and i want to use it for another project ? what are steps you follow to delete it ?
    first go to that perticular project..within this u have one enhancement..just click on that one...and go to that function module which u are assigned..remove the code and activate..delete enhancement and activate that project..now u can use that enhancement in other projects.
    BADI
    1) Is that all the Predefined BADI's present in SAP are reusable ?
    here reusable means u can do multiple implementations for all BADI's.
    Rewards if it helpful.
    Dara.

  • Need an answer for security question

    Hi! I don't remember my answer of my security questions. How can I do help me plz

    See this... http://support.apple.com/kb/HT5312

  • HT5312 Hi, i didn't put a rescue email and i need the answers for the security questions cuz i forgot them

    Hi, i didn't put a rescue email and i need the answers for the security questions cuz i forgot them

    If you can't remember your security questions / answers go to  Express Lane.
    select iTunes from the list, then iTunes store.        On the next screen select account Management.  There, select iTunes store account security and write that you would like to reset your security questions and / or answers.   You should get an eMail reply over the next 24 hours.

  • I got the new iPod for christmas and to buy an app it says i need to answer the security questions however i do not remember the answers....what should i do?

    i got the new iPod for christmas and to buy an app it says i need to answer the security questions however i do not remember the answers....what should i do?

    You need to use your "emergency email" that you used to set up your iPod to change the security questions and answers.

  • HT5312 I forgot the answers for security questions, therefore my Apple account has been locked. I contacted AplleCare in Japan by phone, but number busy!!! Please help me. I think that ID and Password only, no need anything as a security questions!

    I forgot the answer for security questions, I don't know how to recover my account.
    Please help me. Thank you.

    Also my computer wont let me get on icloud.

  • I forget the answer for security questions and i didn't receive an email for it

    i forget the answer for security questions and i didn't receive an email for it

    You need to contact Apple. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (90813)

  • HT1491 I am trying to buy a song on iTunes but it won't let me because I need to answer my security questions? But I don't remember the answers how can I change the questions?

    I am trying to buy a song on iTunes but it won't let me because I need to answer my security questions? But I don't remember the answers how can I change the questions?

    Click here and search the article for '2 out of 3' without the quotes; this generally involves either a message being sent to your rescue email address or contacting the iTunes Store staff directly.
    (74487)

  • I tried to buy a song on my account, and it told me I need to answer my security questions, and I don't remember them, and it ******* me off, because this is seriously so dumb man

    I tried to buy a song on my account, and it told me I need to answer my security questions, and I don't remember them, and it ******* me off, because this is seriously so dumb man

    Summer7633 wrote:
    I tried to buy a song on my account, and it told me I need to answer my security questions, ...
    1)  Apple ID: All about Apple ID security questions
    If necessary...
    2)  See Here... ask to speak with the Account Security Team...
    Apple ID: Contacting Apple for help with Apple ID account security
    3)  Or Email Here  >  Apple  Support  iTunes Store  Contact

  • HT5621 I have recently just bought an iPad but before I purchase anything I need to answer my security questions, I don't remember the answers, I went to  forgotten my security questions answers but them email was sent to my old email address

    I have recently just bought an iPad but before I purchase anything I need to answer my security questions, I don't remember the answers, I went to  forgotten my security questions answers but them email was sent to my old email address

    If the email hasn't arrived after a few hours and isn't in a spam filter, you need to ask Apple to reset your security questions; this can be done by phoning AppleCare and asking for the Account Security team, or clicking here and picking a method, or if your country isn't listed in either article, filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (106007)

  • HT201363 What can I do if i don't remember my answers for the questions when I want to buy an app from the app store?

    What can I do if i don't remember my answers for the questions when I want to buy an app from the app store?

    You need to ask Apple to reset your security questions; ways of contacting them include phoning AppleCare and asking for the Account Security team, clicking here and picking a method for your country, and filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (103722)

  • HT5699 I forgot the answers for security questions, how can I reset them and get the access back to the iTunes store?

    Need help to get access to iTunes store. I bought an iTunes card bor buying on iTunes store.
    I forgot the answers for security questions, how can I reset them and get the access back to the iTunes store?

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then go to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you should see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then you won't get the reset option - you will need to contact iTunes Support or Apple to get them reset.
    e.g. you can try contacting iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Account Management , and then 'Forgotten Apple ID security questions'
    or try ringing Apple in your country and ask to talk to the Accounts Security Team : http://support.apple.com/kb/HE57
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312 . Or you could change to 2-step verification : http://support.apple.com/kb/HT5570

  • HT201363 I forget the answer for security question

    It forget the answer for security question what can I do

    You need to ask Apple to reset your security questions; this can be done by phoning AppleCare and asking for the Account Security team, or clicking here and picking a method, or if your country isn't listed in either article, filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (106035)

  • I forget the answer  for security questions

    i forget the answer for security questions
    also they stop my acount on yahoo

    You need to contact Apple. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (90813)

  • HT204053 I forgot my answers to my questions. I am trying to buy an app and it says i need to answer my security questions but i forgot my answers. Can i change them or somehow find out what my answers were?

    Please someone help
    I forgot my answers to my questions. I am trying to buy an app and it says i need to answer my security questions but i forgot my answers. Can i change them or somehow find out what my answers were?

    You'll have to reset them.  Go to https://appleid.apple.com, click on manage your account on the right, sign in, click on Password and Security on the left, look for the link to reset your security questions to the right.  This will send a reset email to your rescue email address.
    If you don't see this link, contact iTunes store support for help: http://www.apple.com/emea/support/itunes/contact.html.

Maybe you are looking for

  • Upgrade from 11.1.1.3 to 11.1.1.5 - integrated maps don't work

    Hi, I recently uppgraded OBIEE from 11.1.1.3 to 11.1.1.5 and everything went well. My customer have dashboards with integrated maps. These work fine prior to the upgrade. However, after the upgrade I noticed that I could no longer find the maps. In t

  • EXCISE DUTY - DIFFERENCE - POSTING

    DEAR MMIANS, IN EXCISE POSTING FROM 12.12.08 THE BASIC DUTY CHANGES FROM 14 TO 10. IF WE UPDATE THE DUTY TO 10% FOR A MATERIAL CAN WE POST THE GRN WITH OLD DUTY AND IS THERE ANY PROCEDURE TO DO MIRO FOR OLD RATE(14%) AT PRESENT DATE .BCS THE PREVIOUS

  • Tax field is not updated in COPA documents

    Hi There is a Value field for Tax is not updated in COPA documents due to missing configuration in KE4I. Now the tax field is updatating properly after completed the configuration in KE4I. But we have couple of COPA documents which are generated (sou

  • Embed OBIEE report to other portal

    Hi all, i have to embed my report content to other portal.our requirment is to show our dashboard(not as URL) on client portal as small section on their portal window, is it possible in OBIEE and how?? thanks and Regards, Deepak

  • Performance of the HTTP Server

    Hi! I'm looking to deploy a corporate website that has a number of database led applications. We expect our site to get 50,000+ web page requests daily - I was wondering if the web server that comes with Sun ONE Application Server 7 is capable of thi