BPS - Regenerate a BSP after transport

Hi all,
We are currently experiencing the problem that after transport from D to Q, our BSP's are not being regenerated automatically.
So, although the correct configuration (in the WIB) is to be found in Q after transport, the ABAP workbench view of the same BSP is still reflecting the pre-transport configuration.
Any ideas please....?
Thanks,
Rael

Hi Alessandro,
Whenever I generate the BSP in the WIB(web interface builder) it prompts for a transport.
When you say the BPS transport manager, do you mean the transport manager found in tx code BPS0....? I don't see the possibility to transport web interfaces from this transport manager...?
Thanks,
Rael

Similar Messages

  • BSP after transport error

    Hello All,
          I developed some BSP Applications in the development system ( "D" system )and now I transported them to the "C" System.
    The SICF activation is also done for these BSP Applications in the "C" system.
    But,I'm not able to see the output of any of my Applications.
    Instead it's throwing an Error saying :-
    Business Server Page (BSP) Error
    What happened?
    Call of BSP page terminated due to error.
    Note
    Following error text processed in system:
    BSP Exception: Internal Error in Business Server Page Runtime.
    Program CL_BSP_RUNTIME================CP
    Include CL_BSP_RUNTIME================CM001
    Row 196 
    Error Type:
    Your SAP Business Server Pages Team
    Any idea how to resolve this issue ?
    Regards,
    Deepu.K

    Hello Manasa,
            I even checked that option too.
    But, now i found the problem .
    The problem is not with the activation in the "C" System but with the transport request log.
    I solved the issue .
    Anyways thank's for ur reply ..or else i would not have checked the error in the "C" System.
    Regards,
    Deepu.K

  • ADOBE FM not exist after transport

    Hi dears,
    I'm facing to a problem with an adobe form transport.
    In dev, adobe works fine. I've transported the adobe in acceptance, after the transport, I test the adobe.
    Transaction sfp, test button.
    So I reach the initial screen of FM module. The FM is called /1BCDWB/SM00000007 and when I execute it, I've a dump. It's say:
    Short text
        The function module is not active or contains no code.
    What happened?
        The function module "/1BCDWB/SM00000007" is called, but
        cannot be found in its function group.
        Error in the ABAP Application Program
        The current ABAP program "/1BCDWB/SM00000007============FT" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    I know that with smartforms sometimes we need to regenerate the SF after transport with the option in the menu generate.
    I go in form object menu Form Object (first one) and choose generate.
    I've the information message (in green):
    Unable to find include '/1BCDWB/LSM00000007U01
    and the FM is not yet avaible
    In dev this manipulation generate works fine but not needed.
    Su53 in acceptance is ok last authorization wheck was successful and adobe in acceptance (the form and interface with sfp) are ok.
    Any help is welcome
    Thx in advance
    Vincent

    Hi Vincent,
    Similar to SMARTFORMS in adobe forms also the FM have a different name in different systems.
    So wherever you are writing the code to call your adobe form call FM: FP_FUNCTION_MODULE_NAME and get the fm name from there, replace your FM /1BCDWB/SM00000007 with the variable in which you are getting your Forms FM name.
    For example:
      CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
        EXPORTING
          i_name     = <Your form name>
        IMPORTING
          e_funcname = lv_funcname.
      CALL FUNCTION lv_funcname
        EXPORTING
          git_item       = git_item
          gs_header      = gs_header
        EXCEPTIONS
          usage_error    = 1
          system_error   = 2
          internal_error = 3
          OTHERS         = 4.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Regards,
    Vaibhav

  • Web template with HTML framset not working after transport

    Hi,
    I've built a frameset which consists of two web-templates (role-menu and content area) those two are combined together using plain HTML which does not acontain any web items (uploaded via WAD). This works fine in development. After transporting to our QA environment all the templates have been transported with concode 0, but the frameset does not get loaded. I always get an "Error loading template ...". The two templates which contain web items work fine when used stand-alone.
    When looking in transport connection I see the following message:
    "Object ZWF_WEB_FRAMESET (Web Template Name) could not be collected for object ()"
    I also see the same behavior on another transport of a template. Nine out of ten ar fine, but one, all are exact copies - only the query used is different, does not work either. The query that is used has been transported and is working.
    Has anybody an idea what could cause this?
    Is there a way to regenerate templates (like RSRT for queries) ?
    Thanks in advance
    Bernd Dümmel
    KODAK Stuttgart
      using ve created a

    Did you upload the video?
    Did you provide the correct path to your HTML object?

  • Problem with theme service after transport to QAS

    Hi,
    when i click the link on BSP page inside portal, iam getting following error. the link is working outside portal.
    its working on dev r/3 and portal. i got the problem after transport of the package to QAS, i checked all the services and alla are active.
    http://XXXXXXX:7035/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/main_theme/controls call was terminated because the corresponding service is not available.
    Theme is active and its applied for every user, i have 30 BSP pages in portal and only this page is showing this error, this page will be launched as popup from portal.
    Thanks in Advance,
    Damodhar.

    SQL> exec dbms_xdb.sethttpport(8080);
    BEGIN dbms_xdb.sethttpport(8080); END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_XDB' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    another one...........

  • View modification in ODS after transport to production

    Hi,
    It's possible to see all modification in ODS after transport?
    I would like to see the modification that was done in Navigation Attributes of ODS.
    Thank's
    Cesar G. Batista

    HI
    When you double click on ODS you see a info button(i) click on it it will pop up save and activate button these yo can see the last log.
    Hope this helps!!
    Thanks
    Santosh RC

  • Issue with migrated transformation rule after transport

    Hello all,
    We have migrated couple of update rules and transfer rules to transformation rules. All the transformation rules are active in development environment.
    The issue is when we transport these transformation rules to QA, one of the fields of datapacket dimension "RECORD" becomes &R1& in the global structure of start routine and therefore, transport fails in QA. Along with this we had another issue that if we add any additional fields in the cube or ODS structure, the global structure in start routine doesn't change after transport in QA. Basically, it seems like it doesn't do anything when we do transport.
    We tried couple of things by transporting entire flow inclding target and source objects, we also tried transporting only transformation with overwrite mode. But none of the things worked. We also have logged the message with SAP.
    SAP suggested us to open the QA environment and perform the change manually. We did it and obviously we could activate the transformation rules. But when we tried to re-transport the transformation, it is keep failing with the error "Syntax Error". My assumption has after the transport, the field has become &R1& again.
    Has anybody faced such issue? We are on Ehp1 SP7.
    - Danny

    Thanks Murali,
    Yes as I mentioned SAP suggested us to open the box and do it manually, but once we are done with the manual changes, we tried transporting the same transformation rule again, which I guess going to be the case in case of any future enhancement. Transport failed and it says "Syntax Error".
    The transformations we activated manually in the target system are active, but when we try to load the data, it throws the exception error.
    Any clue ?? Is it working fine in your system after you did manual changes? Did all future transport go well ?
    - Danny

  • ALV Title Not Display after transporting the Programme from DeV to Qlty

    Hellow Experts,
    i developed one ALV report with two screens, i transported the report from Development server to Qulaity server.
    in Development server report are working fine  but in Qulaity server after transporting the TiTle of ALV not display , plz give me some hint , below is my code to display alv title
    DATA: alv_grid       TYPE REF TO cl_gui_alv_grid.
    DATA:alv_grid_ref type ref to CL_GUI_ALV_GRID.
    DATA: layout    TYPE lvc_s_layo.
    layout-grid_title = 'Daily Material Reports.' .
    DATA: fieldcat  TYPE lvc_t_fcat.
    I m using  ALL METHOD alv_grid->set_table_for_first_display method for display alv .
    Thanks,
    Regards
    Neha.

    Hi neha,
    use the sap/help link to solve your issue,
    [http://help.sap.com/saphelp_erp2004/helpdata/en/0a/b5533cd30911d2b467006094192fe3/content.htm]
    if not use the below example code ,
    Heading 3 :h3  Set the title of the grid
    Fill the grid_title field of structure lvc_s_layo.
    Note that the structure lvc_s_layo can be used for to customize the grid appearance in many ways.
    DATA:
    ALV control: Layout structure
    gs_layout TYPE lvc_s_layo.
    For example :
    Set grid title
    gs_layout-grid_title = 'Flights'.
    CALL METHOD go_grid->set_table_for_first_display
                EXPORTING
               i_structure_name = 'SFLIGHT'
    is_layout      =gs_layout*
               CHANGING 
              it_outtab   = gi_sflight.
    Regards,
    Saravana.S
    Edited by: saravanasap on Dec 21, 2011 8:13 AM

  • Error after transport of Virtual Cube with Services

    Hi All,
    would any body can suggest me how we can change the source system assignment in QA or Production client for virtual Cube with Services.
    A virtual cube is created with Services using the settings for RFC and using the logical source system. however after transporting the same to the QA system the Logical Source System has not changed and thus it is giving error " Error occured while determining target system for the logical system" would any body can suggest me how i can change the logical source system assignment in QA system for Virtual Cube with services.
    Points would be rewarded appropriately.
    Cheers
    Noor

    Hi Noor,
    Check this link, it may help you.
    Re: Transport issue - Source system does not exist
    Regards,
    Vijay G.

  • Hierarchy Analysis Authorization does not work after transport

    Hi Gurus,
    I am facing a issue in hierarchy analysis authorization in quality system but the same authorization works perfectly fine in development.
    All hierarchy authorizations works in Quality except for this one. I found one old sap note describing this as program error but this note is not applicable in BW 7.3.
    I have checked the table RSECVAL, RSECHIER and authorization is active so everything looks good. Please advise if anyone faced this issue after transporting hierarchy auths to other systems
    Regards,
    Salman

    Salman,
    What I understood from your description is that you have same role+AA in Dev and QA, which provides access in Dev for all the nodes for said hierarchy but in QA, same role+AA provides access to the same hierarchy for all the nodes but one. Try to create a ZTEST analysis authorization in QA itself with access for the problematic hierarchy node and see if it works ? This will rule out the case if there is a difference in hierarchy in DEV & QA.
    Regards,
    Shivraj Singh

  • Planning layout can no longer be displayed after transport

    Hello everybody,
    I have transported a planning area with all levels and so on.
    I have several Manual Planning Layouts with key figures in data columns and rows defined individually.
    I am using defined values of G/L Account characteristics in Lead column, each row is defined by a G/L Account number of a specific Chart of accounts predefined in the Header.
    I load my G/L Account numbers with the same flat file in Development system and in Production system but after transport the layout cannot be displayed.
    If I maintained G/L account characteristic in RSA1 on production system, I find all the account numbers for my Chart of accounts but if I try to define a value of G/L Account in my planning package, I do not find any values on my Chart of Account???
    Could you help me??
    Regards,
    RaMa

    Switch cube Load <> Planning solves the problem...
    Thanks !
    RaMa

  • In which situation I need to active objects after transport

    Hi Experts,
        I'm wondering in which situation I need to active object after transport?  In some cases, I have to active transformation, DTP, infoobject, multiprovider....  Does any one make a conclusion of that?
        thanks in advance.
    Eric

    Sometimes, because of impact of a transport some other objects will be deactivated, then we need to manuaaly activate the objects after transport.
    Also, sometimes transport after import process could not be able to activate the objects, then also we have to activate them manually.
    Or suppose, you have moved and infoobject, due to which some other objects become inactive (where ever infoobjects is being used), then we have to activate them manually, if you dont want to transport them.

  • After transporting the TTF is not been used

    Hi all,
    I have installed a true type font (se73). After the installation I use it on a smart form style and it is shown ok.
    The problem is that after transporting it to integration, the forms are not using the one I installed but a standard instead.
    Hints:  - all was on the same transport order and it has been transported ok.
               - everything is active
               - I have allready read the note 421518 and i have executed the report RSTXDELL

    Are you checking by print preview only, or by printing?
    Which device type is defined for your printer? (SPAD transaction, display the output device)
    If the device type is a custom one (Y* or Z*), could you tell us what sapscript (OTF) driver it uses? (SPAD, double-click the device type).
    The font conversion algorithm is based on the fonts allowed for each device type (they are called "printer fonts", and are maintained via SE73 transaction). You may verify which font conversion is done via SE73 transaction, choose "printer fonts", double-click the device type, and click the "font conversion" button.
    To make sure, you may also see the converted font after the spool has been generated (the font conversion is applied before the spool is generated): display the spool in raw or hexadecimal view in SP01 transaction, the font lines are starting with FT characters followed by the converted printer font name.
    Could you tell us what are the results of the font conversion in SE73 for your device type?

  • After Transporting the request RFC Destination is empty in SWCV and BEA

    Hi All,
    we are using SAP NW Mobile 7.1 SP08
    After transporting the SWCV & Backend adapter, in the transported system the RFC Destination is empty
    Please help me to fix this issue.
    Thanks and Regards,
    Joseph Beevin.

    Hi,
    When an SWCV is trnasported to a another system,the backend destination will be empty in the target system.,We need to configure the bakcned destination in the target sytem through the DOE Adimin.
    DOE_ADmin Portal -->Configuration --->Backend Configuration.
    In the backend configuration,select the SWCV for which the destination needs to be configured.Select the parameter "RFC  DESTINATION FOR BACKEND"
    When the SWCV is selected all the active Data Objects will be listed in the table below
    Insert the above parameter to the parameter list(the table below)
    Give the name of the availlable backemnd destination name in the "text value" column of the table for each data object and save it.
    Now the backend destination is configured correctly in the target system.Please try this..
    Regards,
    Muralikrishna T.

  • Alert rules not displaying correctly in the RWB after transporting to QA

    Hi Experts,
    After transporting the alert rules from DEV to QA, the rules are not correctly displayed in the RWB in QA e.g. a star (*) is displayed in all the fields instead of the filter values which I have entered such as the "Sender Party"; "Sender Interface" etc. I am also not able to manually change the values in the RWB in QA anymore because the values are greyed out.
    Strangely enough, the rules are correctly displayed inside the SXMSALERTRULES table in QA.
    Do you perhaps know how to solve this issue so that the rules are also correclty displayed in the RWB after transporting?
    Thanks and regards
    Brendon

    Having the same problem and looking for fix...

Maybe you are looking for

  • My mac pro says "It can't be synced because this computer is no longer authorised for purchased items that are on this iPad.

    But when I de-authorise and then re-authorise it says it's already authorised and then the same window pops up saying  "It can't be synced because this computer is no longer authorised for purchased items that are on this iPad. Battled all day. Remov

  • GL account to be changed for a return by using AUART

    Can someone please advice on how I can go about doing this. I looked at the help and the substitutions and found that to add AUART to KOMKCV it needs to be in VBRK and the substitutions have BKPF and BSEG so I am still trying to find a way to do this

  • PCUI add new feilds

    Hi SDN, We have a requirement to add 2 new fields(Name3 and Name4) in COMM_BUPA_SEARCH which are not present in the screen structure COMT_BSP_BP_SEAREQ_BUS1006. We have CRM5.0 and Portal is on EP7.0 2044S and CRM5.0 BP. Can any one guide me how to do

  • Oracle forms issue in IE8

    Hi All, I 've installed 11.5.10.2 in my vmware machine multinode(server1:database,cm server2:form,web server) on redhat4.There is no issue with installation.I have created the softlink from mozilla browser to $COMMON_TOP/util/java/1.4/...../libjavapl

  • Should I move to Mavericks and do a TM backup before changing my old machine?

    Hi all, I have a pretty old MBP which has suffered a big fall and is now on its last legs (crashing 5 times a day, freezes, wifi drops out, screen unhinged, battery bad...). Current spec is: 15" MBP, late 2008 2.4 GHz Intel Core 2 Duo 8 GB 1067 MHz D