DYNPRO_SEND_IN_BACKGROUND ERROR

Hi Guru's,
We are facing a problem with our system and need some expert opinion on it .The client opens a bex query in the browser and it is working fine . But when they click on save view button and try to save it it throws an HTTP 500 - internal server error . The note says screen output without connection to user .
Termination type was : RABAX_STATE
The ABAP call stack was :
SYSTEM-EXIT of program SAPLSTRD
function TRINT_POPUP_EDIT_CANCEL_O_SHOW of program SAPLSTRD
RAISE_ERROR of program SAPLSTRD
TR_EDIT_CHECK_OBJECTS_KEYS of program SAPLSTRD
in ST22
it says
During background processing, the system attempted to send a                    screen to a user.                              
Current screen: "SAPLSTRD " 0351.          
If the error occurred in one of your own programs or in an SAP program                                   
that you modified, try to correct it yourself.                                   
You may able to find an interim solution to the problem                                   
in the SAP note system. If you have access to the note system yourself,                                   
use the following search criteria:                                   
DYNPRO_SEND_IN_BACKGROUND C                                   
SAPLSTRD or " "                                   
SYSTEM-EXIT                                   
We tried looking for OSS notes but dont seem to find the right fit .
We are on BW 3.5 version and the system status is as follows
COMPONENT RELEASE
SAP_ABA     640     0016     SAPKA64016
SAP_BASIS      640     0016     SAPKB64016
PI_BASIS        2006_1_640     0001     SAPKIPYL01
ST-PI                    2005_1_640     0007     SAPKITLQH7
SAP_BW               350     0016     SAPKW35016
BI_CONT                 353     0008     SAPKIBIFP8
SAP_WPDRMD   640     0001     SAPKQDRB01
ST-A/PI     01J_BCO 640     0000          -
Can this issue be solved by installing some support pack ?
Any pointers will be highly appreciated
Thank you all in Advance
Warm Regards
Ankush
PS : Points wil be rewarded

Hi Ankush,
Which system is the user trying to save a View? Dev? Prod?
The reason for the error is that the Objects the User is trying to create is locked in a transport. When the User tries to SAVE, the System attempts to popup a screen with "Edit" or "Display" or "Show".
the FM TRINT_POPUP_EDIT_CANCEL_O_SHOW does this.
DYNPRO_SEND_IN_BACKGROUND happens when a Batch job tries to Call a Screen. Not sure why this error appears when the User tries to click the SAVE button.
Can you paste the code the short dump details? Did you try replicating the issue using your login? do you get the same error?
Cheers,
Praveen.

