BSP Doubts

Hi Experts,
Can anybody can explain to following doubts
1) Does the BSP htmlb library is ligther than the WebDynpro ABAP, I mean which page loads faster
2) Is Custom javscipts are supported in WebDynpro ABAP.
3) Is RTL Rendering can be controlled in WebDypro ABAP ?
4) Is there any client-side regular expressions can be used in the BSP ,otherwise cl_abap_regex is the only options to validate which will becomes a server side validation (ABAP Stack )
5) Is there any control of the BSP input elements if we declare data type as numeric, system should allow the numericals only
6) Can BSP HTMLB is supported by the Opera, Chrome and Safari browsers
7) How to handle the Back Page problem, everytime it is getting session out whenver tried using BACK page in IE.

Hi Naga,
the sort of questions you are asking require a good understanding of the underlying technologies to not only get the answers but to understand the implications of these answers as well.
I encourage you to "have a go". Roll up your sleeves and try everything you have asked about yourself. You will learn much more than the simple answers to these seven questions.
To start you on the way you should understand that the BSP runtime framework provides server-side scripting for the ABAP web application server. In this regard BSP applications can be seen as no different to .JSP, .ASP, PHP or any other similar model. The BSP runtime environment sits on top of the Internet Communication Manager (ICM). The provided tag libraries such as HTMLB execute on the BSP runtime. These tag libraries are typically used to produce HTML and Javascript code that is returned as part of the HTTP response to the web browser for rendering and execution by the browser. You do not have to use these tag libraries, or any others you build yourself, if you do not want to.
The WebDynpro ABAP runtime also sits on top of the ICM - but in most other respects is very different from the BSP runtime. At runtime a WDA application produces as a response a data stream (lets assume it is XML) that is passed to a purpose build renderer to produce the specific user interface elements for the client application. Most people are used to the WDA client being a web browser. As web browsers have varying and somewhat limited rendering capabilities the WDA renderer for a web browser runs on the server as part of the WDA runtime and translates the XML response from the WDA application into the appropriate HTML and Javascript before it is transmitted to the web browser. If the client application includes its' own WDA renderer the server simply transmits the XML datastream to the client application which then renders the UI itself. This is how the desktop version of NetWeaver Business Client works. It uses MFC libraries to render the UI natively on windows clients.
If you have absorbed the two paragraphs above you should realise a few things. Firstly you can send anything you like in the response to a HTTP request using the BSP runtime. Secondly you have essentially no control over the response you send to a WDA HTTP request.
So to quickly address your specific questions....
1) Does the BSP htmlb library is ligther than the WebDynpro ABAP, I mean which page loads faster
That would probably be true when your client is a web browser - it almost certainly would not be true if you were using the desktop version of the NetWeaver Business Client or the WDA Flex client.
2) Is Custom javscipts are supported in WebDynpro ABAP.
No
3) Is RTL Rendering can be controlled in WebDypro ABAP ?
Yes - I think. Have a go and find out.
4) Is there any client-side regular expressions can be used in the BSP ,otherwise cl_abap_regex is the only options to validate which will becomes a server side validation (ABAP Stack )
Sure - you can put any client-side code you like in a BSP response.
5) Is there any control of the BSP input elements if we declare data type as numeric, system should allow the numericals only
Sure - use client-side scripting to do this. Alternatively create your own BSP tag library to do this.
6) Can BSP HTMLB is supported by the Opera, Chrome and Safari browsers
The HTMLB tag library only supports specific browser versions. Check SAP documentation for these specifics. But you do not have to use these tag libraries and you can create your own if you like as well.
7) How to handle the Back Page problem, everytime it is getting session out whenever tried using BACK page in IE.
I assume you are talking about a stateful BSP application. This is a web browser issue. If you build a stateless BSP application you can prevent this and there are other techniques to prevent it with stateful pages as well. Personally I recommend avoiding stateful BSP applications.
Cheers
Graham Robbo

