DYNPRO_NOT_FOUND in ME41

Dear All,
I am facing some issue in standard Transaction code ME41,  on initial screen when i enter mandatory field data and when i hit enter  its shows dump error. The short dump screenshot is attached kindly find and please do the needful.

Hi,
Please check the Notes
1517584 - Short dump DYNPRO_NOT_FOUND in T-code ME21(N), ME51(N), ME41, ME31(K/L)
Check and revert
Regards
Pavan

Similar Messages

  • SHORT DUMP DYNPRO_NOT_FOUND, DOUBLE CLICK ON OPERATION IN NETWORK GRAPHIC

    Dear Experts,
    I am getting shor dump error as DYNPRO_NOT_FOUND in transaction IA02 while double clicking on operation in newtwork graphic.
    I found SAPNOTE 397750 for releases SAP_APPL 46 and 46C. But we are using ECC 5.0 SAP_APPL 500.
    Please give the solution how to resolve this dump error.
    Thanks & Regards,
    Tushar

    Hi,
    there is no coding correction in the note, hence please compare the setting mentioned in the note with your system, if the entry does not exist, you might have to maintain it. otherwise, i am afraid you need to submit a OSS message regarding it.
    Regards
    Jane

  • USER EXIT or BADI to update the field in trx. ME41

    Hi guys,
    My requeriments is  update the field EKKO SUBMI of record when the trx. ME41 but can not find how to do it, the BADI ME_PROCESS_CUST the method POST not allowed me to meet user and not allow the update the field.
    Please help ...
    Thanks.

    Hi Ramana,
    Go to SPRO Transaction and follow the below path
    Customer relationship management>Transactions>Settings for Service Processes>Business Add-Ins and you will find 8 BADI's.
    Check these BADI's useful for you.
    Regards,
    Lijo Joseph

  • Runtime Error DYNPRO_NOT_FOUND after transport of customer subscreen

    Hi,
    We have created a new customer subscreen 9002 using transaction OXK1. When the subscreen was transported to the quality system, the subscreen was not generated thereby causing a dump (error DYNPRO_NOT_FOUND) in transaction FB01 which was using the subscreen.
    Are customer subscreens not regenerated automatically when they are transported?
    Thanks.
    Ekit

    HEllo,
    Sometimes error happen in this process. Please re-generate your scrren.
    goto  OXK1 Select the screen and go to the menu option Subscreen -> Generate.  
    REgards,
    REnan Correa

  • Request For Quotation - ME41 - Item texts are not getting copied

    Hi,
    I created one RFQ (Request For Quotation) by copying from the existing one (through t-code ME41). But item texts are not copied.
    How can this issue be resolved..?
    In menu path ( Item --> Texts --> Adopt Text ), "Adopt Text" option is available. But its in disabled mode.

    just use F4 to get a valid entry, it is only grey to prevent manual typing

  • Create Quotation (ME41) with multiple lines item

    Hi All,
    Do you guys know how to create a quotation (ME41) with a multiple lines item with LSMW ?
    I'm considering create a LSMW with a BAPI just like "CREATEFROMDATA1 (for create PO)" so it has a HeaderData and also ItemData.
    I also looked on the BAPI, but couldn't find any BAPI for quotation.
    Any suggestion?
    Thx u

    Hope this could help u...
    BAPI for RFQ Creation (ME41)

  • Create a vendor inquiry with a BAPI or FM like ME41

    Hey Team ABAP,
    i am a bit lost. I am trying to create a vendor inquiry, which you normally do with ME41. Problem is that i Need to do it in via coding.
    Call Transaction or Batch Input are not really chances i can Approach.
    Since they are stored in EKKO/EKPO like purchase orders i tried to use BAPI_PO_CREATE1.
    I fill it with fields where i think ist needed, but as a return message i only get a message like "No instance of object purchase order got created".
    This Kind of message isnt really helpful. Reading through the documentation of said BAPI i am not sure anymore if it can be used at all to create something else than purchase orders.
    Anyone got some expierience with this subject and wants to help me?
    I dont need coding or stuff like that, but if someone knows a BAPI or FM that i can use i´d be greatful.
    Thanks for reading
    Florian Kemmer

    Id don't know such ME41 BAPI, only BAPI_PR_CREATE PurchaseRequisition, BAPI_CONTRACT_CREATE PurchasingContract, BAPI_SAG_CREATE PurchSchedAgreement, BAPI_PO_CREATE1 PurchaseOrder.
    In ECC-DIMP there is a released FM : BS01_MM_QUOTATION_CREATE, but if you don't have DIMP...
    So I can only suggest you look thru SE80 at objects available on your system in application MM-PUR-RFQ.
    Regards,
    Raymond

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

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

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

  • Unable to create RFQ in ME41 transaction

    Hi,
    I have been trying to create RFQ in ME41 transaction after providing the requisite entries. After click on Save button, I get a message mentioning "Document Created <RFQNum> and immediately I get a popup "Express document Update was terminated recieved from author <username>. And the RFQ number is not available in Table EKKO.
    Kindly suggest what should be the issue causing the RFQ created to be terminated.
    Thanks in advance.
    Thanks,
    Guru

    Hi,
    That's the message you get from the workflow. I think the workflow of RFQ must be implemented in ur company. Sometimes it gives this message bcoz of some functional related issues. Ask the MM consultant for furthur clarifications.
    Regards,
    Jeet K Bhatt

  • Error Dynpro_not_found

    using this code to call me22 but getting error dynpro_not_found
    FORM transaction_bdc .
      DATA :
      wf_number type i,
      wf_trans type i,
      v_cnt(2) TYPE n,
      v_bst(2) TYPE n,
      v_bn TYPE i,
      v_bstpo(25),
      v_ebtyp(25),
      v_menge(25),
      v_eeind(25),
      v_xblnr(25),
      v_xblnr1(25),
      v_ebelp(2) TYPE n,
      v_ebelpt(2),
      v_menge1(11),
      v_ebt TYPE i,
      v_vebtyp LIKE ekes-ebtyp,
      v_eb(2) TYPE n,
      v_tcselflag(40),
      v_tem(2) TYPE n,
      v_correct TYPE i,
      v_file TYPE string.
      DATA: ls_outtab TYPE tb_struc.
      DATA: l_valid TYPE c,
            l_locked TYPE c.
      CALL METHOD g_grid->check_changed_data
        IMPORTING
          e_valid = l_valid.
      IF l_valid EQ 'X'.
        LOOP AT tb_output WHERE check EQ 'X' .
          MOVE-CORRESPONDING tb_output TO itab_output.
          APPEND itab_output.
          CLEAR itab_output.
        ENDLOOP.
        IF tb_output-check <> 'X'.
          MESSAGE e003 WITH text-004.
        ENDIF.
      ENDIF.
      loop at itab_output.
      if sy-subrc = 0.
      v_bst = v_bn + 1.
      else.
       v_bn = v_bn + 1.
       endif.
    endloop.
      IF itab_output[] IS NOT INITIAL.
        PERFORM open_group.
    ***looping at purchase order level.
        LOOP AT itab_output .
    *read table itab_output with key ebelp = ekpo-ebelp.
          CLEAR v_bn.
          CLEAR v_ebt.
          PERFORM bdc_dynpro USING 'SAPMM06E' '0105'.
          PERFORM bdc_field USING 'BDC_CURSOR'
          'RM06E-BSTNR'.
          PERFORM bdc_field USING 'BDC_OKCODE'
          '/00'.
          PERFORM bdc_field USING 'RM06E-BSTNR'
          itab_output-ebeln.
    ***Changing alphanumeric fields and quantity fields to character type**
    v_ebelp = itab_OUTPUT-ebelp.
    clear v_ebelpt.
    v_menge1 = itab_OUTPUT-menge.
    v_ebelpt = v_ebelp.
    ***End Of Changing**
    *Checking for the exact number of the item**
         LOOP AT itab_output where ebeln = tb_output-ebeln.
           IF tb_output-ebelp = itab_output-ebelp.
             exit.
           ELSE.
             v_bn = v_bn + 1.
           ENDIF.
         ENDLOOP.
    *v_bst = v_bn + 1.
    *End Of Checking**
    **Mapping items**
            v_tem = 1.
            CONCATENATE 'RM06E-BSTPO(' v_bst ')' INTO v_bstpo.
            CONCATENATE 'RM06E-TCSELFLAG(' v_tem ')' INTO v_tcselflag.
            PERFORM bdc_dynpro USING 'SAPMM06E' '0120'.
            perform bdc_dynpro using 'SAPLMEGUI' '0014'.
            PERFORM bdc_field USING 'BDC_CURSOR'
            v_bstpo.
            PERFORM bdc_field USING 'BDC_OKCODE'
            '=DETA'.
            PERFORM bdc_field USING 'RM06E-EBELP'
            v_ebelpt.
           itab_output-ebelp.
            PERFORM bdc_dynpro USING 'SAPMM06E' '0111'.
    perform bdc_dynpro using 'SAPLMEGUI' '0014'.
            PERFORM bdc_field USING 'BDC_CURSOR'
            'EKPO-BSTAE'.
            PERFORM bdc_field USING 'BDC_OKCODE'
            '/00'.
            PERFORM bdc_dynpro USING 'SAPMM06E' '0120'.
    perform bdc_dynpro using 'SAPLMEGUI' '0014'.
           PERFORM bdc_field USING 'BDC_CURSOR'
           v_bstpo.
            PERFORM bdc_field USING 'BDC_OKCODE'
            '=BSTA'.
            PERFORM bdc_field USING 'RM06E-EBELP'
            v_ebelpt.
           itab_output-ebelp.
            PERFORM bdc_field USING v_tcselflag
            'X'.
    **Checking weather Confirmation category already exists**
            SELECT ebtyp FROM ekes INTO v_vebtyp WHERE ebelp =
            itab_output-ebelp AND ebeln = itab_output-ebeln.
            ENDSELECT.
            IF sy-dbcnt > 0.
              v_ebt = sy-dbcnt.
            ENDIF.
            v_eb = v_ebt + 1.
    **End Of Checking**
    **For Line items**
            CONCATENATE 'EKES-EBTYP(' v_eb ')' INTO v_ebtyp.
            CONCATENATE 'EKES-MENGE(' v_eb ')' INTO v_menge.
            CONCATENATE 'RM06E-EEIND(' v_eb ')' INTO v_eeind.
            CONCATENATE 'EKES-XBLNR(' v_eb ')' INTO v_xblnr.
    *End**
            PERFORM bdc_dynpro USING 'SAPLEINB' '0200'.
    perform bdc_dynpro using 'SAPLMEGUI' '0014'.
            PERFORM bdc_field USING 'BDC_CURSOR'
            v_xblnr.
            PERFORM bdc_field USING 'BDC_OKCODE'
            '=BU'.
            PERFORM bdc_field USING v_ebtyp
           itab_output-ebtyp.
            PERFORM bdc_field USING v_eeind
            itab_output-eindt.
            PERFORM bdc_field USING v_menge
             v_menge1.
           itab_output-menge.
            PERFORM bdc_field USING v_xblnr
            itab_output-xblnr.
    wf_number = 0.
    **End Of Mappings**
    *loop at itab_output.
            MOVE-CORRESPONDING itab_output TO ekes.
            modify ekes.
            wf_number = wf_number + 1.
           MOVE-CORRESPONDING itab_output TO eket.
           MODIFY eket.
           MOVE-CORRESPONDING tb_output TO ekpo.
           MODIFY ekpo.
    *endloop.
    endloop.
         endif.
    wf_trans = 0.
           CALL TRANSACTION 'ME22'
           USING itbdc
           MODE   'A'.
    wf_trans = wf_trans + 1.
    *perform bdc_transaction using 'ME22N'.
    **End Of Purchase Order Loop**
        PERFORM close_group.
    ELSE.
       MESSAGE i083(zv).
    ENDIF.
    ENDFORM.                    " TRANSACTION_BDC

    HI ,
      This basically means that one of the screen number you have entered in the BDC table does not exist , to get the exact error again run the BDC in mode 'A'.
    Regards
    Arun

  • Error DYNPRO_NOT_FOUND in MIGO

    Hi,
    Error DYNPRO_NOT_FOUND occurs at Goods Receipt in MIGO , for a particular production order and clicking on Classification tab to create a batch.
    The error indicates that the screen 900 of the program SAPLXVBZ does not exist.
    Awaiting valuable inputs.
    Thanks in advance.
    Neethu

    Hi
    SAPLXVBZ is main program of function group XVBZ, here there are defined many user-exit: probably there's a statament CALL SCREEN 900 in one of this exit, but nobody has defined that screen.
    U should find out in which exit that screen is called and delete that line or create the screen (but it's not really good call a screen or popup in a exit).
    Max

  • Vendor field as display in RFQ ME41

    Hi,
    In our system, in field selection fro RFC  Vendor field is tick as optional entry, but when i  try make RFQ with ME41 it is shwoing as Only display field it is not allowing to enetr vendor. what can be the probelm i have also checked by making this field as mandotory.
    regards,
    zafar

    Dear,
    Go to Spro-MM-Purchasing-RFQ/Quotation-Define Document Types-Check what field selection is assigned here in front of your document type (AN).
    Kindly revert.
    Regards
    Utsav

  • Open PRs by date on ME41

    Hi all,
    while creating RFQ in tcode ME41, there is an option to create RFQ with reference of PR and that option also provide selection of open PRs only. I want to change this option as Open PRs on a particular date interval. Any idea to do this without any major customization?
    Best Regards,
    AI.

    There;s no config or setting to add range date in selection Ref to PR , you'll need to custom that, and its not recommended.Better use current selection(like tracking No, Purch group,Doc type,etc)

  • ME41 create - create RFQ - BAPI - Userexit

    Hello experts,
    I'm was trying to find a BAPI to create a request for quotation (RFQ).
    I read the thread [Re: BAPI to create Purchase Requisition;, so there seams to be no BAPI.
    For that reason I tried to solve the problem with batch input. It created a RFQ. But in further steps the transaction normally loops throught a amount of suppliers, the RFQ is directed to.
    CLEAR ls_bdc_data.
    ls_bdc_data-fnam = 'BDC_OKCODE'.
    ls_bdc_data-fval = '/00'.
    APPEND ls_bdc_data TO lt_bdc_data.
    ls_ctu_params-racommit = ''.
    ls_ctu_params-nobinpt = 'X'.
    ls_ctu_params-dismode = 'E'.
    * ls_ctu_params-updmode = 'S'.
    ls_ctu_params-nobiend = 'X'.
    CALL TRANSACTION 'ME41' USING lt_bdc_data OPTIONS FROM ls_ctu_params.
    Does anybody have an idea.
    Best regards,
    Andi

    Hi,
    I found the problem. The ME41 uses a COMMIT WORK in MM06EF0B_BUCHEN.
    * docu: process COMMIT WORK
    * function module, ME41 and ME59 sometimes using COMMIT AND WAIT
      IF no_commit IS INITIAL.             "for FM w/o COMMIT possible
        IF commit_wait IS INITIAL AND sy-tcode NE 'ME41'
          AND NOT ( ( fc_vorga EQ cva_ab OR NOT gf_me59n IS INITIAL )
                                       AND gf_atp_indicator EQ 'X' ).
          COMMIT WORK.
        ELSE.
          COMMIT WORK AND WAIT.
        ENDIF.
    For that reason I had to change the options:
      ls_ctu_params-racommit = 'X'.
      ls_ctu_params-nobinpt = 'X'.
      ls_ctu_params-dismode = 'E'.
      " ls_ctu_params-updmode = 'L'.
      ls_ctu_params-nobiend = 'X'.
      CALL TRANSACTION 'ME41' USING lt_bdc_data OPTIONS FROM ls_ctu_params.
    It works.
    Best regard,
    Andi

  • ME41 badi/user exit

    Hi
    Do you know an BADI/user exit which is called in transaction ME41?
    My requirement is to insert some custom text into item texts.
    For Purchase Order I've done it with ME_PROCESS_PO_CUST and method PROCESS_ITEM but I can tfind simmilar functionality for RFQ.

    Hi Tomas,
    I think you have to create an enhancement spot. I once developed an enhancement spot to manipulate the item text in ME41.
    Here are the steps.
    - Open MM06EFTE_POSITIONSTEXT_UEBER0H include.
    - Create an implicit enhancement (usually right before endform line)
    - You can write your code to do the item text manipulation inside the enhancement block (the text is stored in tlinetab table)
    FYI, for RFQ:
    tdobject = 'EKPO'
    tdname = 'RFQ number + line item'  (ex: 460000001700010)
    tdid = 'A01' (standard for item text)
    I hope this is useful for you

Maybe you are looking for

  • How to control my MacBook Pro with my iPhone ?

    I do wanna know how to control my Macbook pro just with my iPhone, please

  • Is there a way to change the order of the listing on Hub for Z 10?

    Is there a way to move the order the listing is set for the Hub on Z 10?

  • My mac doesn't recognize my ipod nano

    i have a 2nd gen ipod nano and it works perfectly fine when plugged into other lap tops and computers but recently it isnt recognized on my mac computer. i plug it in through the usb port and itunes or the rest of the computer doesnt well...see it? i

  • Reissued mail backup

    please mail to admin-level backup acc ******* ago I bought this because I play the game acc clash of clans chua acc was full cup for me but now I forgot backup mail id pass though I still remember, but I forgot ID DC thrusting this article please pro

  • Splitting events

    When i attempt to split an event, (split event before selected clip) it seems work and a new event is listed for a moment then disappears, leaving me with an apparently unsplit event where i started