How to do changes in Layouts setting and SAP scripts to meet requirment?

hi SD gurus,
Please explain me how create and work with Z output .
where and how we do changes in Layouts setting and SAP scripts to meet the user requirments.
pls forward func spec of Z output
points will be rewarded
thanx & regards

you need ABAP skills to do this.
basically you need:
1) draw the layout on a piece of paper
2) define the fields you need and find out the corresponding SAP fields
3) check the document with the customer
4) give this specification to the developer
5) the developer will give you a program name and form name: place them in the message for the document.
Roberto

Similar Messages

  • I forgot my security questions and I have a different email address but it's not updated to my Apple ID how can I change my security setting and how to rescue my Apple ID?

    I forgot my security questions and I have a different email address but it's not updated to my Apple ID how can I change my security setting and how to rescue my Apple ID?

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • Regarding how to find print program when you know Layout set in SAP SCRIPT

    Hi,
    I have a issue i know one Layout set name[SE71] in SAP Scripts i want to find out the print program for that can any body tell me how can we find.
    The Layout set name is <b>F140_CUS_STAT_J1</b>
    i need to find print program for that.
    Can anybody solve my issue.
    Thanks & Regards,
    Rayeez.

    Hi,
    I don't think <b>TNAPR</b> will give me any enries as this layout set<b>[F140_CUS_STAT_J1]</b> in related to FI module<b>[Japan Invoice]</b>.
    Also as per second reply i dont know about output type/Application so that i can go from NACE.
    Generally FI related Forms will be executed directly from report[Print Program] itself.
    If anybody knows solution please post it.
    Thanks & Regards,
    Rayeez.

  • Search print program and sap script

    hii , how can i find  trigring print program and sap script  for a particular  purchase order.
            regards  Aditya
    Edited by: aditya shrivastaba on Apr 14, 2008 9:59 AM

    Hey,
    First go with Me22 or 23 with po that you had, and then check with output type for that in the transaction. After that go to TNAPR table and check the corresponding form and print program.
    Or else, go with NAST table in that put PO num in 123456 and put in OBJKY field in nast table. It will give you the output type of it, so that u can find the print program and lay out in TNAPR
    Many thanks,
    Raghu.

  • How do I change my security questions and answers without setting up a new account. I can't remember the answers to the questions that they ask.

    How do I change my security questions and answers without setting up a new account. I can't remember the answers to the questions that they ask.

    1. See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities.
    2. Here are two different but direct methods:
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contacting Apple for support
            and service.
    3. For other queries about Apple ID see Frequently asked questions about Apple ID.
    4. Rescue email address and how to reset Apple ID security questions
    5. For online assistance use Apple - Support - Express Lane

  • When I download Microsoft word documents (if have word 2007), I have somehow changed the settings and it downloads them in wordpad, and the format is very bad and I can't read a lot of the document. How do I change the default setting back to using Micro

    When I download Microsoft word documents (if have word 2007), I have somehow changed the settings and it downloads them in wordpad, and the format is very bad and I can't read a lot of the document. How do I change the default setting back to using Microsoft Word 2007 to open these documents?
    == This happened ==
    Every time Firefox opened
    == about a few weeks ago - I had tried to open some docuuments saved on a mac, my PC (which runs Windows 7), used word pad to open these, and this seems to have changed the default settings somehow.

    See this:
    [http://support.mozilla.com/en-US/kb/Managing+file+types]

  • How to back up the layout sets?

    plzzzzzzzz answer my question,
    how to back up the layout sets?

    hi use
    RSTXSCRP to upload into application server
    SAPscript Export to Dataset / SAPscript Import from Dataset
    Description
    Report RSTXSCRP allows SAPscript objects (standard texts, styles, forms) or device types to be transported between R/3 and a local or central file.
    Note: Texts, styles, and forms are client-specific! For export they are always read from the current client and for import they are always read to the current client. Device types are not client-specific so the current client is not significant in the export/import of printer definitions.
    Important note: For language-dependent objects (that is, texts, styles, and forms) only those languages (or translations, foreign languages) are imported in the target system which are contained in the system's "language vector". This is the profile parameter "zcsa/installed_languages" of the application server. The report parameter "language vector" allows you to replace the standard language vector with your own vector when it is called.
    The transport log of RSTXSCRP outputs the language vector used for the export or import. If objects cannot be exported or imported because their language is not contained in the language vector of the source or target system, a corresponding message appears in the transport log.
    Requirements
    Styles and forms are made up of maintenance versions and active versions as well as foreign language versions (translations). When a style/form is exported only the active version of the style/form is exported. Maintenance versions are not transported. All existing translations of a style/form are also transported if their language is contained in the language vector.
    If a style/form is flagged as "Translation not applicable", only its original language will be exported. Importing a style or form such as this, which is not to be translated, automatically deletes any existing translations in the target system.
    In the case of text objects RSTXSCRP can transfer only standard texts (with text object key = TEXT) with text ID = ST and language key = logon language to or from the current client.
    Transporting a non-existent device type deletes the definition of this device type in the target system.
    Parameters to be specified:
    The radio buttons Device type/Form/Style/Standard text select the transport object to be imported or exported.
    Object name:  Name of the standard text, style, form, or device type.
    Mode: Export means download to file, IMPORT means upload from file.
    File system: Allows you to choose whether the file is read/written locally (GUI file system) or on the application server (default setting).
    File name: Path and file name of the file to be generated or read in the file system of the application server.  The name selected here must fulfill any requirements specified by the R/3 platform (UNIX, Windows NT, AS/400). "/tmp/*******&&&&" appears as a default value. It is only a template and not the actual file name! If the default value is not overwritten, "*******" is replaced by the first eight letters of the object name, and "&&&&" by the file extensions ".TXT", ".STY", ".FOR" or ".PRI".
    This parameter is not significant for local files and an input template appears for the local file name.
    Binary file format: If this parameter is selected, a binary file format with a fixed record length is written or required for reading. This file format is not compatible with a "non-binary format", that is files for which the parameter was set during writing can only be read with a set parameter. The binary files generated by RSTXSCRP are identified by the string "RSTX@" (ASCII code) at the beginning of the file.
    In binary format, the file contains an identifier indicating in which system character set the data was written. RSTXSCRP then performs a character set conversion from the file character set to the system character set of the current system when the file is imported. It is therefore possible to exchange files generated by RSTXSCRP between systems with different system character sets.
    Important restriction: You are advised to only use the character set conversion when exchanging files between two systems with an identical number of characters. If objects in the source system contain characters which are not contained in the system character set of the target system, they are represented by a substitute character when converted and their contents are therefore changed. The objects are imported under a modified key if non-translatable characters are part of the object key (for example, a text name with East European special characters).
    Display file contents: If this parameter is selected, the contents of the generated or read file are listed together with the transport log. Otherwise only the transport log is output.
    Language vector: If this parameter has a value (that is, one or more language keys), this report parameter is used as a language vector for exporting or importing the language-specific objects. The profile parameter "zcsa/installed_languages" is used as the default language vector.
    Only export original language: If this parameter is selected, only the original language for layout sets and styles is transported when exporting, and no translations.
    Output
    The report generates an action log of the import/export.
    Example
    In order to download the device type HPLJIIID from R/3 into the file "/tmp/HPLJIIID.PRI", enter the following parameters:
    Device type selected
    Object name: HPLJIIID
    File name: <no entry, use default value>
    Mode: EXPORT
    (Other report parameters have default value)
    In order to upload the form TESTFORM from the file "/usr/test/TESTFORM.FOR", enter the following parameters:
    Form selected
    Object name: TESTFORM
    File name: /usr/test/TESTFORM.FOR
    Mode: IMPORT
    reward if u find use ful
    regards
    Nagesh.Paruchuri

  • How can I change my iCloud email and password?

    How can I change my iCloud email and password ? My iCloud password can't open my iCloud account any more

    You can change your email address and password at
          https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    Use the links:
    Manage your Apple ID
    or
    Reset your password
    But that requires, that you know your current password, or have set up an rescue email, or know the answers to the security questions.  (http://support.apple.com/kb/HT5312)
    If you cannot provide these, you will need to contact AppleSupport for help:
    only they will be able to help you. See this webpage on how to contact Apple Support in your country: There are either telephone umbers given or an email form:
         Apple ID: Contacting Apple for help with Apple ID account security
    Explain, that you need help with an account security problem.
    You can also try to email the iTunes Support using this form:https://ssl.apple.com/emea/support/itunes/contact.html

  • When I plug my ipod in I am able to add song to it but the tab that says "on this ipod" no longer shows up so I cannot remove things from my ipod or anything like that. How do I change this weird setting?

    When I plug my ipod in I am able to add song to it but the tab that says "on this ipod" no longer shows up so I cannot remove things from my ipod or anything like that. How do I change this weird setting? On other computers this shows up fine so it is clearly a problem with itunes and not my ipod.

  • How do i change the http setting to high speed

    how do i change the http setting to high speed ???

    Are you experiencing problems with a slow connection in Firefox?
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    Another possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, maybe after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • I want to delete songs from iTunes Match by unchecking them in my iTunes library on my Mac. Is this possible? If so, how do I change the necessary setting(s) in iTunes or iTunes Match?

    I want to delete songs from iTunes Match by unchecking them in my iTunes library on my Mac. Is this possible? If so, how do I change the necessary setting(s) in iTunes or iTunes Match?

    I have seen this page, but it seems that this involves deleting songs from my iTunes library in order to remove them from iTunes Match. I want to keep them in my iTunes library, but not in iTunes match (I am over my limit for songs in iTunes Match, and would like to decide which songs to keep in iTunes Match).

  • How do you change the default setting for RTF documents from TextEdit to MS Word

    How do you change the default setting for RTF documents from TextEdit to MS Word, I download forms from the Canadian government and they use RTF as a standard, they are supposed to open as MS Word documents (Yes I have Office for MAC 2011) but when download the document it goes to TextEdit which messes up the form format. I can down load it right click and go "open with" MS Word but how can I get the default chnaged to save this step.

    richr604 wrote:
    Thanks I knew this, I like Safari as I want to keep everything MAC, but if I use Firefox the documents open in MS Word straight away, I was just curious if there was some setting I could change?
    In Firefox > Preferences, click the Applications tab. If RTF is there, use the pulldown menu in the Action column to pick MS Word. If RTF is not there, there are instructions here for how to add file types.

  • How can I change the default setting for downloading photos from email?

    How can I change the default setting for downloading photos from emails I receive?  It shows the default as Photoshop Elements 4.0 and is not supported by this system.  That was my last computer!!
    Thanks,
    Sheila

    That has nothing to do with styles nor Pages, it is a System/Printer Driver setting.
    You can experiment to see if the Printer Settings stick with your document, but in the past this has not worked.
    Peter

  • How do i change font size permantly and where do i find this?

    Where /how do i change font size permantly and where do I find this in the OS?

    debfrommidwest wrote:
    I have gone to view to increase but of course that is only long enough until I close page,
    ....I would like not to have to set my print each time I open computer.
    You will need the web browser Firefox installed
    http://download.mozilla.org/?product=firefox-6.0.2&os=osx&lang=en-US
    Next you will need to add the following addons
    Theme Font & Size Changer
    https://addons.mozilla.org/en-US/firefox/addon/theme-font-size-changer/
    NoSquint
    https://addons.mozilla.org/en-US/firefox/addon/nosquint/
    Theme Font & Size Changer can adjust the size of the type Firefox uses in the toolbar area.
    NoSquint remembers per site web page zoom levels and you can set a minimum size for all web pages so any site you visit is made bigger automatically. Safari doesn't do this.
    You can see the difference between Firefox and Safari in this picture.
    Note: Firefox is highly customizable browser, and I added the green with the yellow type, you won't see that when you first start using it.
    It did that to match my desktop picture, grey is depresssing.

  • How do I change languages? CC and Photoshop came to me in wrong language.

    How do I change languages? CC and Photoshop came to me in wrong language.
    Ed Merrin

    Hi Ed,
    This document describe the process but for Adobe Application Manager rather than Creative Cloud for desktop.
    http://helpx.adobe.com/creative-cloud/kb/change-installed-language.html
    You access the setting in Creative Cloud for desktop from the gear icon in the top right and then going to Preferences and to the Account section
    (Click to view larger)
    Hope that helps,
    -Dave

Maybe you are looking for