Can we modify a Standard Smartform?

Hi Folks,
Please clear the following doubts:-
1.Can we modify a Std Smartform.It is allowing us to change the logo and all the windows too.If so let me know the logic behind it as I was in a thought that whatever it may be we can't modify any sap standard unless we have a Access Key.
2.I have two clients 100 and 300 in the same server.100 is client and 300 is testing.I am working this kind of set up for the first time.I mean in the earlier we used to have different servers for different clients.What is the point in having two clients in the same server.
Points will be given.
K.Kiran

Hi,
It is always better to copy the Std samrtform/Script and to modify them as per the client requirements.
Don't forget to attach the modified form in the NACE transaction in the place of the Std form to the driver program and output type.
Generally during the implementation time, we create multiple clients for the different environments. One for workbench related work, one for customizing and other for with good quality testing etc.
Smartforms are client dependent and if you create  form in one client it is not available in other client of the same box( i.e the devlopment),
so you have to explicitely copy the forms to other clients.
reward if useful
regards,
Anji

Similar Messages

  • How to modify a standard smartform

    steps to modify a standard smartform.How can i find the standard smartforms.

    Hi,
    We need to copy the Standard smart form and its' driver program in 'Z' types repectively.
    But inorder to trigger our Zmsartform for a given applicaiton or Tcode then we need to configure it in the NACE.
    Thanks & Regards,
    Chandralekha.

  • Can we modify the standard AOL Message with custom Message in Seeded Page?

    Hi,
    I have a requirement to change AOL Message with custom Message in Seeded Page.
    In a seeded OAF page when a user clicks on a submit button a standard AOL Processing Message is populated.
    I Need to change the Standard Message and call Custom Message.
    Did controller extension and found that both the messages are populating.
    called the code after super and tried to call before super also.
    Did any one face this issue and resolved it. Kindly provide the solution.
    Regards
    Chaitanya

    Hi Gyan,
    I have tried by extending a sample custom controller.
    Below is the code of TestCO calling create message
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
          OAApplicationModule am = pageContext.getApplicationModule(webBean);
          if (pageContext.getParameter("Test") != null)
              OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_CREATE_CONFIRM",    null,
              OAException.CONFIRMATION, null);
              pageContext.putDialogMessage(confirmMessage);
      }Then I extending the TestCO to XXTestCO and it is calling Update Message
        public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
          super.processFormRequest(pageContext, webBean);
            OAApplicationModule am = pageContext.getApplicationModule(webBean);
            if (pageContext.getParameter("Test") != null)
                OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_UPDATE_CONFIRM",    null,
                OAException.CONFIRMATION, null);
                pageContext.putDialogMessage(confirmMessage);
        }got below Confirmation
    Confirmation
    Employee &EMP_NAME with the number &EMP_NUMBER has been created.
    Employee (&EMP_NAME) has been updated.
    Tried below approach also calling the message before super class
        public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
            OAApplicationModule am = pageContext.getApplicationModule(webBean);
            if (pageContext.getParameter("Test") != null)
                OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_UPDATE_CONFIRM",    null,
                OAException.CONFIRMATION, null);
                pageContext.putDialogMessage(confirmMessage);
          super.processFormRequest(pageContext, webBean);
        }got below Confirmation
    Confirmation
    Employee (&EMP_NAME) has been updated.
    Employee &EMP_NAME with the number &EMP_NUMBER has been created.
    My requirement is to print only the message which I have kept in Extended controller i.e. Update message
    Regards,
    chaitanya

  • MODIFYING THE STANDARD TOOLBAR

    HI,
    How can I modify the standard toolbar buttons? is this contained in the mmb or a different file?
    thanks

    Hello,
    <p>Download the corresponding .mmb files:<br>
    menudef.mmb<br>
    menudefs.mmb<br>
    Then you can open them in the menu editor and apply the changes needed.</p>
    Francois

  • Where can we find the standard program for scripts and smartform for vl02

    where can we find the standard program for scripts and smartform for vl02
    regard,
    anil

    If it is a standard Script Output see that all config in NACE tcode was done correctly and in the Application document the output type was properly defined and attached to a medium, partner and all communication related things like printer name, when to print the output and number of messages etc are entered in the document
    the go to the related application Tcode
    (for sales order goto VA02 or VA03)
    (delivery -VL02N or VL03N)
    for Invoice VF02 or VF03
    for PO -goto ME9F
    enter doc number, Issue Output to -> screen/printer
    then see the output
    step 1 : copy the z layout into testing client thru SCC1.
    step2 : go to se71 and check modified layout.
    step3 : if it is under logistics.. go to TCODE "NACE".
    u will see various applictions for each business process.
    there u have configure ur related layout according to requirments,
    for example u consider for Request fo Quatation..
    there is APPLICATION called "EA"
    click and enter into it. configure it with ur requirments, for help consult with ur functonal consaltant, and save it.
    step 4 : goto tcode ME9A for requst for quatation(RFQ).
    step 5 : enter test data avalable and check it with message display.
    it is same for other applications like Contract agreament --> ME9k
    invoice --> vl02n
    and goes on..
    Reward points for useful Answers

  • Can we modify the ME5A  standard report

    dear gurus
    I wnat to include the two columns where i need to fetch the data from P.R , Can we modify the ME5A  standard report.
    Regards
    srinivas

    Hi
    Pl do n't do any modification the SAP standard report would suggest you to copy the programme and rename & create Z report with addition of two columns as per your requirement which is the best option
    Regards

  • Can I modify standard program RFASLD20?

    Hello experts,
    I Get the modification option when I try to change the program RFASLD20.  Can I modify the program? 
    I actually need to change the program at the FM FI_PAYM_FILE_OPEN , to add the Code page (unicode system).
    Cheers,
    Balaji

    Hi Balaji,
    I've never had a problem with the modification assistant not working. To modify a standard SAP report, you need a modification key from OSS. You should always use the modification assistant to record your amendments. Think carefully about whether there is another way of acheiving what you want -- perhaps using SUBMIT...EXPORTING LIST TO MEMORY, a couple of standard reports, and then merging them into yours.
    You could copy the standard report, and modify the copy, but then you put yourself outside of SAP's maintenance and bug-fix track -- you might end up having to re-copy to incorporate new features. I'd always recommend modification over copying.
    Thats all i can suggest........
    Let me know if you need some help.
    Manas M.

  • Standard SMARTFORM  for Check Printing/ Payment Advice

    Hi All,
      I have one important question...
    Standard <b>Script</b> Check Print Program =  <b>RFFOUS_C</b>
    Standart Script Layout Name  = F110_PRENUM_CHCK
                                &  F110_D_AVIS
    We have to modify it as per client requirment.
        But I want to know the <b>Standard SMARTFORM & Standard Smartform driver Program for CHECH printing & payment advice ?????????????</b>
    Is there no Smartform for check printing or if exist then please guide me?????????????????

    hi umesh,
    1)anyone can help me,while extending idoc,i added one segment to idoc by extending debmas.that segment has two fields.while populating data to idoc,i am getting problem like VSV0001.exit is not allowing me to write the code.
    plz anyone can help me on this issue.if you did't understand this problem plz tell me how to extend the idoc.more concentration on while populating the data in to idoc.like which function module i have to use.in customer master idoc.debmas.i am new to this environment.plz help me.like complet work till completion of task.
    2)and my next assignment is in smartforms.plz let me know .i was created the screen.according to that screen.i have to make print program.plz tell me how to give the text elements.
    like we have given in scripts, page window and then F9 to give the text elements.and make the program.like that any one can tell me clearly.how to make the complete smartforms programs.
    plz this requirement is very very urgent,plz could you send it for my [email protected]
    advance thanks for your help.
    thansk&regards,
    radhiks.

  • Customizing standard smartforms

    Hi...
    How to customize standard smartforms...?
    for ex..
    for invoice, the smartform is.. LB_BIL_INVOICE  and the print program is  RLB_INVOICE ...in abap editor i opended this.....
    how to see the output..how to customize it...
    plz guide me..

    Hai,
    You have to copy these standard objects to Z* objects and you should modify them.
    Example:  Copy  LB_BIL_INVOICE to ZLB_BIL_INVOICE and change as of requirement.
    To see the output:
    tcode:   VF03
    Type your Invoice number
    Choose Billing document->Issue Output To->Screen.
    Output Type: RD00.
    Execute.
    Note: For this your invoice number should be customized with this output type.
    Configuring output type to your invoice number.
    Goto VF02.
    Type your invoice number and Enter
    Choose Goto -> Header -> Output
    Give RD00 in Output type, Print output in Medium, En in Language  and press Enter
    Give your printer name in Logical destinition and Your Smartform name in Form.
    Back
    Save
    If you want to create a new Output type for your Smartform.
    Go to NACE tcode.
    Choose V3 Billing and click on Output Types button
    Go to Change Mode
    Click on New entries
    and create your Output type.
    To give parameters for this you can check output type RD00.

  • How can I solve these in smartforms

    Hi,
    I am stuck with the below issues.
    1. I want to email or fax a smartform.Can I get these features if I copy the standard program.If no, what additional changes do I need to incorporate.
    2. I will have main line items like 10, 20, 30 etc in the service sales order. and sub items like 11, 12, 13 etc in each of them.
    If user selects 10, I will need to fetch the info of respective 11.How do I get te link between those both.
    3. I want to print a scissors SAP Icon along with the dotted line.I managed to insert this sap symbol (it shows as 869).But I dont see this in the o/p.
    Any clues on the above please.
    Thanks
    Kiran

    Kiran,
    1.It can be done.Convert the Smartform into PDF and send it through mail.Lot many snippets are available in SCN on how to convert a smartform to pdf and sending it through mail.Fax I have  no idea,but it can be done too.
    3. Did you checked the Print output? I guess it can't be seen in the Print preview but only in the output..
    K.Kiran.

  • Apple ID issue - Cannot modify a standard question

    I cannot order books/prints from iPhoto as I have been unable to set up my Apple ID account in iPhoto. I have tracked the problem down to the fact that I am unable to update my profile password question/answer. I have tried to do this via myinfo.apple.com and the apple store account settings, and I get the following error:
    Cannot modify a standard question
    Earlier this year, this message was accompanied by the error number -20148.
    Has anyone else had this problem?
    I have spent over 10 hours on the phone with Apple Care and they have been unable (unwilling) to help fix this problem (which seems to be that the Apple ID database is corrupt).
    Also, has anyone else experienced being brushed off by Apple Care with a problem they were unable to solve?

    If all else fails can you just create a new account? You may be thwarted by your email address however as that's usually part of the account info that Apple looks at for duplication. it's worth a try however. If you have a .Mac account you could create an alias email name and use it.
    OT

  • Standard Smartform for label printing for packages - pls advice

    Hi All,
    I need help in changing a print program ie Standard Smartform for label printing for packages ?
    Standard Driver program: SDPACKDR
    Please provide me with the detailed steps for editing the Std Smartform according to any requirement.
    Points will be rewarded promptly.
    Thanks.

    hi,
    1. The smartform name is SD_PACK_ETIK.
    2.Just copy the standard program into Zprogram and make chanes and assign in NACE with the form.
    3.But,in smartform lable printing is not possible.
    4.you can print barcodes.
    Regards,
    Kumar(Reward if helpful).

  • Standard Smartform printing purchase requisition through - ME51N / ME52N

    Hi Experts,
    we are trying to build functionality to print Purchase requisition through transaction ME51N / ME52N / ME53N. we have created a print button on Customer data screen for that. Now we are looking for any standard smartform or script which can be used for printing Purchase requisition.
    Please provide me some pointers for the same.
    There is print button avalable at item level of purchase requisition. but it will not print header records. i am not able to find this form in system also. how can i find this form?
    thanks

    >
    rajpal sehrawat wrote:
    > Hi,
    >
    >
    > Header records means we might provide some header level information like PR number , short text and logo. Currently we are able to print only line items present in the ALV grid.
    >
    >
    > we are looking for some similar form which can be enhanced.
    >
    >
    > thanks
    actually the PR number is a line item field - it comes out of table EBAN. You would have to store the logo someplace else, since it does not belong to the PR (EBAN) -> neither header nor item, but is 'simply' graphics stored elsewhere in the database.
    I wouldn't know of any form in MM-PUR which you could easily adapt to printing PRs (and have never before heard of the need to print them) - so you will have to do a custom abap. Since there is no possibility to maintain NACE for PRs (it's simply not available) - I wouldn't know where you could use a smartform/sapscript ... that custom abap is all you can do ...

  • How to find out the standard smartforms?

    how to find out the standard smartforms?

    Hi Sunil
    You just go to transaction   <b>SE80</b>(Object Navigator)
    and in that enter <b>Package BC470</b>
    which contains the standard Programs on Smart forms ,
    I think there you can find some Smart forms in those programs.
    I hope it will help you.
    If it helps reward with points.
    Regards Rk

  • How can I have a standard text block appear on the last page of my documents?

    How can I have a standard text block appear on the last page of my documents without having to type it in all the time? I have a terms statement with a line for a customer’s signature which I want on the last page of my invoices and right now I have to type it in each time or cut and paste it from a previous invoice. I already have a Master Page that includes the customer information and my company information at the top of each page and I am using data merge to fill each page with the items ordered and their pictures etc. I would just like to have this standard terms block automatically show up on the last page after the last item in the data merge.
    Thank you all in advance for your help.

    Thank you Peter. This works. I have the text block now at the bottom of a second master page which I apply to the last page. For aesthetics I can modify the position of the text block in the new master page to bring it up from the bottom under the last item ordered when there is less than 4 items on the page. (my data merge fits up to 4 items with their images on a page).  If the last page is full I’ll insert a final page using the second master and also bring it up to the top of the page.

