Changing Standard SAP SmartForms

Hi Experts,
I want to make some changes in Standard SAP forms
So Can we change standard SAP Forms as per Client Requirement
Warm Regards,
Sandip Kokate

Hi Sandip,
Go to NACE transaction code > click on application (example EF ) > click on Output Types(f5) > then click on output type (example NEU purchase order ) > then on to left click on Processing routines .
There you will get below four Processign routines:
1. Print output
2. Fax
3 . EDI
4 . Distribution (ALE).
Against Print output you will have program  and form .
or From table TNAPR
field name FONAM.
BR
Dep

Similar Messages

  • How to changes  standard sap label description

    Hi !
    I heard that there is a way ton change standard sap label description. 
    Please tell me how to do this ?
    Thanks
    moshe

    Hi Solman
       You can do that using the method i have mentioned in
    my earlier post to change the descrptions. Mostly these
    will be used for Product Attributes in Material Master
    to give meaningful names as per our business. You can
    find the same if you go through the documentation
    following the below path
    IMG -> Sales & Distribution -> System Modifications ->
       Create New Fields( without Condition Technique).
    Here check the documentation of "Reserve Fields in the
    Customer Master Record"
      Hope that can help you understand better.
    Kind Regards
    Eswar

  • Change standard SAP GUI for HTML theme to portal theme

    Dear Experts,
    I have created transaction code for SAP GUI HTML for  a custom report program developed in SE38.
    We have created a URL iView in Websphere enterprise portal. The Transaction executing well and there are no issues.
    But the SAP GUI HTML uses SAP Standard theme. I wanted to change the input field background color which is similar to our portal theme.
    Please let me know , how to change the theme of the standard SAP GUI for HTML.
    Thanks in advance.
    any solution will be greatly appreciated.
    Best regards,
    Prabhu

    Hi Sushil,
    Could you please elaborate in detail with steps.
    Thanks for your help .. Greatly appreciated...
    Best regards,
    Prabhu

  • 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.

  • Changing standard SAP tables

    can any one tell me what is the difference between Append Structure and Custom Includes for the purpose of modification in standard SAP tables

    Append structure :
    +Append Structures Locate the document in its SAP Library structure
    Append structures are used for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables or structures.
    An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure.
    The following enhancements can be made to a table or structure TAB with an append structure:
    · Insert new fields in TAB,
    · Define foreign keys for fields of TAB that already exist,
    · Attach search helps to fields of TAB that already exist,
    These enhancements are part of the append structure, i.e. they must always be changed and transported with the append structure.
    When a table or structure is activated, all the append structures of the table are searched and the fields of these append structures are added to the table or structure. Foreign keys and search help attachments added using the append structure are also added to the table. If an append structure is created or changed, the table or structure assigned to it is also adjusted to these changes when the append structure is activated.
    Since the order of the fields in the ABAP Dictionary can differ from the order of the fields on the database, adding append structures or inserting fields in such append structures does not result in a table conversion.
    The customer creates append structures in the customer namespace. The append structure is thus protected against overwriting during an upgrade. The fields in the append structure should also reside in the customer namespace, that is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP.
    If you create an append structure for a table or structure, only those enhancements are allowed that are consistent with the enhancement category of the enhanced table or structure. For more information, see Structure linkStructure Enhancements.
    The new versions of the standard tables are imported after an upgrade, and the fields, foreign key definitions and search help attachments contained in the append structures are added to the new standard tables at activation.+
    Custom include
    These are includes in SMOD Enhancements, any of these appear on database transparent table but also in structure used by FM, BAPI. They are activated in a project and SAP usually provide user-exit or BADI to maintain/Exploit the added fields in the same enhancement..
    e.g: CI_EKPODB in SMOD MM06E005
    Look also at HOWTO:Implement a screen exit to a standard SAP transaction
    Regards

  • Change Standard SAP Messages

    Hi,
    how can I change the standard SAP messages in Web Dynpro Java?
    Thanks in advance.
    Elvez

    Hi Maksim,
    thanks for your fast reply.
    With "Standard SAP message in WDJ" I refer to, for example, the messages you get when you enter "asdf" into an inputfield binding a context attribute of type date.
    /Elvez

  • Changing Standard SAP messages

    Hi all,
    is there any way to change the SAP Standard messages like user authentication failed, account locked etc.......
    Regards,
    Sithi

    Hi Sithi,
    You can search the texts within *.properties files and modify them there (restart the portal afterwards). Anyhow, this is a modification and the texts will be overwritten with the next SPS, so the mods have to be re-done (or save your modified *.properties files and copy them over - but in this case, it could be that there are new (or corrected) entries within the new properties files which then you would miss).
    Hope it helps
    Detlev

  • How to change standard SAP Calender

    Hi Friends,
    As per standard SAP when we press F4 on a Date field system provides a calender(as search help)  on which we get Monday as the starting day of the week.
    QUERY
    1. How can I change this Week sequence... i.e as per requirement Week should start with SUNDAY instead of MONDAY.
    2. This calender should indicate Company Holidays also, so that when the user selects date from this search help they are consious of the Company Holiday  and enters working dates from the search help.
    Thanks In Advance
    SK

    SK,
    1. How can I change this Week sequence... i.e. as per requirement Week should start with SUNDAY instead of MONDAY.
    SAP uses a Gregorian calendar in the background for many time/date functionalities. Standard definition is that Monday is the beginning of the week.  There is a modification that you can do to make the display with Sunday as 1st day of the week.  Refer to note https://service.sap.com/sap/support/notes/599989
    2. This calendar should indicate Company Holidays also, so that when the user selects date from this search help they are conscious of the Company Holiday and enters working dates from the search help.
    This is definitely going to cost you some custom programming.  There are many factory calendars in R/3, and each of them typically have different holiday schedules.  In order for you to meet your requirement, you would need to tell the system which factory calendar would be relevant, find the holidays, and then display them in the search help.  To make matters worse, a given date field in a SAP transaction may be relevant for multiple holiday calendars, depending on other info that is entered on the same screen.  If I were a consultant, and you asked me to do this, I would make you specify every date field on every screen that you wish to see this functionality displayed, and I would  also make you give me the rules with which to find the appropriate calendar.  I wouldn't take the assignment without this info.
    I really think you need to consider the cost vs benefit for this last requirement.  
    Rgds,
    DB49

  • What are the acceptable Sap methods/steps to change standard SAP/Abap code?

    To you Sap experts:
    Can you point me to Sap document  that lists the acceptable methods to follow when modifing SAP standard  (abap code).  We are on release 4..7.  
    I assume there is a best practice guide if you have to modify standard Sap code of what to do and don't do.  Ex:. Field exit, CMOD, SMOD... Thanks for assistance.

    Hi,
        You can implement your own logic using User Exits (which includes function module exits, screen exits, field exits and menu exits), Badi's, Enhancement points and Business Transaction, Events.
    Thanks,
    Srinivasa Rada

  • Change Standard SAP iView

    Hi all,
    I need to remove or disable the button "create requisition" on the standard
    SAP iView called "My Position List".
    How to I set the authorisations for this iView such that it is greyed out on the
    standard iView or does nothing when the user clicks on it.
    Or ulitimately what do I need to do such that when i click on this button it should
    not to anything not even go to the next page.
    Any help will be much appreciated.
    Regards,
    Valencia

    Hi Detlev,
    We are using MSS business package for EP 6.The iView is called " My Position List". It returns all the positions that a manger is responsible for.AT the bottom of that iView is a button called 'Create Requisition'
    Regards,
    Valencia

  • SAP Netweaver Mobile 7.1- Change Standard SAP Logo

    Hi All,
    I need to know, while executing the screen from NWDS we see a SAP standard logo on top left of mobile screen,
    Is this possible to replace the logo with custom logo?
    Regards,
    Nitin
    Edited by: nitinsikka86 on Jan 12, 2011 5:51 PM

    HI,
    Check the reply from Mike on the below thread.
    how to change SAP logo by Customer logo in Internet Sales sites of B2B/B2C
    Thanks & Regards,
    Akila Sangili.

  • IDOC trigger using Z change pointers for standard SAP table

    For IDOC trigger, is using custom change pointers on standard SAP master data tables, a good idea? A seasoned abaper told me "it will mess with the standard" and further told to go with scheduled job.
    So, for example, say that my data for table T001K is updated via transports in PRD and I need to transfer this updated data via IDOC to an external system. Since there is no standard message type for this data, I will create a new one. Further, I will create a new change pointer for table T001K (it already has six fields with their data elements activated for Change Documents). Then I link the message type and the new change pointer. And so on an so forth. I have followed the procedure given here:SAP Tips: A to Z of Custom Change Pointer
    Now, the question is, will this be a good idea to capture data and trigger IDOC? Or a batch program with calls to standard FM to read CDHRD/CDPOS be a more suitable option.
    I need to know if a near instantaneous data transfer (and an effecient one as far as the system performance and reliability is concerned) can be acheived. If there is any other way of doing this, I am not aware of it!
    Any one has any input/experience on this?

    Hi Viktor,
    I think the batch program approach would be a good solution as the by this way you are taking matter into your own hands rather giving control to the SAP framework because you may have to test out the other approach as to how the standard SAP framework is behaving for custom change pointers.
    Thanks,
    Ravi

  • How to change the browser title of standard SAP WD4A application - eRecruit

    Hi,
    I have a requirement to change browser title for standard SAP WD4A application hrrcf_a_candidate_registration. I know this value is used from application description filed.
    Current set up is 'Candidate Registration'. (WD Component HRRCF_C_REGISTER_UI)
    I tried to use enhancement framework technique and application customization/configuration - but was not successfull.
    I do not like the idea of changing the standard SAP object since it might be overwritten in future upgrade. And also I do not prefer to create z* copy of this application as well.
    Any ideas how to handle this request? Is dynamic modification of this property possible?
    Thanks for your feedback.
    Regards,
    Igor

    Hello,
    Did you try to change the description of the service in transaction SICF ?
    You can find the Webdynpro services under the tree /default_host/sap/bc/webdynpro/sap/.
    Regards,

  • 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

  • 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.

Maybe you are looking for