Similar Messages

  • BSP Doubt

    hi all,
    I have just successfully completed one BSP page and it ran successfully too.
    I have a doubt regarding the same topic,Why is BSP needed in SAP if we have got something like EP in SAP which is far more flexible than BSP.When BSP is required over EP and vice versa?
    Thanks,
    Gaurav

    Hi
    Hope it will help you.
    Reward if help.
    BSP
    To learn how to create Web applications with Business Server Pages, you can work through the simple tutorials that build on each other. You should be able to run through all of the steps described here in your own system.
    If you want to develop Web applications with BSPs, your system must meet the following requirements: Prerequisites for Creating Web Applications.
    The following tutorials are available:
    · First Tutorial: First Steps with Business Server Pages…
    · Second tutorial: A Small BSP Application and A Small BSP Application with HTMLB
    · Third tutorial: Our First Online Bookshop
    · Fourth tutorial: Further Developing the Bookshop
    · A small Tutorial is also available for your first steps with the Model View Controller design pattern.
    · For a more complex MVC tutorial based on the third tutorial, see: Our Little Online Bookshop Using MVC and HTMLB
    When creating BSP applications, note the browser dependencies described in Note 598860.
    steps:
    1) start the transaction RZ10.
    2) now u u have to select Profile name, so select the INSTANCE Profile from the list of options given with the Profile parameter list.U may find multiple instance profile in the list, so select the profile in which ur server name is given.
    3) u will also find three options in the same window.
    Administrator data, Basic Maintenance, and Extended Maintenance. So select the last one from that.
    4) Now click on change button.
    5) here u will find parameter icm/host_name_full, so now set it as FQDN.
    6) Now copy ur settings with new version number.
    7) Activate that version.
    8) And now please restart ur WAS.
    So this will set ur FQDN, and also don't forget to login using Admin User.
    Now u also check for following service are active in your ICF setting or not,( just start transaction code SICF)
    /default_host/sap/bc/bsp/sap
    /default_host/sap/bc/bsp/sap/system
    /default_host/sap/bc/bsp/sap/public/bc
    /def ault_host/sap/public/bc
    /default_host/sap/public/bc/ur
    /default_host/sap/public/bsp/sap/public
    /default_host/sap/public/bsp/sap/public/bc
    /defaul t_host/sap/public/bsp/sap/system
    /default_host/sap/public/bsp/sap/htmlb
    if not then activate all.
    check this link
    Read this weblog...
    /people/brian.mckellar/blog/2003/09/25/bsp-in-depth-fully-qualified-domain-names
    http://www.thespot4sap.com/articles/SAP_WAS_Creating_BSP_Apps.asp
    it consists of screen shots also
    Check it.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm

  • Basic BSP Doubt

    There are few standard keywords available in pages used in the BSP Application "HAP_DOCUMENT" in the HR Module.
    Keyword 'application' used in 'document_todo.htm' refers to a class 'CL_BSP_HAP_DOCUMENT_UI'
    I am unable to trace where exactly this class is being instantiated and assigned to the key word 'application'
    Regards,
    Bharath Mohan B

    application class is assigned to BSP application. se80 double click on the application name and  go to properties tab. there you will find a field called application class and this class will be entered there.
    BSP runtime is responsible for instantiate this class.
    Raja

  • Doubt in CIC BSP application

    Hai,
    Please any one provide me a solution, when i execute the CRM_IC BSP application in the browser, the time out error comes. Where can i change the timing of the BSP application.
    thanks
    Tamil

    Hi,
    In this BSP(CRM_IC) you are executing the which initial bsp?
    Please run the default.do and check the FQDN.
    Or.
    Check the parameters in controller(default.do) page
    Status:           
    Unchanged
    Stateless from Now On
    Statefull from Now On           
    Lifetime            2 Session             
    Thnx
    Suriya.

  • Doubt in IC BSP pages.

    Hai,
    I have tried to modify the CRM_IC BSP application. In the View "BuPaMoreContactView.htm", I want to change some fileds.
    I copied view and Controller class into my application. While i try to chech syntax errors it gives the following Dump:
    The following syntax error was found in the program                      
    CL_CRM_IC_TABLEVIEW===========CP :                                      
    "In the "PUBLIC SECTION" of a class, you may only refer to global types" 
    What can i do for this.
    Thanks,
    Tamil.

    Hi,
    In this BSP(CRM_IC) you are executing the which initial bsp?
    Please run the default.do and check the FQDN.
    Or.
    Check the parameters in controller(default.do) page
    Status:           
    Unchanged
    Stateless from Now On
    Statefull from Now On           
    Lifetime            2 Session             
    Thnx
    Suriya.

  • bsp:call doubt

    Hello All,
    When we call the sub controllers using the bsp element call of the bsp extension i.e. say for example
    <bsp:call url = "contorller01.do" comp_id = "subc1" />
    from the main view which is called by the top controller, this must be listed in the parameter m_subcontrollers of the top controller; right ?
    Or is it a must that we should redefine the DO_INIT of the top controller, and add the following lines
      DATA: subc1 TYPE REF TO z_c_10017_test08_cntrl1.
      subc1 ?= create_controller( controller_name = 'controller01.do'
    controller_id   = 'subc1' ).
    in aditions to the above.
    In the SAP example itmvc2, the DO_INIT method of the controller CL_BSP_ITMVC2_MAIN is not redefined. But the parameter m_subcontrollers of the controller CL_BSP_ITMVC2_MAIN list the sub controllers with ids "ad" and "fl" which was called using <bsp:call> from the main view.
    I tried a similar one, but the parameter m_subcontrollers of the top controller does not list the subcontrollers I call using <bsp:call> in the main view, unless and until I redefine the  DO_INIT of the top controller and use the service method create_controller in addition to <bsp:call>.
    I hope the question is clear.
    Could any one give me some idea on this.
    Best Regards,
    Loveline.

    Hi Sebastian,
    This is also what I expected, but this is not happening in my test BSP Application. I have included the code below
    Layout of main.htm
    <htmlb:content>
      <htmlb:page title="Main view " >
        <htmlb:form id     = "myform"
                    method = "post" >
          <htmlb:tray id     = "T1"
                      title  = "View1"
                      design = "form" >
            <bsp:call url     = "controller01.do"
                      comp_id = "subc1" />
          </htmlb:tray>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    DO_REQUEST of main.do
    method DO_REQUEST .
      DATA : view TYPE REF TO if_bsp_page.
      dispatch_input( ).
      view = create_view( view_name = 'main.htm' ).
      call_view( view ).
    endmethod.
    Layout of view1.htm
    <table>
    <tr>
    <td>
    <htmlb:label id   = "L1"
                 for  = "IF1"
                 text = "Input Field" />
    </td>
    <td>
    <htmlb:inputField id   = "IF1"
                      size = "10" />
    </td>
    </tr>
    <tr>
    <td>
    <htmlb:button id      = "B1"
                  text    = "Click"
                  onClick = "myClickHandler" />
    </td>
    </tr>
    </table>
    DO_REQUEST of controller01.do
    method DO_REQUEST .
      DATA : view TYPE REF TO if_bsp_page.
      view = create_view( view_name = 'view1.htm' ).
      call_view( view ).
    endmethod.
    m_subcontrollers parameter of main.do (top controller) doesn't contain the subcontroller with id subc1.
    Is there anything that I am missing ? and are you sure <bsp:call> will register the subcontroller with the top level controller ?
    Thanks and Regards,
    Loveline.

  • File download via BSP using different SAP versions

    Hi Everyone,
    I have been using code based on Brian McKellar's excellent Blog (/people/mark.finnern/blog/2003/09/23/bsp-programming-handling-of-non-html-documents). The code works great in the following system:
    SAP_BASIS     620     0038     SAPKB62038     SAP Basis Component
    SAP_ABA     620     0038     SAPKA62038     Cross-Application Component
    However i am now trying the same code in our new 7.00 SAP system which is a
    SAP_ABA     700     0013     SAPKA70013     Cross-Application Component
    SAP_BASIS     700     0013     SAPKB70013     SAP Basis Component
    When I try it in our 7.00 system, the download does not work. It tells me that the document is incomplete or corrupted.
    Specifically the code that is being used is as follows:
    data: cached_response type ref to if_http_response,
           lv_xlen type i,
           lv_guid type guid_32.
    create object cached_response
           type cl_http_response exporting add_c_msg = 1.
    lv_xlen = xstrlen( lv_xstring ).
    cached_response->set_data( data   = lv_xstring
                        length = lv_xlen ).
    cached_response->set_header_field(
          name  = if_http_header_fields=>content_type
          value = lv_mtype_string ).
    cached_response->set_status( code = 200 reason = 'OK' ).
    cached_response->server_cache_expire_rel( expires_rel = 120 ).
    call function 'GUID_CREATE'
      importing
        ev_guid_32 = lv_guid.
    concatenate runtime->application_url '/' lv_guid '.'
                lv_doc_hdr-obj_type
                into lv_cached_url.
    cl_http_server=>server_cache_upload( url      = lv_cached_url
                                         response = cached_response ).
    call method runtime->server->response->redirect( url = lv_cached_url ).
    navigation->response_complete( ). " signal that response is complete
    So now I have a choice: I can log an OSS but I doubt SAP will help as this is 'custom code'. It is in our Z BSP.
    Can anyone suggest how I can even begin to debug this issue?
    Regards,
    Alon

    i tried the following code on a WAS 7.00 SP14 and it works as expected.
    create object cached_response type cl_http_response exporting
      add_c_msg = 1.
        cached_response->set_data( file_content ).
        cached_response->set_header_field( name  =
      if_http_header_fields=>content_type
                                           value = file_mime_type ).
        cached_response->set_status( code = 200 reason = 'OK' ).
        cached_response->server_cache_expire_rel( expires_rel = 180 ).
        call function 'GUID_CREATE'
          importing
            ev_guid_32 = guid.
        concatenate runtime->application_url '/' guid into display_url.
        cl_http_server=>server_cache_upload( url      = display_url
                                             response = cached_response ).
    call method runtime->server->response->redirect( url = display_url ).
    navigation->response_complete( ).

  • Download Text file to Local drive from BSP Application

    Hi Guys,
    I am new to BSP, and I am doing a BSP application in which i want to download a text file to local drive C: on click of button. For that I am having a data in Internal table and Onclick event, in model class method DO_HANDLE_EVENT i want to download text file to local machine drive.
    Can anybody provide me full code with all data declaration and all?
    Your help would be appriciable. Thanks in Advance.

    Hi Jessy ,
    You can download the file from BSP pages using the method
    CL_BSP_UTILITY=>download.
    Please follow the below mentioned steps.
    1.Convert the text to a text table ie Internal table with a line type char255 or some others.
    2.Convert the text table into a string.
    3.Convert the string to XSTRING.
    4.Download that XSTRING as text file using the method
       CL_BSP_UTILITY=>download.
    Parameters:
    OBJECT_S    - XSTRING data
    CONTENT_TYPE  =  ' application/download'
    CONTENT_DISPOSITION = 'attachment; file=test.txt'
    RESPONSE                   = runtime->server->response
    NAVIGATION                   = navigation
    OBJECT_T
    I dont have system to give a programatical explanation to u.
    If you have any doubt kindly post.
    Reward for every useful solutions..
    Best Regards
    Renga

  • Switching off BSP delta handle.

    Hello All,
      I want to switch of the <b>delta handler</b> for a BSP page. I have been told that there are 2 delta handlers. One on the server side and another on the client side as a JavaScript optimizer.
      Please suggest on how I can switch off the functionality for a particular page.
      At the moment I have a page where the unchanged data doesn't flow back to the server because of the delta handler.  This results in incorrect posting of data.
    The effort for persisting the values on the server side is very high and hence I would prefer to switch off the delta handler.
    Thanks and regards,
    Murli Rao

    Hello Gregor,
      This javascript has to be added in the view in which you want to disable client side delta handling.
      This is not a modification to standard. I had a Z view in which I wanted to switch of client side delta handling.
      If you want to do that for a standard view then there are two options.
    1. Do a modification to standard.
    2. Do a controller replacement and when you copy the
        view into your own package then you can add the
        javascript.
    I hope I have answered your question satisfactorily. If you still have any doubts please feel free to post a new question.
    Thanks and regards,
    Murli Rao

  • Possi. for ABAP code instead of JAVA Script for creating searachhelp in BSP

    Hi Consultants i have a doubt that is there a possibility to use ABAP coding in BSP object for creating search help
    instead of JAVA Script if so please reply me with the procedure or else with some sample coding.

    Hi Consultants i have a doubt that is there a possibility to use ABAP coding in BSP object for creating search help
    instead of JAVA Script if so please reply me with the procedure or else with some sample coding.

  • Login in BSP (WAS) doesn't work when navigating to ITS (PAS)

    Hi,
    We have a BSP application working on WAS, clicking a tab we show a ITS application.
    We have setup Single Sign On (SSO) with the SAP Logon Ticket. On BSP application first we made log on. WAS create a SSO2 Logon Ticket.
    How can we pass any HTTP Header (for SAP-User) from BSP to ITS for PAS?
    WAS 620
    ITS 620
    Best regards.
    Thomas

    I don't know if I have a lot to add on what exactly your setup problem is, but I can tell you that what you are trying to do is possible.  We do the same thing at our facility.
    We logon to a BSP application (which generates the SSO2 ticket).  The BSP then navigates to an ITS transaction. Now when we navigate to the ITS service we always pass through a PAS Service File.  I use the following settings:
    @Copyright SAP AG 2002
    Example Service File for the Pluggable Authentication Service (PAS)
    Remark:The PAS Modul sapextauth must be included in ~xgateways in global.srvc
    There are following types for PAS on ITS:
        X509              --> ITS 4.6D
        NTLM           --> ITS 4.6D
        NTPassword     --> ITS 4.6D
        LDAP          --> ITS 6.10 (remark also note: 509237)
        HTTP          --> ITS 4.6D (see note: 493107 and 494984)
    The following settings are an example for NTLM :
    For detailed information see documentation (http://service.sap.com/security)
    ~theme                  99
    Module
    ~xgateway               sapextauth
    possible settings  -> X509 , NTLM , NTPassword , LDAP , HTTP
    ~extauthtype            NTLM
    For NTLM and NTPassword: NT , for LDAP: LD , for HTTP: define your
    own mapping in USREXTID
    Remark: extid_type UN (user name) can also be set. Then you dont have to
    map in USREXTID, but the authentication mechanism must provide the unique
    SAP System user ID. This might be useful for LDAP and/or HTTP mechanism.
    ~extid_type          NT
    predefine Domainname - only for type NTPassword
    ~ntdomain
    for LDAP connect - only for type LDAP
    #~ldaphost          ldap.sap.com
    ~ldaphost
    #~ldapport          389
    ~ldapport
    #~ldapbasedn                //Base DN
    ~ldapbasedn
    #~ldapuid                //User Attribute Name e.g. cn
    ~ldapuid
    #~ldapsapuid                //SAP User Attribute Name e.g. sapuid
    ~ldapsapuid
    Remark: ~ldapsapuid should be only set in combination with ~extid_type UN
    #~maxtrials          3        //limits the ldap logon trails
    ~maxtrials
    define which HTTP Header Variable contain the User - only for type HTTP
    #~remote_user_alias - the most common and useful value is REMOTE_USER
                        which will be set by webservers for authenticated users
    please remark here note 494984 for the WGate settings
    ~remote_user_alias
    settings for PAS service self
    ~client               088
    ~language               en
    #get a SSO2 Ticket
    ~mysapcomgetsso2cookie     1
    ~timeout                10
    #converts the login input to upper case. Might useful for LDAP and NTPassword
    #if in doubt, set to 1 and maintain USREXTID mapping in caps.
    ~login_to_upcase 1
    after external authentication
    Hostname which should redirected
    ~redirectHost          kww-d15i.kimball.com:81
    path to another service 
    ~redirectPath           /scripts/wgate/su3!
    #~redirectQS (Query String): ITS specific service parameters can be set there
    ~redirectQS             client=088&language=en
    ~redirectHttps          0
    ~login_template         login
    if 1, user get only a ticket, if there is no
    ~dont_recreate_ticket   1
    ~sncNameR3 p:[email protected]
    #~sncQoPR3 9
    ~mysapcomusesso2cookie 1
    ~mysapcomnosso1cookie 0
    ~mysapcomssonoits 1
    This way if my logon ticket already exists, it doesn't try and recreate it.  In this particular situation a Link in our BSP page lets the user change their user profile.  Therefore we launch SU3 using the ITS (WebGui).

  • BSP Changing the Column name

    Hi experts,
    I have used tableview in BSP . In the output it displays the column name as per the table which i have referred. I want to change the name of the column. How Should i do that.. anyone plz explain me with an example.
    Thanks in Advance
    Edited by: Vijay Babu Dudla on Apr 28, 2009 12:59 AM

    Hi ,
    If you want to change the column name, you can put your code following:
    <htmlb:tableViewColumn columnName    = " "
               *title        = " put the cloumn name here"*
               </htmlb:tableViewColumn>
    Please try.
    Any doubt let me know.
    Regards,
    Chris Gu
    Edited by: Gu Chris on Apr 28, 2009 5:26 AM
    Edited by: Gu Chris on Apr 28, 2009 5:26 AM
    Edited by: Gu Chris on Apr 28, 2009 5:27 AM

  • Suggest me way for calling Function Module in BSP page

    Dear Friends,
    I want to create sales order using BSP. For that there is an bapi called BAPI_SALES_CREATEFROMDAT2. I have two ways to do that.
    1. I will create all the required structure on the BW system and then i can call the bapi.
    2. I will create another function module which calls the BAPI_SALES_CREATEFROMDAT2. and i will pass all the require parameters to my created Function module.
    In the first case i suppose to create structure for header data, order items and partner data. It is quite lenghty work.
    In the second case i need not to create any kind of structure or types-pool.
    If answer is case1 then should i create exact structure or i can create that many fields contained structure which i require?
    Suggest me that whether should i follow first case or i should follow second case and also which one is more powerful?

    Thanks for giving me answer.
    I have tried to find through BAPI Browser for BAPI_SALESORDER_CREATEFROMDAT2 but unfortunately it is not creating the structure. This is very suprising for me because as per your weblog and as per your answer it should be generated. Now i have two choices :
    1. I create same structure on 6.20 system manually for that i have to create around 100 data elements or may be more than that which are not exits on 6.20 system.
    2. I will create another function module on 4.6c system which calls BAPI_SALESORDER_CREATEFROMDAT2 and i need to pass only selected parameters.
    2nd option is suitable for me but i have doubt that is the proper way for working production?

  • BSP htmlb:tableView id="TV_VBAK" table= "//select/I_VBAK"

    Hai Experts,
    I have a small doubt in bsp appllication,
    shall we write like...
    <htmlb:tableView id="TV_VBAK" table= "//SELECT/I_VBAK">
    I am using Class
    ZCL_CONTROLLER_SALES1
    in controller.
    thanks in advance...
    with regards
    babu

    hai
    than q for ur reply.
    point will be rewarded...
    with regards
    babu
    Edited by: babu rs on Mar 5, 2008 4:49 PM

  • Call standard SAP transaction in BSP

    Hi guys,
    I am working in WAS 6.20.
    We have separate server for WAS and records fetched from R/3 server.
    Now the requirement is i have to call a standard SAP transaction and the output of the standard transaction should be displayed in the BSP output.
    Is it possible to call a SAP standard transaction in WAS 6.20.
    Is it possible to display the same output in the BSP screen.
    Above to all, displayed output should be refreshed automatically for every 20 minutes.
    I come with lot of doubts, expecting your reply.
    Hopefully waiting for yours reply.
    Saravanan. V

    Hi,
    Pls check threads like
    calling STD SAP transaction in BSP
    Calling R/3 Transaction from BSP
    Calling standard R/3 transaction from BSP
    Calling an SAP transaction from a BSP page
    Calling ITS transaction from BSP
    Can we call standard transaction from bsp
    Eddy
    Pimp up the S(D)N site and earn points. Check this <a href="/people/eddy.declercq/blog/2007/02/01/pimp-up-the-jam log</a> for details

Maybe you are looking for

  • Turnaround an Purchase Order  to a Sales Order in the same client

    hi,   can any one say me how to turnaround an purchase order(outbound) into a sales order(inbound).

  • Automate BPM Process

    Hi, We are part of a testing team and we would like to automate the BPM process from start to finsih. Would PAPI / PAPI-WS help us for automation? Some of the activities are of "Screenflow" type using "BPM Object" as "input". We are able to instantia

  • Error in JMS Sender (CPALookupException)

    Hi, I have a JMS to SOAP Sync scenario, and i'm getting an error while returning answer to JMS. the error is: com.sap.aii.af.service.cpa.impl.exception.CPALookupException : Couldn't retrieve binding for the given channelID: can someone help ? changin

  • No RFC Authorization for user

    Hi I am trying to develop a report, with screeen painter, using 4.6c version. when i click on Layout editor , it doesnt show the screen from where I can drag and drop......and gives the message No RFC autorization for user. I havent worked on 4.6c. d

  • Cannot manually print with Mac OSX 6 and ID CS3

    I installed Mac Snow Leopard OSX yesterday, and now I cannot make InDesign CS3 files print manually. When I go to the printer dialog box and set Manual Print, then return to the ID Print Dialog and hit PRINT, I get the autofeed paper printed, not the