EWT - disabling generated dynpro header

Hi!
We are using EWTs which are migrated from the external to the internal ITS (WAS 7.00).
Now we have to disable the generated dynpro header (menu bar, titlebar, SAP-logo).
Does anybody knows how this is posibile. We are using no html-templates, the service-parameter "~GENERATEDYNPRO=1".
Thanks for any hints!
Peter

Hi Peter,
I'm afraid that there is no supported way (e.g. service parameter) to disable the header.
Best regards,
Sabine

Similar Messages

  • Change special Attributes of generated Dynpro 1000 in Reports

    Hello!
    Does anybody know how to change the special Attributes of Dynpro Fields on a (automatically) generated Dynpro 1000 (Normal Report)?
    I need to change the Attribute "Without Template" for two Select-Option Fields
    Regards,
    Martin

    There is a function module to perform this : [SELECT_OPTIONS_RESTRICT|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=select_options_restrict&cat=sdn_all] this FM is to be called at INITIALIZATION or PBO (AT SELECTION-SCREEN OUTPUT)
    You may also use a LOOP AT SCREEN/MODIFY SCREEN in the PBO (AT SELECTION-SCREEN OUTPUT) for selection-screen.
    Regards

  • ABAP Code example using "GENERATE DYNPRO"

    I am looking for ABAP code example who use the "Generate dynpro" dynamic generation of dynpro at runtime under SAP 4.6C version.
    Best regards,

    We have some programs that do:
    form %view.
    data: anz type i,
          prog like sy-repid.
      prog = sy-repid.
      perform init_download(rsaqexce).
      case %tab.
      when 'G00'.
        perform generate_view_dynpro(rsaqexce)
                using prog text-grl.
        describe table %g00 lines anz.
        tview100-lines = anz.
        perform init_view(rsaqexce) tables %g00 using tview100.
        call screen 100.
        perform reset_view_dynpro(rsaqexce).
      when others.
        message s860(aq).
      endcase.
    endform.
    I think they were copied from existing SAP programs. In any event, look at the relevant forms in program rsaqexce.
    And as Rich noted, SAP doesn't recommend this.
    Rob

  • How to Disable the Process Header, collapsible Area, and Process Warning Bar from Contacts Form of CRM 2013

    Folks,
    How to Disable the Process Header, collapsible Area, and Process Warning Bar from Contacts Form of CRM 2013
    Thank you.

    Hi,
    You can deactivate the business process itself if you do not want at all. So that the header will not available for the entity.
    Regards,
    Priya

  • Issue with GENERATE DYNPRO

    Hi,
    I have used IMPORT DYNPRO statement(SAP say's its for internal use) and fetched the screen values into an internal table....later I have sorted the fields in that internal table and did EXPORT DYNPRO and GENERATE DYNPRO.....with this all the fields got sorted and screen fields are wrongly functioning...could you please let me know how to revert it?
    IMPORT DYNPRO ls_dynp_header lt_dynp_fields lt_dynp_logic  lt_dynp_matchc ID ls_dynproname.
    SORT lt_dynp_fields BY fnam.
    READ TABLE lt_dynp_fields ASSIGNING <fs_dynp_fields> WITH KEY fnam = lc_fldnam BINARY SEARCH.
    IF sy-subrc = 0.
          IF im_v_readonly = 0.
            <fs_dynp_fields>-stxt = lc_save_proceed.
          ELSE.
            <fs_dynp_fields>-stxt = lc_proceed.
          ENDIF.
    ENDIF.
    EXPORT DYNPRO ls_dynp_header lt_dynp_fields lt_dynp_logic  lt_dynp_matchc ID ls_dynproname.
    GENERATE DYNPRO ls_dynp_header lt_dynp_fields lt_dynp_logic  lt_dynp_matchc ID ls_dynproname
                MESSAGE ls_msg LINE ls_msg WORD ls_msg.
    I hope because of the SORT statement, all the screen fields got disturbed.
    I logged off and logged on but still facing the issue.
    Please help.
    Thanks & Regards,
    Adithya M.

    Hi,
    Normally a version exists in the "development database" once the workbench object is created using development tools. Unless the dynpro is deleted (before it was exported=version written to "version database"), this version should remain available. So what I meant with the question - does the export/generate dynpro writes the changes that need to be reverted to the (active) version in "development database" as well?
    One can at any time "force" generation of a version in "version database". Here I have generated two versions of a local object that will never get transported:
    Those versions remain available even after DELETE DYNPRO.
    I like versions
    cheers,
    Janis

  • Message "DYNPRO_NOT_FOUND" after generate screen by "GENERATE DYNPRO"

    Hello together,
    after I generate a dynpro in my report by using the GENERTATE DYNPRO-Command; i want to call this dynpro with
    call subscreen sub including sub-repid sub-dynnr.
    but SAP shows the message "DYNPRO_NOT_FOUND" although the SY-SUBRC is 0 after the GENERATE-Statement.
    Can anybody help on that?
    Kind regards
    Udo

    Hi all,
    Thanks for the replies.  We noticed that one of subprogram is not generated when we upgraded to SAPECC5.0.  After compilation, this problem is resolved.

  • Message "No Dynpro found" after generating a Dynpro by "GENERATE DYNPRO"

    Hello together,
    after I generate a dynpro in my report by using the GENERTATE DYNPRO-Command; i want to call this dynpro with
    call subscreen sub including sub-repid sub-dynnr.
    but SAP shows the message "DYNPRO_NOT_FOUND" although the SY-SUBRC is 0 after the GENERATE-Statement.
    Can anybody help on that?
    Kind regards
    Udo

    The website you're visiting runs using a "backend" called Web Dynpro.
    Web Dynpro does not support Firefox 5, and, "renders improperly in any browser but Internet Explorer (not compatible with Explorer 9)" (quoted from [http://en.wikipedia.org/wiki/Web_Dynpro here] ).
    Web Dynpro is proprietary software developed by SAP AG, and if this company decided to not create a website platform compatible with our browser, there's not much that we can do.
    You can use [https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/ this addon] to fake the browser's name and version given to the website, or you may try using Internet Explorer inside Firefox by installing [https://addons.mozilla.org/en-US/firefox/addon/ie-tab-plus-self-hosted-versio/ this addon] .
    '''Attention''' : Addons aren't developed by Mozilla, so we can't provide full support to them, since every addon has a different creator, developer and code.

  • Need to Disable Sales Order Header Text

    Hi everyone,
    My problem goes like this: 
    We have a header text in the sales order that is being filled in by an external program.  Since this header text is being read by the same external program, it is very important that the user does not change the data in the header text.
    So what we would like to do is to permanently disable this header text, meaning, it should still be there, but the user will not be able to modify the value of the header text.
    Please, can anyone help?  Points for any useful, helpful answer.
    Thanks again.

    If u are using a Smartform , then Hardcode the text in the Smartform, rather than passing it from the external program..
    Or in the External program itself do the following changes....
    suppose wf_text is the parameter in the External Program thru which u r passing the Text...
    Then in ur Program write wf_text = 'Header Text'. This hardcoding will by default pass ur required value , irrespective of wat the user enters....
    If my understanding of ur problem is clear...then this is going to help u...
    Reward points if the above ans is useful...

  • Why AlivePDF generate double header?

    I'm trying to generate a simple table with alivePDF. This is my code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                                            xmlns:mh="mh.components.*"
                                            layout="absolute" width="500" height="500">
              <mx:Script>
                        <![CDATA[
                                  import mx.collections.ArrayCollection;
                                  import org.alivepdf.colors.RGBColor;
                                  import org.alivepdf.display.Display;
                                  import org.alivepdf.drawing.Caps;
                                  import org.alivepdf.fonts.FontFamily;
                                  import org.alivepdf.fonts.Style;
                                  import org.alivepdf.grid.Grid;
                                  import org.alivepdf.images.ImageFormat;
                                  import org.alivepdf.layout.Orientation;
                                  import org.alivepdf.layout.Resize;
                                  import org.alivepdf.layout.Size;
                                  import org.alivepdf.layout.Unit;
                                  import org.alivepdf.pages.Page;
                                  import org.alivepdf.pdf.PDF;
                                  import org.alivepdf.saving.Method;
                                  import org.alivepdf.visibility.Visibility;
                                  import org.alivepdf.grid.*;
                                  import mx.utils.ObjectUtil;
                                  private var myPDF:PDF;
    protected function savePDF(e:MouseEvent):void
                                            var myPDF:PDF = new PDF ( Orientation.PORTRAIT, Unit.MM);
                                            myPDF.setDisplayMode(Display.FULL_PAGE);
                                            myPDF.addPage();
                                            var dp:ArrayCollection = new ArrayCollection();
                                            dp.addItem( { firstName : "Bob", lastName : "Groove", city : "Paris" } );
                                            dp.addItem( { firstName : "Bob", lastName : "Wise", city : "Paris" } );
                                            dp.addItem( { firstName : "Bob", lastName : "Wise", city : "Paris" } );
                                            dp.addItem( { firstName : "Bob", lastName : "Wise", city : "Paris" } );
                                            myPDF.textStyle ( new RGBColor ( 0x0EEFF0 ) );
                                            trace(ObjectUtil.toString(dp));
                                            var grid:Grid = new Grid ( dp.toArray(), 200, 100, new RGBColor (0x000000),null,false,null,null,0,12,6,"0j");
                                            myPDF.addGrid( grid, 5, 5);
                                            myPDF.save( Method.REMOTE, "coldfusion/pdf.cfm", "inline", "test.pdf" );
                        ]]>
              </mx:Script>
              <mx:VBox width="100%" height="100%">
                        <mx:HBox width="100%" backgroundColor="#FFFFFF">
                                  <mx:Spacer width="100%"/>
                                  <mx:Button horizontalCenter="0" label="SavePDF" height="22"  click="savePDF(event)"  id="savePDFBtn" toolTip="SAVE TO PDF"/>
                        </mx:HBox>
              </mx:VBox>
    </mx:Application>
    The problem is that this generate a double header and I don't know why. You can see a live example here: http://docs.google.com/viewer?url=http://prestitiinpdap.biz/pdf/myPDF.pdf
    Could you help me solve this error?
    Thanks

    Many thanks, but the support seems discontinued also in the forum.
    I got an answers on http://stackoverflow.com/questions/14799768/why-alivepdf-generate-double-table-header

  • Disable column's header

    I have a custom header renderer for one of datagrid columns. I want when I click on it to disable the header.
    Here is my code:
    package  
    modulecode{
     import flash.events.Event; 
    import flash.system.*; 
    import mx.containers.VBox; 
    import mx.controls.Image; 
    import mx.controls.listClasses.BaseListData; 
    import mx.events.DynamicEvent;[
    Event(name="addEvent", type="mx.events.DynamicEvent")] 
    public class newSalesAccountHeaderGrid extends VBox{
    private var _listData:BaseListData; 
    public function newSalesAccountHeaderGrid(){
    super();}
    override protected function createChildren() : void{
    if (deleteIcon == null){
    var deleteIcon:Image = new Image();deleteIcon.buttonMode =
    true;deleteIcon.useHandCursor =
    true;deleteIcon.toolTip =
    "Add Account";deleteIcon.addEventListener(
    "click", onAddAccountClick);Security.allowDomain (
    "*");deleteIcon.source =
    "D:/projects/sfcs/assets/plus.gif";addChild(deleteIcon);
    validateNow();
    protected function onAddAccountClick(event:Event):void{
    enabled =
    false; 
    var dynEvent:DynamicEvent = new DynamicEvent("addEvent", true);dynEvent.data = data;
    dispatchEvent(dynEvent);
    The header will become disable, but because of the code that runs in addEvent it wil get enabled right away.
    accounts.addEventListener(
    "addEvent", onAddAccountEvent, false, 0, true);
    private  
    function onAddAccountEvent(event:DynamicEvent):void{
    var newAccount:XML = XML(accounts.dataProvider[0]).copy();newAccount.ccompany =
    "";newAccount.ccustno =
    accounts.dataProvider.addItemAt(newAccount, accounts.dataProvider.length); // this will cause the header become enabled.
    accounts.scrollToIndex(accounts.dataProvider.length - 1);
     accounts.selectedIndex = accounts.dataProvider.length - 1;
     accounts.editedItemPosition = {columnIndex:0, rowIndex:accounts.selectedIndex};
    Any idea why it works that way?
    Thanks

    Hi There,
    Im not sure what you are asking for, but if you want
    to populate a dropdown from data from database, this
    will help
    http://www.netbeans.org/kb/55/dropdowncomp.html
    Thanks
    KNo, I know how to bind the dropdown directly to a Database this is simply.
    The steps of my idea:
    1. drag and drop a table.
    2. Bind to a database table.
    3.drag and drop a dropdownlist.
    4. Obtain only the visible fields in the table (When I bind the data to table, I can select with table layout option the database fields to display.).
    The idea is search by column in the table. The user selects in the dropdown the column and then search a word.
    The 4 step is difficult for me.
    Thank's

  • Disabling logging of HEAD request in HTTP web server logs

    Hi,
    I would like to stop the logging of HEAD requests in my HTTP server logs. I was thinking of using the Rewrite rule, however, there may be a more direct way of doing this. Is there a configuration setting within HTTP Server to do this?
    I'm using WebTier component of Weblogic 10.3.2.
    Thanks,

    I found the solution to disable HEAD requests.
    Edited by: WallyP on Mar 11, 2010 12:24 PM

  • EXPORT DYNPRO or GENERATE DYNPRO

    hi Experts,
    I want to know how to use these two ABAP Keywords
    Can anyone help me to with example.
    EXPORT DYNPRO
    GENERATE DYNPRO

    trying diff method

  • Every inlineframe generates HTML, head and body tag - how to remove it

    Hi,
    I am using inlineframe for adding HTML content. For every inlineframe, HTML, head and body tag is generated.
    How to get rid out of those HTML, head and body tags?
    please suggest
    Edited by: user10302920 on Feb 2, 2011 3:59 AM

    Hi,
    not sure the component is generating this. Must come from the HTML source you reference. If however it is the inline frame then this is not configurable
    Frank

  • How to generate soap header using java code

    Hi,
    I need to generate the following soap header using java DOM.
    Can you send me some java code snippet to do so?
    <soapenv:Header>
    <api:RequesterCredentials soapenv:mustUnderstand="0" xmlns:api="urn:ThinkPod:api:ThinkPodAPI" xmlns:ebl="urn:ThinkPod:apis:eBLBaseComponents">
    <ebl:ThinkPodAuthToken>YourToken</ebl:ThinkPodAuthToken>
    <ebl:Credentials>
    <ebl:DevId>YourDevId</ebl:DevId>
    <ebl:AppId>YourAppId</ebl:AppId>
    <ebl:AuthCert>YourAuthCert</ebl:AuthCert>
    </ebl:Credentials>
    </api:RequesterCredentials>
    </soapenv:Header>

    You want to generate that on a mobile device or how is that related to CLDC and MIDP?

  • How to generate soap header elemtn ds:X509Certificate in SAOP message?

    Hello all,
    could you please help me to solve the following issue?
    I need to generate a following security header on weblogic 10.3:
    <ds:KeyInfo>
    <ds:X509Data>
    <ds:X509Certificate>MIICtTC.....</X509Certificate>
    </X509Data>
    </ds:KeyInfo>
    </ds:Signature>
    If I use a standard Weblogic WS-Policy file (e.g., Wssp1.2-2007-Wss1.0-X509-Basic256.xml), the following header is created (please ignore changes in namespaces):
    <dsig:KeyInfo>
         <wsse:SecurityTokenReference
              xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
              xmlns:wsse11="http://docs.oasis-open.org/wss/oasis-wss-wssecurity-secext-1.1.xsd"
              xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
              wsse11:TokenType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3"
              wsu:Id="str_vUsIPkGU5I26BGcy">
         <wsse:KeyIdentifier
              EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary"
              ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1">zgXqyWX5atWpNj5EhRsF7viA3uU=</wsse:KeyIdentifier>
         </wsse:SecurityTokenReference>
    </dsig:KeyInfo>
    The header in this case point to <wsse:BinarySecurityToken... which contains the certificate but it is not what I need. I need the certificate to be included directly in Keyinfo element.
    Do you know how to achieve it, if I should modify a ws-policy file (and how in this case) or if I can somehow tell Weblogic how the result SOAP message should look like? Or will I have to implement this by myself using some existing java libraries and bypass Weblogic security?
    Thanks in advance
    Jaroslav

    Eric,
    Could you please recommand a good document on how to work with routing, stage, action ...?http://docs.oracle.com/cd/E13159_01/osb/docs10gr3/consolehelp/proxyactions.html#wp1265888
    http://docs.oracle.com/cd/E13159_01/osb/docs10gr3/consolehelp/proxyactions.html#wp1319158
    http://www.orafmwschool.com/oracle-service-bus-routing-and-transformation/
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).
    Hope it helps !!
    Regards,
    Abhinav Gupta

Maybe you are looking for