ITS Template for SC

Hi
I understand to add new fields we need to work on append strucutre and BADI but to place the screen field on desired place we may need to have the ITS template modified....i searched SDN but unlucky to find the  following details:
1. programing guide for ITS
2. how to determine which ITS template to change for a correpsonding SC screen
pls help

posted in SC

Similar Messages

  • Generating ITS templates for RF screens

    Hi,
    I'm trying to access the standard RF transactions via ITS.  Do I have to generate the templates for all the RF screens or should they already available on the system?
    If yes, what screens do I need to generate to get this working?
    Regards,
    Carlos

    Dear Martin,
    I have some strange issue like
    we have yesterday migrated our production server to a new server, since then the RF portal is not working , Only the  first page is coming
    Once we click this link we login and  we get the RF menu  like below screen shot.
    and when click any of the push buttons like example "PURCH PROC" it's not going further
    and getting below message with webpage not found.
    could please help us what will be the issue here in this.

  • Fix Cheque position in RTF Templates for AP Payments R12

    Hi,
    I created rtf template for check printing. I have to print invoices details first and after that check at the bottom of the page. I need to print invoices on the cheque page only when total invoice count < = 3 which I am able to control. I am facing issue when for 3 invoices the table height is variable, depends on invoice description this table size is changing. How I can give the fixed-height for invoice table or how I can specify exact place for check (at the bottom of each page )
    Thanks
    Mital

    Hi Prakhar,
    Please note the cheque is not an image its in a table.
    Even if I fix a table using table positioning in the output it doesnot print at the fixed position which I have provided in my RTF.
    Please let me know if you would want to see the sample XML Data and RTF that I have created which can be easier to debug.
    Thanks for your help,
    Mital

  • 500 Internal server error in web template  for specific users

    Hi We have issue with Web templates for some of the users giving error  "500 internal Server Error", all other users able to run the same report.
    We have authorization for the user and following variable which will give target currency selection in variable screen.
    SAP BI Environment
    BI Java : Release: 7 - Patch level: 0000000107 - Description: BI Web Applications Java - Additional info:  - Production mode: true  BI JAVA SPS : 7, Patch : 0
    BI ABAP : Release: 701 - Patch level: 0007 - Description: SAP Business Warehouse (PBICLNT005) - Additional info:  - Production mode: true
    Java Virtual Machine : Java HotSpot(TM) 64-Bit Server VM - Sun Microsystems Inc. - 1.4.2_28-b03
    Operating System :  Windows 2003 - amd64 - 5.2
    Error Message :
    ERROR: Specify a value for variable Select Target Currency
    ERROR: Specify a value for variable Select Target Currency
    Root Cause :
    The initial exception that caused the request to fail was:
    com.sap.ip.bi.bics.dataaccess.resource.impl.bi.exceptions.BicsResourceBwRuntimeException:
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.ProviderSelectionObject.initializeState(ProviderSelectionObject.java:932)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.queryview.ProviderQueryView.initializeState(ProviderQueryView.java:109)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.ProviderSelectionObject.hasDefaultView(ProviderSelectionObject.java:1462)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.SelectionObject.initializeState(SelectionObject.java:516)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.initializeState(QueryView.java:198)
    please let me know if any of you guys had this kind of problem.

    SLD is not down its in active , I checked SLD url and Technical system also
    Its in active , but when the problem is happend they done restart 
    but many times its happening every time restart is not preferrable ,upto that one is production system.
    SLD is in active , but why the JCO'S ARE DISABLE under content Admin
    where we can search the SLD user , we checked in SU01 but the user didn't exist there
    If user is lock in the sense after the restart again it's working fine
        I want to know the Root cause , why bcz it's simultaniously happend.
    Regards,
    SONY

  • Can you set up a template for live performance in GarageBand for iPad Air?

    II'm trying to set up a template for live performance using GarageBand on my iPad Air. Can anyone advise? Thanks.

    QuickTime is AppleScript aware and has its own "dictionary". Many scripts and droplets have already been compiled and you can download them from this link:
    http://www.apple.com/applescript/quicktime/
    Some need further editing to update them to version 7 features but it's not difficult using the Script Editor app.
    Tiger's new Automator app could also be used but its feature set is rather basic. Newer actions are available for download from the Mac OSX Downloads page.

  • Managed property value is not returned in item template for ArticleStartDateOWSDATE

    Environment: SharePoint 2013 online
    Related parts: Search Result web part (OOB), Display template for search result items
    Base type: article page
    I have a search result page, it has a search result web part on it, for the display template, it is using a default for list, using  "single template to display items" option to point to a custom item template.
    The search returns list of articles, just title and abstract, it works fine. 
    We need to add "Article Date" to be displayed. "Article Date" is a OOB site column under "Publishing Columns".
    I found its field name is ArticleStartDate, then from search schema, I found the corresponding managed property name is "ArticleStartDateOWSDATE", the mapped crawled property is "ows_q_DATE_ArticleStartDate".
    In order to display it, I added managed property mapping to the item template to map to ArticleStartDateOWSDATE.
    The code is like,
    <mso:ManagedPropertyMapping msdt:dt="string">&#39;Title&#39;:&#39;Title&#39;,&#39;,&#39;MyArticleStartDate&#39;:&#39;ArticleStartDateOWSDATE&#39;</mso:ManagedPropertyMapping>
    var ArticleDate = $getItemValue(ctx, "MyArticleStartDate");
    The value of variable (ArticleDate) is empty when try to display it.
    Please let me know if you re-create this issue or have a solution to display the value. 
    BTW, on "Content search" web part, I can map ArticleStartDateOWSDATE to "Line 3", and display its value. So I know the managed property itself should be fine.
    Thanks in advance,
    John
    John Architect

    I think your input value is wrong,, when I did HTML decode of your Managed properties :
    &#39;Title&#39;:&#39;Title&#39;,&#39;,&#39;MyArticleStartDate&#39;:&#39;ArticleStartDateOWSDATE&#39;
    It gives :
    'Title':'Title',','MyArticleStartDate':'ArticleStartDateOWSDATE'
    i.e. wrong, if you see there is extra comma in between.
    try giving :
    &#39;Title&#39;:&#39;Title&#39;,&#39;MyArticleStartDate&#39;:&#39;ArticleStartDateOWSDATE&#39;
    or directly 'Title':'Title','MyArticleStartDate':'ArticleStartDateOWSDATE'
    get2pallav
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • Creation of Web Template for SAP R/3 Transaction

    Hi ,
        How can i create my Web Template for SAP R/3  
        transaction for publishing in ITS ?
        I have created my own Z transaction of
       (Module Pool ), <b> How  can i create Template & run 
       it  through web .     </b>
    Regards
    Sachin S M

    Go to transaction SE80
    choose internet service option.
    enter a name for the service and hit enter, the system will prompt with a message that the service is not available do you want to create clik yes.
    choose the radiobutton screen based application and enter the transaction code and hit enter.
    once the service is created, right click on the service name and click create Template, enter the program name (it will be defaulted from the transaction) screen number and hit save.
    once created you have to activate it and publish it to ITS server.
    Which version of SAP are you using? you can show your transaction on the web using ITS without creating template also.
    Regards
    Raja

  • DTW template for Inventory balance

    Dear All,
    what is the template for migration of batch wise inventory balances. also let me know what are the mandatory fields.
    prince

    Hi Prince,
    DTW has changed its file structure to be in lines with the SAP Business One module menu so its much easier to locate the files.
    So the new path for the sample Goods Receipt is:
    C:\Program Files\SAP\Data Transfer Workbench\Templates\Data preparation examples\10. Testcase1_Test Data for Import function\Inventory\Inventory Transactions\Goods Receipt
    The default template can be found at:
    C:\Program Files\SAP\Data Transfer Workbench\Templates\Templates\Inventory\Inventory Transactions\Goods Receipt
    Cheers,
    Lisa

  • Can a RoboHelp project be used as a template for other projects?

    I noticed there is the ability to "duplicate a layout". Does
    that mean I can use my RoboHelp project with all its settings as a
    template for other projects. I corrupted an existing project by
    deleting a generated HTML file. I forced an update on one of the
    chapters in a linked FM book and now for whatever reason in the
    generated output, the entire book is being re-created within the
    folder for the chapter in which I deleted the HTML output and
    forced an output.
    Surely I don't have to redefine all the settings again in the
    FrameMaker Document Settings dialog, and in the WebHelp layout. All
    enlightenment is much appreciated. Come on baby give it to me one
    more time! Sorry couldn't resist. It is Friday after all.
    Peter

    Hi there Writerman_in_TO
    You seem to have a multiple segmented question.
    I noticed there is the ability to "duplicate a layout". Does
    that mean I can use my RoboHelp project with all its settings as a
    template for other projects.
    In one way, yes you can. You are able to use Windows Explorer
    to copy the project folder to a new location. Once you do that, you
    can open RoboHelp and open the project. Then click File > Rename
    Project and off you go.
    Not sure what to tell you about the Frame > RoboHelp
    mashup. Not familiar with Frame yet. Hopefully someone more savvy
    there will pop in and help.
    Cheers... Rick

  • List Box in ITS template and use of 'FIELD_SET'

    Hello EveryOne,
    I am working in SRM5.0. Can some one guide me, If we can create a List box in custom ITS template. I am trying to use SELECT statement on HTML to create LIst Box. Is this right way to do that?
    Does any one know better way to create a List BOx connected to custom field, that is filled in PAI. We do not have a search help added to this field. So I can not use F4 modules.
    Also does any one know If use of macros 'FIELD_SET' is still allowed in the PBO/PAI  ?
    Really appreciate any help in this regard.

    Dear srivallika,
    first you have do build up an steploop on your dynpro for the it_ccode-bukrs
    AT PBO
    loop at it_ccode cursor g_ccode_cur into wa_cccode.
    my set loopc
    module ccode_loopc.
    endloop.
    Include PBO
    module ccode_loopc.
      g_ccode_loopc = sy-loopc.
    endmodule.
    You only see via DIAG Dialog the displayed rows on the Dynpro.
    So if you only have a steploop of 4 rows -- you only get 4 rows to the wgate.
    Better use the field-set makro.
    AT PBO
    module rfc_fieldset_ccode.
    INCLUDE PBO
    module rfc_fieldset_ccode.
    data: ls_ccode like line of it_ccode.
    data: i type i.
    I'll use deeper structure
      perform rfc_fieldset_ccode.
    but you also can define the code here
    loop at it_ccode into ls_ccode.
         add 1 to i.
         field-set 'INDX'       i i .
         field-set 'BUKRS'   i   ls_ccode-bukrs .
    endloop.
    endmodule.
    Why to do this? The field-set makro (don't forget to include AVWRTCXM at your topinclude) will send the data from internal table via AGATE to the WGATE.
    Here now you can define the dropdown list:
    srivallika, i'll hope i could help you a little. If you have any questions, you won't bother me. ASK!
    With best regards
    Thorsten

  • Library templates for motion, DVD studio pro, Live type etc

    Hi
    I wanted to ask how I copy (from one computer to another) over the libraries of templates for the suite of programs in Final Cut Studio 2. I no longer have the discs and wanted to ask where in the library and what files I need to carry over to be able to see the templates etc again for these FCP Studio programs.
    Hope you can help.
    Cheers and thanks,

    I no longer have the discs...
    Do you intend to try and use the Migration Assistant to copy the applications?
    If so, it won't work. Final Cut Studio places many files at system level that are vital to its operation. Quite a few are in directories that are normally invisible to the user. These files do not copy across correctly or at all.
    While the media is mostly in the Library/Application Support and Users/Shared directories, many of those invisible system files do not have names that obviously associate themselves with FCS.

  • ADM template for office and AD - Group policy

    Hi,
    I need to enforce English (UK) as the editing language in office application (2010 & 2013).
    I have downloaded the ADM template saved it on C drive on the AD server.
    Then I loaded the ADM template for office to a GOP which I created on test basis and added an AD user to it.
    On the template I enabled the setting for primary editing language as English (UK) .
    on the client side , when I open an office application eg outlook or word, I can still see English (US) as the set language.
    what am I doing wrong ?
    also how do I use the ADMX template ? because when from the GPO editor I try to browse add the its template the window show blank.

    Hi,
    From Windows 2008 R2, the current version of Administrative Template files are ADMX files. The GPMC displays these settings under the Administrative Templates node. 
    However, the GPMC still recognizes ADM files and displays these settings under the Classic Administrative Templates node, which is a child node to Administrative Templates .
    Checkout the below link on installing ADM files,
    Add or Remove Classic Administrative Templates
    Checkout the below on adding the Office 2010 ADMX files in to GPMC,
    Adding the admx files from Office 2010 admin templates into your GPMC
    Regards,
    Gopi
    JiJi
    Technologies

  • Concatanation of values in ITS Template

    Hi,
    I have an requirement where I want to capture all the data of internal table in
    single field.I am getting all the fields of table in ITS template but unable to concate them in single field .I am using SRM 5.0 and using following code .
    <input type="hidden"   name="RANG_TD" VALUE="">
    `if (text_mul-TXTTDNAM.max > 1 )`  
       `repeat with i from 1 to text_mul-TXTTDNAM.max`  
       `RANG_TD.value =  text_mul-TXTTDNAM<i>.value`
        `end`  
    `end`  
    Where <b>text_mul-TXTTDNAM</b> is internal table,here the last value is overwriting in varible <b>RANG_TD</b> .I need the concate all values of internal table in variable <b>RANG_TD</b> .
    Thanks,
    SS

    Hi
    I have not tried this yet. But You can try this ->
    You can use local variable and try to store the data inside it.
    You can specify array offset in this case.
    say first 5 characters are having any value use 0(5)
    then for next 3 characters use +6(3) [Add one balnk space in between].
    Do let me know.
    Regards
    - Atul

  • Best Practices or Project Template for Rep/Version

    I have installed the Repository 6i (3) and created the users successfully, even though it has taken a lot of effort to make sure each step is correct.
    However, on setting up the workareas and importing the project files, I have been trying back and force to figure out where things go, and who has what access.
    Is there something like a best practice or a project template for setting up a basic repository/version control system, that provides
    1. the repository structure,
    2. corresponding file system structure (for different developers, build manager, etc)
    3. access grants, and
    4. work scenarios, etc.
    The Technet demos and white papaers are either too high-level (basic), or too individual function oriented. I can't get a clear picture of the whole thing, since there are so many concepts and elements that don't easily go together.
    Considering that I am a decent DBA and developer, it has taken me 2 weeks, and I am still not ready to sign up other developers to use this thing. How do you expect any small development teams to ever use it? It's one thing to design it to be scalable and all-possible, it's another to make it easily usable. I have been suggested to use MS VSS. The only reason I am still trying Ora-Rep is its promise to directly support Designer and Oracle objects.

    Andy,
    I have worked extensively with the Repository over the last year and a half. I have collected some of my experiences and the derived guidelines on using the Repository in real life in a number of papers that I will be presenting at ODTUG 2001, next week in San Diego. If you happen to be there (see www.odtug.com), come and see me and we could talk through your specific situation. If you are not and you are interested in those papers, drop me an Email and I could send them to you (they probably will also become available on OTN right after the ODTUG conference).
    best regards,
    Lucas

  • Template for Academic Handout

    Hello,
    Does anyone know of a template for academic handouts?
    Thanks,
    ~A

    Do you happen to know where I could see an example?
    While type technology can be device independent, designing with type cannot be context independent. You might have written nothing yet, or you might have written either in the direction of a pamphlet with a fair bit of copy for a fan-folded brochure or in the direction of a poster ideally with no more than three groups of copy per page (so sayeth Jan Tschichold, the father of Functionalist typography). Typography is 2D architecture - in 3D architecture you wouldn't say, "I'd like to build a house, can I see some examples, please?" since the person you asked would have difficulty determining whether you wanted a house on Zanzibar where the point is to raise the roof free of the walls for air circulation or a house in Sweden where you would want to reduce the size of the windows and increase the thickness of the walls.
    Perhaps someone has seen a book on the subject of academic typography. Those I can recall are either about line layout (Harts Rules for Compositors and Readers at the University Press Oxford, for instance) or the work of well-known book typographers (On Stone, for instance). If you have access to a graphic arts library, I would suggest you look at brochures published by Monotype and Linotype/Stempel through the twentieth century. For instance, Prof Herman Zapf has through the years produced some absolutely wonderful typography to advertise his work and the products of Stempel (German for patrice). Prof Zapf's work shows that it is as much the typographer as the type that matters, because Linotype/Stempel in fact had a technological problem.
    The Linotype assembled matrices that slid down a chute into the casting chamber. It follows that no part of the printing face could overhang the body on which it was cast as in that case the matrices could would have had to hold the differential distance of the right side or left side overhang, causing illegible uneven spacing. So all Linotype/Stempel type was designed to work without what in English is called kerning (from the Latin word for a hinge since a kern hinges on its neighbour's body). By the same token, the angle of cursive faces had to be changed and the right-extension ascenders and left-extension descenders had to be compressed e.g. in lower case cursive f and j. Nonetheless, Prof Zapf works wonders with type in just black and rubrication (dark and dense red) printed on good paper.
    Hope this helps (a bit).
    /hh

Maybe you are looking for