DYNPRO_SEND_IN_BACKGROUND-screen ouput in RFC modules

Dear All,
For those who are hunting for ABAP runtime error - DYNPRO_SEND_IN_BACKGROUND when processing screen in RFC check this OSS SAP Note 673402 -Processing screen outputs in RFC modules.
Just helped one of my friends in finding this note. So putting this info here so it may be of help.
Regards,
SuryaD.

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

Similar Messages

  • Problem to print Purchase Order created in RFC module function

    Hi
    I created a specific RFC function module for using in a BSP application. In this specific function module, I have created a Purchase Order (PO) thanks to the standard module "BAPI_PO_CREATE". The PO is well created but I don't manage to print immediately this PO but the spool is queued. Whereas using SE37, the PO is well created and printed.
    But the customer wants to find the PO immediately in the printer
    Do you know a simply way to solve my problem? I have the feeling that something is lost using RFC module function and the standard module function.
    Thank a lot of for your reply
    Regards
    Francois

    The issue may be because, its used in BSP application.
    may be you need to implement whats explained in this weblog.
    /people/thomas.jung3/blog/2005/08/23/bsp-server-side-printing-for-tableviews
    Regards
    Raja

  • Selection screen as subscreen in module pool main screen

    hello
    i having problem with a module pool  and a selection screen subscreen , i have my main screen 100 in my module pool
    i create a sub screen area , then in my top include i define a seleccion screen as subscreen  150
    i define some paramets and select-options ( for the select-options feature is because i choose use the subscreen )
    so far here is OK , the problem is when i fill the subscreen data and press a pushbutton define in the main screen ( 100 )
    the field are getting cleared ( BTW i call the subscreen in the PBO of the main screen ( 100 ) using call SUBSCREEN SUB_AREA INCLUDING SY-REPID '150'. ) so my question is how i can do for save the data filled in the subscreen ?
    thanks

    i find the solution of my own question:
    in the first line of the PAI event of the main screen ( where you call the subscreen ) need add 'call subscreen SUB_AREA_NAME_HERE.

  • Calling a Selection Screen from a Function Module/Method

    Hi,
      I would like to call a selection screen from a function module or method. I understand it is not possible by the definition. Are there any alternative options as I am looking for the Variants Save option on the screen. Any thoughts?
    Thanks
    Raghav

    Since i don't know your exact requirements (standard SAP selection screen? your own selection screen?) the onl;y thing i can come up with is:
    1. in your function pool create your own screen with a subscreen area
    2. create your own selection screen as a subscreen.
    3. include the selection subscreen in the first screen
    4. call the first screen in your function.

  • Which RFC module/s should I use to access DSO tables?

    Hello,
    I am in a proccess of creating an adaptive RFC model in Web Dynpro.
    I am in a stage where I need to select my RFC modules.
    My requirement is to access our DSO tbles.
    I see many BAPI's and functions under the SAP Business Information Warehous tree. Which one should I use for needs?
    Roy

    Hi Roy,
    You should use BI SDK for Java to connect to BW from Web Dynpro (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how%20to%20use%20the%20bi%20java%20sdk%20in%20a%20web%20dynpro%20application.pdf)
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/011e681cf74ab4b3acf73f77653405/frameset.htm
    https://media.sdn.sap.com/public/html/submitted_docs/BW/BI_SDK_JavaDocs/bi_sdk_doc/docs/documentation.html
    /people/moya.watson/blog/2004/04/05/the-bi-java-sdk-whats-in-it-for-you
    /people/moya.watson/blog/2004/12/27/three-new-how-to-guides-for-the-bi-java-sdk
    Best regards, Maksim Rashchynski.

  • Which RFC module/s should I use to access BW tables?

    Hello,
    I am in a proccess of creating an adaptive RFC model in Web Dynpro.
    I am in a stage where I need to select my RFC modules.
    My requirement is to access our BW tables.
    I see many BAPI's and functions under the SAP Business Information Warehous tree. Which one should I use for needs?
    Roy

    Hi Roy,
    You should use BI SDK for Java to connect to BW from Web Dynpro (https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how%20to%20use%20the%20bi%20java%20sdk%20in%20a%20web%20dynpro%20application.pdf)
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/011e681cf74ab4b3acf73f77653405/frameset.htm
    https://media.sdn.sap.com/public/html/submitted_docs/BW/BI_SDK_JavaDocs/bi_sdk_doc/docs/documentation.html
    /people/moya.watson/blog/2004/04/05/the-bi-java-sdk-whats-in-it-for-you
    /people/moya.watson/blog/2004/12/27/three-new-how-to-guides-for-the-bi-java-sdk
    Best regards, Maksim Rashchynski.

  • How to Add F4 Help To a Screen Field In a Module Pool Program

    Hi Friends,
    1. How to Add F4 Help To a Screen Field In a Module Pool Program?
    2. How to select a single cell in ALV report output for interactive reporting ?
    Kindly give code example.
    regards,
    Pradeep

    Hi,
    Try using the fm 'F4IF_INT_TABLE_VALUE_REQUEST'.
    Refer the link below for selecting  single cell.
    alv
    Reward points if useful.
    Regards
    Rose

  • How to handle change in RFC module inside webdynpro

    Hi All!
    I am developing a rather large webdynpro application. The development is a "work in progress" meaning that from time to time we find that there are requireemtns for additional fields in some of the tables / structures of the RFC module.
    Normally what we do, when adding or deleting an attribute from a table/structure is:
    Reimportmodel.
    Delete Cotext.
    Click Apply Template, and create new model binding using the template.
    modify the method.
    But are there other ways to handle reimports?
    Because when we use table XXYY in 7 different RFC modules and then add/remove an attribute of tabel XXYY we have to delete and re-create 7 modelbidings + method = VERY VERY time consuming, and error prone - because all the views attached to our component contoller also has to be reimported.
    Does anyone know a smarter / more convienient way to do this?
    Inputs are highly appreciated!
    Best regards,
    Ronni Hostrup

    Hi Again,
    i guess i was a little to quick in my reply.
    The method above i am afraid does not work.
    What i did was:
    the RFC module was changed (an extra field was added to a table of the rfc module)
    reimported the model (on my DC containing the model)
    re-deployed the model on the server.
    opened the dc that uses the model and removed the model from used models.
    -- no errors occoured. then i removed the use of the entire DC (removed it from used dc )
    rebuilded the projcect, and alot of errors accoured.
    add the model dc puplic part again, and added the model as used model.
    rebuilded the project again - no errors.
    in the context i, under input and output of the affected modelcontext i choose edit model binding ,and then chose the model type. and marked all of the fileds (i could see my ekstra field)
    updated the ui that used the models.
    deployed the archive, restarted the j2ee engine - just to be sure.
    deployed the archive again, and nothing worked - ie. not a single entry in the entire table
    so i guess i have to delete the model contex and then click the apply template to rebind and recreate alle my RFC modules again - since  most of them use the same modified table
    but thanks for the inputs.  - lets hope that SAP one day realizes that this is not very clever made
    best regards,
    Ronni

  • 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

  • Screen shots of RFC

    Hi
    I need screen shots of RFC
    Regards
    Azeez

    What exactly do you need screen shots of????
    Regards
    RIch Heilman

  • Problem in creating RFC modules in NetWeaver Developer Studio

    Hi SDN,
    Recently we have upgraded the portal server from EP6 SP9 to EP6 SP19. The applications which are getting data from the backend R/3 system are giving exception
    <b> You are not authorized to logon to the target system. </b>
    So we have now used the NWDS SP19. But we are not able to create the RFC modules as it is giving the same exception even in NWDS.
    <b> How do I go about this???? </b>
    regards
    Brahmachaitanya C. Wajapey

    Hi Bala,
    The exception given is only that much.
    When I try to create the RFC, a Dialog box pops up and the error given is
    <b>
    ERROR file opened at 20070516 111750 India Standard, SAP-REL 640,0,154 RFC-VER 3 864900 MT-SL
    T:5512 Error in program 'javaw': ======> You are not authorized to logon to the target system.
    T:5512 Error in program 'javaw': <* RfcReceive [2] : returns 3:RFC_SYS_EXCEPTION
    </b>
    Please help me out.
    regards
    Brahmachaitanya

  • How many screens are there in module pool

    hi gurus
    can anyone suggest me
    how many screens are there in module pool
    thank you
    regards
    kals.

    see this link for better understanding of dialog programming/module pool programming.
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9ce935c111d1829f0000e829fbfe/content.htm
    see this
    Check the below link:
    http://wiki.ittoolbox.com/index.php/FAQ:What_is_module_pool_program_in_abap%3F
    http://help.sap.com/saphelp_46c/helpdata/en/35/26b1aaafab52b9e10000009b38f974/content.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/index.htm
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    You can also check the transaction ABAPDOCU which gives you lot of sample programs.
    Also you can see the below examples...
    Go to se38 and give demodynpro and press F4.
    YOu will get a list of demo module pool programs.
    One more T-Code is ABAPDOCU.
    YOu can find more examples there.
    See the prgrams:
    DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement
    DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    Regards.
    Chandru

  • Screen number for Function module

    Hi,
    Where can I find the screen number for Function module /1BCDWB/SF00000012
    Thanks.

    oscar miak wrote:
    Function module /1BCDWB/SF00000012
    I think fm get generated for Smartforms. so you need to look thru transaction SMARTFORMS

  • Making screen-input 0 in module pool

    Hi all,
    I am creating one module pool program in which i am taking some I/O fields
    for Input Output both possible...
    Now i have also created one push button DISPLAY..
    Now when user enter Serial Number and press DISPLAY button all other I/O fields other than Serial Number should fill and become input not possible.
    All data coming but i dont know what to do to make input 0.
    Is it possible?
    Can anyone help me?
    Thanks in advance.........

    need to write under PBO
    example :
    process on before-output.
    module screen.-> double click on module
    module screen.
    loop at screen.
    here write the code.
    endloop.
    endmodule.
    Thanks
    Seshu

  • Tracking later which RFC Modules or Function Modules were selected

    Hi!
    How can I to reproduce or track later which RFC Modules or Function Modules were selected.
    I can see only the Model Name and the classes but never the  RFC Modules or Function Modules
    inside of WebDynproExplorer or elsewhere.
    Regards
    sas

    Hello!
    I suppose my question was not understandable.
    Therefore I try to explain it.
    I mean how can I find out later which function modules have been choosen
    while importing adaptive RFC Model wizard. Imagine you have an existing
    webdynpro project made by your college or friends. And now you want to
    understand it. You look to Web Dynpro Explorer tree inside NWDS and
    open the folder "Models" and all what you see is a Modelname and some classes
    if a model has benn created before. In that case you can not reproduce exactly
    which  Function Modules or Function Module has been taken by the developer.
    I hope it clarifies the matter.
    Regards
    sas