Maybe you are looking for

  • [SOLVED] Attempting to boot from USB key in UEFI mode

    I am attempting to boot from a USB Key in UEFI mode to dual boot windows 8 and arch linux.  I'm unsuccessful in getting the USB key to boot in UEFI mode.  I am following the guide on page: https://wiki.archlinux.org/index.php/Un - _Interface due to t

  • DVD to DV

    Since using MPEG Streamclip yielded dropped frames every 1.5 seconds while using a QUAD 2.5G PowerMac, I thought I'd better ask you folks directly for a solution to a problem that Apple's tech support doesn't have an answer for: My Church has three c

  • I can't print from Widows 7

    When I try to print from Firefox it just sits in the print que. I have updated all of my drivers and plugins and nothing has helped. I just got a gateway running Windows 7 64 bit. Am I have a HP J6450 Printer. Thank You

  • Regarding Versioning of OBIEE11g reports

    Hi , I want to check the techniques fo report versioning in OBIEE such as using source control /within OBIEE11g . Can we integrate the source control with OBIEE 11g for report versioning . I know , it can be done for RPD .

  • Events not loading in iphoto

    My events are no longer loading when I import new photos into iphotos.  The last event listed is 4-12-12 and I have put pictures in almost daily from that date.  Not sure if there was a software update that changed how events are created.  Any though