Similar Messages

  • DYNPRO_SEND_IN_BACKGROUND errors in source system

    Hi All,
    Yesterday night we kicked DELTA Process Chain.
    The PC failed While loading the 0GL_ACCOUNT Attributes, and showing the message Errors in Source System.
    and also Failed at Cost Element Attributes but both the error messages are same.
    Checked the source system connections and repeated the process, but it was failed again. and tried to load manually and again failed.
    When we check the DUMP in Source system (ECC) in ST22 showing the message as below:
    "DYNPRO_SEND_IN_BACKGROUND"  Current screen: "SAPLSTRD " 0351
    Note: We ran FULL load day before yesterday and Ran INITIAL yesterday, We are running DELTA TODAY.
    one thing is we just deleted the GL attirbutes Requests manually and loaded INIT , we are able to do  INIT load perfectly. but while trying DELTA only this problem is causing.
    Thanks in Advance,
    Teena

    Hello ,
    Sometimes the problem happens because the background users do not have the correct authorization. Please check the information in the SAP note 150315.
    Kind Regards,
    Des

  • DYNPRO_SEND_IN_BACKGROUND error in workflow

    Hello All,
    Iam getting the dump with error as 'DYNPRO_SEND_IN_BACKGROUND' in Production but not in Quality system ,while iam sending mail in workflow using FM SO_NEW_DOCUMENT_SEND_API1.
    Could you please suggest what could be the error.
    Thanks & Regards,
    Nishanth Kumar

    Hi,
    If you run the calling program in background process and server program tries to output screen, the communication is always broken, regardless of user type. Make sure that RFC server program runs on a dialog work process. If you want to run that program in background job, you must modify the function module called so that it does not display any screens or list. Function module used here is 'ARFC_DEST_SHIP' with destination 'WORKFLOW_LOCAL_160'.
    Regards,
    Santhosh.

  • DYNPRO_SEND_IN_BACKGROUND error when we change the userid

    I have created a RFC which will run the program RPCEOYG0(GB year end report) by using BDC and  we are calling the RFC  by web dynpro application to get PDF form display. The input for this RFC is u2018USERIDu2019. Now the problem is that it is working fine for only one userid and for rest of the users it is not able to display PDF form in portal and in u2018ST22u2019 transaction Runtime Errors u2018DYNPRO_SEND_IN_BACKGROUNDu2019 are recorded. We have already checked the SU01 transaction for the authorization of other useridu2019s but everything is same for useridu2019d at SU01 transaction.
    Can someone help on this?
    Thanks,
    Prashanth J R

    Prashanth,
         This error occurs when you call an RFC that tries to get user input or run a report as if you we in the SAPGUI. There are also a number of other reasons you could receive this error, but if you do an external debugging on the RFC, it will narrow down your issue.
    To External Debug,
         Go to your RFC in transaction SE37
         Click on Utilities --> Settings --> Debugging Tab
         In the "External User" field, put the userid of the user you want to debug. This is who you will log in with on the portal or web side.
               *Make sure the user you enter here has external debug permission
         Go back to your RFC, find a line of code that is not a declaration, click on it, then click the external debugging button (It looks like a stop sign with a person in front of it).
          Then run it from the web side and wait unitl the ABAP debug window pops up and step through the code to see where this ST@@ "DYNPRO ..." error is being generated.
    Regards,
    Tom

  • Re: ABAP runtime errors DYNPRO_SEND_IN_BACKGROUND

    Hi Experts,
    I'm getting so many dumps related to DYNPRO_SEND_IN_BACKGROUND. I am copying the Error analysis that is showing in the dump analysis.
    Error analysis                                                                               
    During background processing, the system attempted to send a    
    screen to a user.                                               
    Current screen: "SAPMZACTIV " 2000.
    Information on where termination occurred
    The termination occurred in the ABAP/4 program "SAPMZACTIV " in        
    "%_CTL_OUTPUT".                                                        
    The main program was "SAPMZACTIV ".                                                                               
    The termination occurred in line 37                                    
    of the source code of program "<SYSINI> " (when calling the editor 370).
    Could you please help me on this and let me know if you need any further details.
    Thanks & Regards,
    Ravi.

    Hello Ravi,
    You say you are getting this error during  "Error Analysis"?
    Please review SAP Note  1011229 - ST-PI: Corrections for E2E Diagnostics
    DYNPRO_SEND_IN_BACKGROUND is raised.
    However, Miguel is correct that  DYNPRO_SEND_IN_BACKGROUND errors are also addressed by ensuring you
    have applied the basic functions Note  for your SP Level
    Please ensure the following Note that applies to your SP level has been applied to your system:
    1334252     SAP Solution Manager: Basic functions: SP20 and SP21
    1468591     SAP Solution Manager: Basic functions: SP25 and higher
    1172948     SAP Solution Manager: Basic functions
    1405878     SAP Solution Manager: Basic functions: SP22 to SP26
    1373101     SAP Solution Manager 7.1: Basic functions
    1552585     SAP Solution Manager: Basic functions 7.1 SP1
    So check the Basic Functions Note is applied. If it is not, apply it, as it corrects many potential issues.
    If it is on the system, or does not resolve, then apply SAP Note  1011229 - ST-PI: Corrections for E2E Diagnostics
    Regards,
    Paul

  • DYNPRO_SENT_IN_BACKGROUND Error while transporting XI data source

    Hi Experts,
    We are having an issue in in transporting XI data source in BI from Dev to Test. The error is geenrated during post handling of the transport, possibly while the data source is bing activated. Teh ST22 dump gives the DYNPRO_SEND_IN_BACKGROUND error. Following informaiton is available in the User Information section of ST22 dump.
    Call Program........."CL_RSDS_WEBSERVICE============CP"
    Function Module..... "RSDS_WS_WEBS_GENERATE"
    Information on where terminated
        Termination occurred in the ABAP program "SAPLSTRD" - in "SYSTEM-EXIT".
        The main program was "SAPMSSY1 ".
        In the source code you have the termination point in line 0
        of the (Include) program " ".
    Please give us your advice on how to nail down this issue.

    Hi,
    Check if your data source extract structure is having all 40 fields.
    Save and generate the data source again, replicate and then transport.
    I hope it will help.
    Thanks,
    S

  • Error in Form16 taken through ESS.

    Experts,
    While accessing Form16 through ESS, system shows an error. The error key is as follows:
    Screen output without connection to user.                           , error key: RFC_ERROR_SYSTEM_FAILURE  
    I check the Java connections and its working fine and there is no problem with the display of salary statement in ESS.
    Expecting your valuable inputs.
    Thanks in advance!

    yes. I have checked ST22 and found the run time error. it shows as follows
    Runtime Errors         DYNPRO_SEND_IN_BACKGROUND
    Error in the ABAP Application Program
    The current ABAP program "SAPMSSY0" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
        During background processing, the system attempted to send a
        screen to a user.
        Current screen: "SAPMSSY0 " 0120.
    If the error occurred in your own ABAP program or in an SAP
    program you modified, try to remove the error.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "DYNPRO_SEND_IN_BACKGROUND" " "
    "SAPMSSY0" or " "
    "SYSTEM-EXIT"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
       To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    er the short dump. Then choose "System->List->Save->Local File
    converted)".
    If the problem occurs in a problem of your own or a modified SAP
    gram: The source code of the program
    In the editor, choose "Utilities->More
    lities->Upload/Download->Download".
    Details about the conditions under which the error occurred or which
    ions and input led to the error.

  • Urgent!! Dumps!!! DYNPRO_SEND_IN_BACKGROUND

    Hi Experts,
    We are in the process of upgrading our SRM 3.0 system to SRM 5.0 system.We use classic scenario and ECC 5.0 as the backend system.
    We notice that every time SRM 5.0 system makes an RFC call to the
    backend system, there is a short dump "DYNPRO_SEND_IN_BACKGROUND " with
    text "Screen output without connection to user" occuring the the ECC
    system. It happens only when a user login first time and create shopping cart, but if a user does not logout and create shopping cart, this dump does occur.
    However this does not happen when the RFC call is made from SRM 3.0 system.
    Dump:
    ShrtText
        Screen output without connection to user.
    What happened?
        Error in ABAP application program.
        The current ABAP program "SAPLSPO4" had to be terminated because one of the
        statements could not be executed.
        This is probably due to an error in the ABAP program.
    What can you do?
        Print out the error message (using the "Print" function)
        and make a note of the actions and input that caused the
        error.
        To resolve the problem, contact your SAP system administrator.
        You can use transaction ST22 (ABAP Dump Analysis) to view and administer
         termination messages, especially those beyond their normal deletion
        date.
        is especially useful if you want to keep a particular message.
    Error analysis
        During background processing, the system attempted to send a
        screen to a user.
        Current screen: "SAPLSPO4 " 0300.
    Please Help.
    Thanks,
    Edited by: Afi C on Apr 17, 2008 12:31 PM
    Edited by: Afi C on Apr 17, 2008 12:32 PM

    Hi Afi,
    If the system raise a popup screen or need an user interaction during a background process, you can get "DYNPRO_SEND_IN_BACKGROUND" error. Possibly, you are connecting to a remote server at background process. At the middle of the process, the system is asking for an interaction from the user. In order to find out which dialog appears during the process, take a look into your short dump in detail. You can find some strings that belongs to the dialog box inside of short dump.
    Best regards,

  • Crytal Reports 2008 SP3 - BAiO Reports - Dump 'DYNPRO_SEND_IN_BACKGROUND'

    Hello,
    we have following BAiO-Installation:
    SAP-Kernel Informationen
    SAP-Kernel :  701_REL
    Datenbank Client Library : SQLDBC 7.6.6.006 CL 216871
    hergestellt auf  :  NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00
    hergestellt am  :  Feb 24 2009 23:27:20
    Support-Level  :  0
    Kernel Patchnummer : 32
    Source-Id  :  0.032
    DBSL Patchnummer : 024
    ICU Version : 3.0 Unicode Version 4.0.1
    libsapu16 Version : 2.0025  Feb 24 2009 21:13:21
    Crystal Report 2008
    CR Developer
    Version: 12.3.0.601
    During the binding of some Crystal Reports there are Dumps in SAP-System 'DYNPRO_SEND_IN_BACKGROUND' -  Error message: "SNC disabled to start insecure programs, reject request
      to start olca9056.633415DC6762B03AFC0 from host=olca9056 TP=sapgw01"
    Know everyone this mistake?
    Thanks and  greeting Peggy Nosek
    Reports, which running:
    - Cost Analysis Planned vs. Actual Order Costs.rpt
    - Financial Statements.rpt
    - GL_Statement.rpt
    - Purchasing Group Analysis.rpt
    - Travel by Cost and Location.rpt
    Reports with dump:
    - AP Open Items.rpt
    - Controlling Dashboard.rpt
    - Cost Analysis - Planned vs. Actual Cost Variance for Cost Centers.rpt
    - Credit Memo Analysis.rpt
    - Customer Fact Sheet.rpt
    - Customer Standard Analysis.rpt
    - List of Personnel Travel Expense.rpt
    - List of Sales Orders.rpt
    - New Quotations and Orders Values and Numbers.rpt
    - Sales analysis by product material.rpt
    - Sales Dashboard.rpt
    - Sales Organization Analysis.rpt
    - Stock Overview.rpt
    - Vendor Analysis.rpt
    - Vendor Comparison.rpt
    - Vendor Fact Sheet.rpt

    Hello Ingo,
    the dumps will be created by connection of tables.
    For example the Report "Customer Standard Analysis.rpt":
    If I binding the report on my SAP-Sytem there are the dump:
    DYNPRO_SEND_IN_BACKGROUND
    "SNC disabled to start insecure programs, reject request  to start olca9056.1846712AC676934D59A0 from host=olca9056 TP=sapgw01"
    This report include following tables: kna1, makt, s001.
    If I build a new Report with table  there are the dump:
    - kna1
    DYNPRO_SEND_IN_BACKGROUND
    Aktuelles Dynpro: "SAPMSSY0 " 0120.
    "SNC disabled to start insecure programs, reject request to start olca9056.63348BC67693BAEAD0 from host=olca9056 TP=sapgw01"
    -makt
    DYNPRO_SEND_IN_BACKGROUND
    Aktuelles Dynpro: "SAPMSSY0 " 0120.
    "SNC disabled to start insecure programs, reject request  to start olca9056.18467106C6769401E660 from host=olca9056 TP=sapgw01"
    - s001
    DYNPRO_SEND_IN_BACKGROUND
    Aktuelles Dynpro: "SAPMSSY0 " 0120.
    "SNC disabled to start insecure programs, reject request  to start olca9056.184671640676946DBF20 from host=olca9056 TP=sapgw01"
    greets Peggy

  • Error  Screen output without connection to user  DYNPRO_SEND_IN_BACKGROUND

    Hi Experts
    I am  trying to debbug a BADI (for shc)  in SRM 7.0 with external debugger.
    I placed a breakpoint in the BADI, and logged into the portal screen,it is  independent portal.
    when i start to create the shc i get the error:     Screen output without connection to user
    if i delete the breakpoint it work well.
    the user i work with, has a developer key and SAP_ALL.
    Runtime Errors      DYNPRO_SEND_IN_BACKGROUND
    Exception              CX_SY_SEND_DYNPRO_NO_RECEIVER
    Thanks
    Almog
    Edited by: almog126 on Jul 14, 2010 3:00 PM
    Edited by: almog126 on Jul 14, 2010 3:00 PM

    did you solve this?
    We have now the same problem with any external debugging (WebServices/WebDynpro).

  • Short Dump Error DYNPRO_SEND_IN_BACKGROUND

    hello Experts
    I am facing one problem while query execution as a short dump is coming with run time error DYNPRO_SEND_IN_BACKGROUND.
    On the same time, the other query based on same Info provider is running perfectly without giving any error.
    Plz help on this , I checked the forums but does not get any output.
    Thanks in advance
    Neha

    Hi Neha,
    Check the below SAP Note.
    Note 1010525 - ABAP dump in precalculation server with system messages
    Veerendra.

  • Runtime Errors: DYNPRO_SEND_IN_BACKGROUND

    Hi,
    There  are lots of dump called DYNPRO_SEND_IN_BACKGROUND in my prd system. The short text of the dump is Screen output without connection to user.
    Runtime Errors         DYNPRO_SEND_IN_BACKGROUND
    Short text
        Screen output without connection to user.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPMSSY0" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        During background processing, the system attempted to send a
        screen to a user.
        Current screen: "SAPMSSY0 " 0120.
    I already check the logical connections in SM59 and i have rfc destination WORKFLOW_LOCAL_010 with user logon WF-BATCH, i run also SWU3 transaction to configure workflow.
    Anyone could help me.
    Thanks,
    Bismita

    HI,
    Error in the ABAP Application Program
    The current ABAP program "SAPMSSY0" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
        During background processing, the system attempted to send a
        screen to a user.
        Current screen: "SAPMSSY0 " 0120.
    "DYNPRO_SEND_IN_BACKGROUND" " "
    "SAPMSSY0" or " "
    "SYSTEM-EXIT"
    Dump message: "DYNPRO_SEND_IN_BACKGROUND" " "
    Program Name and Screen no: Current screen: "SAPMSSY0 " 0120.
    As per our analysis using where user list this program hits 1.ECATT(Script), 2. Internet service.
    We have deactivated the ECATT in production even though getting the same dump.
    I don’t have any knowledge about internet service, so kindly suggest to me.
    Regards,
    Bismita

  • DYNPRO_SEND_IN_BACKGROUND(Screen output without connection to user) error!

    Hello All:
       I am getting the error "DYNPRO_SEND_IN_BACKGROUND(Screen output without connection to user) when I am ruuning a job on background. The job creates Workflow and sends email to users. It was working fine and suddenly getting this error from last week! Here are more details:
    ============
    Screen output without connection to user.                                                                               
    What happened?                                                                               
    The current ABAP/4 program "MP000600 " had to be terminated because         
    one of the statements could not be executed.                                                                               
    This is probably due to an error in the ABAP/4 program.                                                                               
    What can you do?                                                                               
    Note the actions and input that caused the error.                                                                               
    Inform your SAP system administrator.                                                                               
    You can print out this message by choosing "Print". Transaction ST22        
    allows you to display and manage termination messages, including keeping    
    them beyond their normal deletion date.                                                                               
    Error analysis                                                                               
    During background processing, the system attempted to send a                
    screen to a user.                                                           
    Current screen: "MP000600 " 2010.                                                                               
    =========================================
    Could someone please help me with this? Rewards assured.
    Thanks.
    Mithun

    Check OSS note # 49730
    There`re lot of OSS note talks about the "DYNPRO_SEND_IN_BACKGROUND"
    Thanks
    Mahesh

  • Getting DYNPRO_SEND_IN_BACKGROUND this error while uploading image

    hi   have created a bsp program in local object and i m not getting error,but  now i have crated this program in packege , so when ever i uploding image in page every time getting this error , please help me
    The following error text was processed in the system:
    *Sending of dynpro SAPLSTRD 0300 not possible: No window system type specified*
    Exception Class *CX_SY_SEND_DYNPRO_NO_RECEIVER*
    Error Name *DYNPRO_SEND_IN_BACKGROUND*
    Program *SAPLSTRD *
    Include *LSTRDU30 *
    Line *186*
    i m uploading image using code not manually and using htmlb:fileupload tab.
    getting here at this point
    *upload new file INTO MIME OBJECTS
          o_mr_api->put(
            EXPORTING
              i_url                         = lv_url
              i_content                     = lv_xstring
              i_suppress_package_dialog     = 'X'
               i_new_loio                   = l_loio
            EXCEPTIONS
              parameter_missing             = 1
              error_occured                 = 2
              cancelled                     = 3
              permission_failure            = 4
              data_inconsistency            = 5
              new_loio_already_exists       = 6
              is_folder                     = 7
              OTHERS                        = 8 ).
    Thanks

    Hi Prashant,
    I worked on your code and found that the exception is thrown in the standard FM..
    CALL FUNCTION 'SKWF_NMSPC_IO_FIND_BY_ADDRESS'
          EXPORTING
            url   = l_url "parent url
            appl  = wbmr_c_skwf_appl_name
          IMPORTING
            io    = g_parent_loio
            error = l_error. "is also set, if l_url not found !
    Reason:
    I named my BSP application Z_MIMEUPLOAD I was getting dump when ....
    In layout and in OnInputprocessing I used ZTEST_MIMEUPLOAD instaed of Z_MIMEUPLOAD
    The dump disappered as soon as I corrected the BSP application name everywhere in the application.
    Please check the url and application name everywhere in your code.
    Also replace the code:
    CONCATENATE 'http://siildev.siil.com:8001/sap(bD1lbiZjPTc3Nw==)/bc/bsp/sap/zprbsp_002/' wa_file into
    By this:
    CONCATENATE 'http://siildev.siil.com:8001/sap(bD1lbiZjPTc3Nw==)/bc/bsp/sap/zprbsp_002/PAGE_NAME' wa_file into
    That is add page name to url in layout.
    I am not sure what is hapening in your code but this is what I found.
    Hope it helps you.
    Regards,
    Anubhav

  • Getting the following error while creating a new configuration

    Hi team,
    I am trying to create configuration of my web dynpro application. When
    I right click on my application and choose create/change configuration,
    browser started. Now when I give a name ( e.g zabc) to it and choose the
    function create, the following error occurs... Can you please give me
    suggestion to overcome it
    Error when processing your request
    What has happened?
    The URL https://gsdcb261.in.ibm.com:8443/sap/bc/webdynpro/sap/zims_issue/ was not called due to an error.
    Note
    The following error text was processed in the system SD4 : Screen output without connection to user.
    The error occurred on the application server gsdcb261_SD4_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPLSKEY
    Function: TADIR_OBJECT_CHECK of program SAPLSKEY
    Function: CHECK_ACCESS_KEYS of program SAPLSKEY
    Method: CHECK_TROBJ_BEFORE_EDIT of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: FILL_APPL_CONFIG_CONTEXT of program CL_WD_CONFIGURATION_MODEL=====CP
    Method: UPDATE_APPLICATION_TREE of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: IF_COMPONENTCONTROLLER~UPDATE_APPLICATION_TREE of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: ONACTIONACTION of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: ONACTIONACTION of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/0A4VPNTYZEA2W6Q9CMDX==CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SD4 in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server gsdcb261_SD4_01 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server gsdcb261_SD4_01 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-https -c: 100 -u: AGAURAV -l: E -s: SD4 -i: gsdcb261_SD4_01 -w: 0 -d: 20070426 -t: 200845 -v: RABAX_STATE -e: DYNPRO_SEND_IN_BACKGROUND
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hello Thomas,
    I am sorry but I haven't check this forum in the last weeks because of lack of time. Thanks for your hint regarding a potential solution. Taking a look a the note I have some problem in "using" it.
    This note contains a number of potential solutions regarding our problem.
    Solution 1.) one could use the modification as described. Surprising to read that SAP is saying: do a modification to solve the problem. => this is only possible "manually"  I am not sure If I will follow this approach
    Solution 2.) Change the URL: This solution scenario I do not understand. The solution path is "very" short and not very instructive. This is the story:
    You can do this by adding "_OLD" to the name of the application of the URL created for the configuration: Use "CONFIGURE_APPLICATION_OLD" instead of "CONFIGURE_APPLICATION"
    and "CONFIGURE_COMPONENT_OLD" instead of "CONFIGURE_COMPONENT". If you want to use this function as your standard, you have to change the original application. To do this, set the parameter "OLD_TR" to "X".
    This solution path is "to short". I do not get the "message" what to do.
    Furthermore: Does that mean you have to use this peculiar solution any time durnig software development of webdynpro components using configurations? In my opinion yes. This is therefore only a "workaround solution" and nothing else.
    And there can I find this parameter "old_tr" they are talking about?
    Sap note 1060287 is the "same" kind (Symptom of this note:
    If you use the configuration editor, there may be errors during transport handling or
    DYNPRO_SEND_IN_BACKGROUND crashes.).
    Here they are saying:
    "Solution
    A final solution will be provided for Release 7.0 BASIS Support Package 13."
    So in SP13 there seems to be a solution (I haven't found up to now the corresponding note). But does that now mean I must implement the complete support package?
    So I am sorry: No progress on my side up to now. May be you have had some success?
    With best regards
    Christoph

Maybe you are looking for

  • HDD failure, I'd like to know how to get Windows 7 back on it.

    Hello everyone, I've had a HDD issue lately, but before I move on to describe my issue, here are the specs of my notebook: HP Pavilion dv6-3264ca AMD Triple-Core CPU 2.2 Ghz 6GB RAM 128MB ATI Graphic Card 750GB Toshiba HDD Windows 7 64-bit The issue

  • Difficulty with pdf form trying to "choose" one of two paragraphs of text

    I am creating a PDF form and trying to find a way to choose one of two groups of text that are about paragraph long. and only having the the one I choose be visible on my pdf.  I tried using a dropdown list, but it would not accmodate the amount of t

  • FCP 7 with Share dont work when a Quickcluster is Active (Bug Found).

    If you send your sequence with the option share of the new FCP 7 to create a Blu-Ray by example you will get an error who can be something like video file not found with your Quickcluster active. Share give you the option to select your Quickcluster

  • UNABLE TO SET NLS_LANG

    Where BI Publisher gets his default NLS_LANGUAGE? BI Publisher language other than english...Lets try to have report in spanish, italian, french ...And also how can i lauch Bi Publisher from command line?

  • Implementing a Webservice with AXIS, which calls CORBA objects

    Hi @all! First my aim is it to invoke a Webservice by a Client. As toolkit for developing this Webservice I use AXIS 1.0. This Webservice in turn should establish a CORBA connection to a third application. A direct access to the CORBA objects without