Maybe you are looking for

  • Vendor Credit Memo posting to Asset when invoice did not

    Hi Experts, We are on SAP 604 and have the following scenario. PO to purchase an asset at $10,000.  (not an inventory item). Goods receipt has NOT been done. 1st invoice comes in but is only for half of the asset.  (.5 qty at $5,000)  does not post t

  • Adobe form - browser not closing

    We've developed an Adobe Interactive form (thru Netweaver Developer Studio NW04 SP 11 - i.e. Web Dynpro). This form will be accessed by external users for printing. They have Adobe Reader 7.0.8. Our problem is that the external users are not ready to

  • "You can't open the application App Store because it might be damaged or incomplete." Help?

    I'm not exactly sure what happened but for some reason my App Store won't open anymore. Every time I try the message "You can't open the application App Store because it might be damaged or broken" pops up. And for some reason iPhoto is completely mi

  • HT204150 contacts on my mac lost most of their data since mountain lion

    Hello: It seems as if since upgrading to mountain lion many of the contacts in Contacts (used to be Address Book) on my mac are lacking most of the information. In fact only the name remains while the rest of the informaton is missing (regardless if

  • Kein Verbindungsaufbau um die Seriennummer prüfen zu lassen

    Immer wenn ich auf den entsprechenden Button "Überprüfen" klicke, 'arbeitet' das Prg kurz und dann passiert wieder nichts. Es erinnert mich ständig an die 7 Tage Frist, um die Nummer überprüfen zu lassen. kann mir jemand weiterhelfen?