Error in "submit rmmmbest with ms_matnr-low = wa_matnr-low and return"?

Hi
Experts pls show me the solution for this error
Error in "submit rmmmbest with ms_matnr-low = wa_matnr-low and return"?
i have found error an during  extended syntax check for above statement . i.e3., ms_matnr-low is not a parameter or a select-option in report rmmmbest
If anybody face this problem please tell me the solution.
thanks in advance

Hi Sitaram,
The selection for material number is programmed with a select-option called MS_MATNR. Although you can see only MS_MATNR-low you should still fill an internal table with the same linetype as MS_MATNR and then use SUBMIT rmmbest with MS_MATNR = <your internal table>.
e.g.
  DATA:
     zlt_matnr_range TYPE RANGE OF matnr,
     zls_matnr_line    LIKE LINE of zlt_matnr_range.
zls_matnr_line-sigm  = 'I'.
zls_matnr_line-option = 'EQ'.
zls_matnr_line-low = wa_matnr-low.
APPEND zls_matnr_line to zlt_matnr_range.
SUBMIT rmmmbest WITH ms_matnr = zls_matnr_range.
Regards,
John.

Similar Messages

  • "An error has been detected with a required application library and the product cannot continue. Please reinstall the application.

    I have received the following error message from my Adobe Acrobat Pro X1 after installing the CS6 package :, "An error has been detected with a required application library and the product cannot continue. Please reinstall the application.
    I am now unable to open any pdf?
    Any words of advise here how to fix this problem?
    Thanks!

    ** Moved to Acrobat Forums for quicker and accurate resolution steps ***

  • An error has been detected with a required application library and the product cannot continue. Plea

    I am getting the following error each time I open Adobe Acrobat 7.0 Professional...
    "An error has been detected with a required application library and the product cannot continue. Please reinstall the application."
    I have tried uninstalling and then reinstalling the program. It didn't help, got the same error shortly after opening the program.
    What is strange is that the problem just suddenly appeared therefore, I believe that it may have been malware related causing this problem. And I have had this program and have been using it without any problems now for over 3 years.
    It appears that a vital part of the program is being blocked.
    Can anyone please help and offer a detailed solution to this problem? Maybe someone has already encountered it.
    Thank you!
    -Dan Sacapano

    Anoop,
    Upon re-reading that information, I am curious as to why your believe that this will solve my issue. That is not related to my error message: "An error has been detected with a required application library and the product cannot continue. Please reinstall the application."
    I have not received any such message as the one seen on that page.
    Please explain why I wouldn't have gotten that partcular message and instead got the one I quoted above?
    Thank you,
    -Dan

  • Error - Only partial orders with status ER, IG, WO and WR are allowed

    Hi,
    How to troubleshoot the distribution error "only partial orders with the status ER, IG,WO, WR are allowed"
    All other settings are made.
    BR,
    Anirudh,

    Hi Anirudh,
    Generally, logs in CVI9 with status 'PC' indicate the processing of the documents at the communication layer/server. You can also check the sending orders in transaction SCOT (Utilities > Overview Send requests). If, for example, the documents are in 'waiting' status, this indicates that it is not distributed due to improper SCOT settings.
    From DMS point of view please check the following settings on your system:
    1. Please activate the workflow templates again in transaction SWDD:
    - WS20000104
    - WS20000137
    2. Furthermore, please check whether the data processing distribution type (e.g.: INT) has been maintained with value "2" in SPRO customizing
    3. Verify that the event type linkage is set in SWE2 for BUS1082 INITATED. So,Go to swe2 transaction. In the line below set the 'Type linkage' flag:
    "BUS1082 INITATED WS20000104"
    Please see also SAP note 997428 for further information and check if the recieving user has maintained the full name (first and last name) in transaction SU01.
    Best regards,
    Christoph
    P.S.: Please reward points for useful information.

  • Problem with leave to list-processing and return to screen

    Hi all,
    I am designing a screen in which I have provided a pushbutton which will allow the user to upload (via BDC) the price list to VK11 transaction. And consequently, after upload the BDC message will be captured and displayed as an ALV list. for this, I am using leave to list-processing and return to screen 100 statement.
    My problem is, when I return from the alv list screen by pressing back/any button the called screen 100 is displayed as a dialog window. but actually the screen 100 is a normal screen.
    How can I rectify this problem?
    Thanks,
    Rajan

    rajan,
    i think the below link will clear your problem.
    [http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9d2f35c111d1829f0000e829fbfe/frameset.htm]
    Regards,
    Venkat

  • SUBMIT  Report with return values

    Hi,
    I am using the SUBMITE REPORT STATEMENT as
    SUBMIT RVV50R10C WITH st_ledat-LOW =  s_vstel-LOW
                     WITH st_ledat-HIGH =  s_vstel-HIGH
                     AND RETURN EXPORTING LIST TO MEMORY.
    For the report RVV50R10C the o/p is an hierarchical display.
    So when i am exporting list to memory. how exactly are the values populated and,
    if i want two fields from the o/p of the report t be populated in another internal table, how can i get it.
    initially i am calling FM LIST_FROM_MEMORY and getting values in to a itab of type abaplist.
    how the values will be populated into this table.

    Hi,
    Hope this wud help u...
    Once the program report has been accessed, the list stored there in the ABAP Memory is read by means of function modules and inserted in the current list.
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT report EXPORTING LIST TO MEMORY
                  AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = list_tab
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.
    IF sy-subrc = 0.
      CALL FUNCTION 'WRITE_LIST'
        TABLES
          listobject = list_tab.
    ENDIF.
    Keerthi.

  • Load Hierarchy Error "object variable or with block variable not set"

    Hi gurus
    When I try to load a dimension by package I get this error "object variable or with block variable not set" and I can not select the hierarchy of the dimension
    You know how to fix this issue?
    Thanks
    Nayadeth

    Hi SAP collegues,
    At my site, BPC Excel created this problem too "Object Variable or With Block Variable not set" .
    It turned out that this is symptom of a a dys-functioning BPC COM Plug-in in XL2007 or XL2010!
    This is a consequence that your Excel recently crashed while using BPC. And it relates to an Excel Add-in becoming disabled when the applications crashes.  Please check the following.
    Note before doing the following, close all other open Excel and BPC sessions.
    Within Excel go to File à Options
    Select the Add-Ins option on the left
    Select the <<COM Add-ins >> option in the Manage drop down, and click Go
    Make sure that the Planning and Consolidation option is selected.  If not, mark this box and click OK.
    If you do not see anything listed, return to the Add-in screen and select the Disabled Items option, and see if Planning and Consolidation is listed there.
    Let me know if you have any queries,
    Kind Regards,
    robert ten bosch

  • "An error has been detected with a required application library"

    Hi All,
    I installed Audition 3.0 on a new laptop running Windows 7 Home Premium.  The installation goes fine but when I try to run the program it fails and I get this message, "An error has been detected with a required application library and the product cannot continue.  Please reinstall the application."  I've tried reinstalling many times but it doesn't help.  Any ideas?
    Thanks,
    Billy

    There's a good chance the software is too old and is not compatible with Windows 7.  One thing you might try is to uninstall and then install the new CS6 trial version and see if that works properly for you.  If it does, then it is not a mchine issue (except that the machine might be too new for the old version).

  • How do you fix error message "data rate for this file is too high for DVD.  You must replace this file with one of a lower data rate".

    When trying to burn a DVD it will go through the encoding step and at 98% we see the message 'data rate for this file is too high for DVD.  You must replace this file with one of a lower data rate".  We need help to correct this so we can complete burning to DVD. 

    What did you export from Premiere?
    Did you use the MPEG2-DVD preset... and did you make any changes to the preset?
    CS5-thru-CC PPro/Encore tutorial list http://forums.adobe.com/thread/1448923 may help

  • On certain sites, some lines have the lower half missing. Changing the font or its size does not help. The error does not appear with Iceape or Chromium.

    On some sites certain lines appear with the bottom half missing, as if obliterated. Changing the font or its size does not help. The error does not appear with Iceape or Chromium.

    I looks that the whole line doesn't fit in the container, so the bottom part is cut off. The usual cause is that a font is used that takes more vertical space, so any increase or changes from the font in what the website prescribes can cause this issue. I've seen web pages that were even affected by changing the minimum font size from none to 1 (!). If you do not have the font installed that the website specifies then Firefox will fallback to another (default) font that may have different dimensions.

  • How to catch errors in calling program when using SUBMIT ... AND RETURN ?

    Hi ,
    I am calling a report using submit and return statement from a function module. The report has select-options field for a date field. If user enters a date in low, which is greater than high, getting error message "Lower limit is greater than upper limit".
    How to catch this error without endup stoping on selection screen of the report?
    In the documentation, I read :
    Programs called with SUBMIT ... AND RETURN or CALL TRANSACTION cannot propagate exceptions to the caller, because exception objects are bound to the internal mode of a program.
    Is there any way to overcome this?
    Also my aim is to write a validation on the date selection-option to have the date range not more than 20 days.
    I am not sure of how to achieve this. 
    Is there a way to do validation of select-options data before submiting to the report ?
    Is there any standard FM to achieve this task?
    Thank you,
    Surya.
    Edited by: Surya on May 24, 2009 6:08 PM

    Hi Surya ,
    In your function module's code validate the date .
    If the low value of the date less than high and date period is not more than 20 then
    call transaction and in else condition raise exception.
    In your FM write like that - -
    IF   date-low LT date-high AND
                           date_difference LE '20' .
    CALL  TRANSACTION   'transaction'.
    ELSE.
    RAISE  ...........  " Raise the invalid date exception
    ENDIF.
    Regards
    Pinaki

  • Submit report with dynamic selections

    Hi All,
    I am trying to Submit a report with dynamic selections. I am using the option SUBMIT REPORT WITH FREE SELECTIONS.
    But the dynamic selections are not getting passed.
    Request you to kindly provide some inputs
    My code is
    DATA: trange TYPE rsds_trange,
          trange_line LIKE LINE OF trange,
          trange_frange_t_line LIKE LINE OF trange_line-frange_t,
          trange_frange_t_selopt_t_line LIKE LINE OF trange_frange_t_line-selopt_t,
          texpr TYPE rsds_texpr.
    trange_line-tablename = 'PA0002'.
    *trange_frange_t_line-tablename = 'PA0002'.
    trange_frange_t_line-fieldname = 'GBJHR'.
    trange_frange_t_selopt_t_line-sign   = 'I'.
    trange_frange_t_selopt_t_line-option = 'EQ'.
    trange_frange_t_selopt_t_line-low    = '1987'.
    trange_frange_t_selopt_t_line-high   = '1987'.
    APPEND trange_frange_t_selopt_t_line TO   trange_frange_t_line-selopt_t.
    APPEND trange_frange_t_line TO trange_line-frange_t.
    APPEND trange_line TO trange.
    CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX'
      EXPORTING
        field_ranges = trange
      IMPORTING
        expressions  = texpr.
    submit RPCADVQ0
    VIA SELECTION-SCREEN
                    WITH SELECTION-TABLE rspar_tab
                    WITH FREE SELECTIONS it_texpr
                    and returN.
    Kindly provide your inputs
    Regards
    Reshma

    Hi Reshma,
    Use the FM - RS_REFRESH_FROM_DYNAMICAL_SEL before FREE_SELECTIONS_RANGE_2_EX.
      data: trange  type rsds_trange,
              g_repid type sy-repid.
    g_repid = 'RPCADVQ0'.
      call function 'RS_REFRESH_FROM_DYNAMICAL_SEL'
        exporting
          curr_report        = g_repid
          mode_write_or_move = 'M'
        importing
          p_trange           = trange
        exceptions
          not_found          = 1
          wrong_type         = 2
          others             = 3.
      if sy-subrc eq 0.
    " Do the changes to the trange
    CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX'
    EXPORTING
    field_ranges = trange
    IMPORTING
    expressions = texpr.
    submit RPCADVQ0
    VIA SELECTION-SCREEN
    WITH SELECTION-TABLE rspar_tab
    WITH FREE SELECTIONS it_texpr
    and returN.
    endif.
    Cheers,
    Kothand

  • Problem with SUBMIT report [ WITH SELECTION-TABLE ] or [ IN range ]

    Hello Everybody,
    I am trying to call transaction F.80 for mass reversal of FI documents by using SUBMIT sentence and its parameters like this:
      LOOP AT i_zfi013 INTO wa_zfi013.
        PERFORM llena_params USING 'BR_BELNR' 'S' 'I' 'EQ' wa_zfi013-num_doc ''.
    range_line-sign   = 'I'.
    range_line-option = 'EQ'.
    range_line-low    = wa_zfi013-num_doc.
    APPEND range_line TO range_tab.
    endloop.
    Line: -
          SUBMIT sapf080
            WITH br_bukrs-low = p_bukrs
            WITH SELECTION-TABLE it_params  [ same  problem with -  WITH BR_BELNR IN range_tab]
            WITH br_gjahr-low = p_an1
            WITH stogrd = '05'
            WITH testlauf = ''
            AND RETURN.
    My problem is that  when the report is executed the BR_BELNR only delete one document of the all the inputs in the selection criteria from the loop. if I add the statement [ VIA SELECTION-SCREEN] in the SUBMIT if open the multiple selection criteria in the screen I can check that all the documents are set in it from the ABAP code in the loop from it I just need to push F8 to copy them and run the program processing all the documents normally .
    Can some one help me with this? is there a way to execute the transaction BY the SUBMIT with the multiple selection criteria for the Document Number working well?
    Thank for you time and help.

    This is my code:
      TYPES: BEGIN OF T_ZFI013,
              BUKRS     TYPE BUKRS,
              GJAHR     TYPE GJAHR,
              MONAT     TYPE MONAT,
              ANLN1     TYPE ANLN1,
              ANLN2     TYPE ANLN2,
              NUM_DOC     TYPE BELNR_D,
              DATE     TYPE DATUM,
              TIME  TYPE UZEIT,
              USER     TYPE SYUNAME,
             END OF T_ZFI013.
       DATA: I_ZFI013  TYPE STANDARD TABLE OF T_ZFI013,
             WA_ZFI013 TYPE T_ZFI013,
      DATA: br_belnr       TYPE BELNR_D,
            rspar_tab  TYPE TABLE OF rsparams,
            rspar_line LIKE LINE OF rspar_tab,
            range_tab  LIKE RANGE OF br_belnr,
            range_line LIKE LINE OF range_tab."range_tab.
      LOOP AT i_zfi013 INTO wa_zfi013.
        range_line-sign   = 'I'.
        range_line-option = 'EQ'.
        range_line-low    = wa_zfi013-num_doc.
        APPEND range_line TO range_tab.
      ENDLOOP.
      SUBMIT sapf080
        WITH br_bukrs-low = p_bukrs
        WITH br_belnr IN range_tab
        WITH br_gjahr-low = p_an1
        WITH stogrd = '05'
        WITH testlauf = ''.
    This is the RANGE_TAB table before submit:
    1     I     EQ     1001xxxxxx
    2     I     EQ     1002xxxxxx
    3     I     EQ     1003xxxxxx
    4     I     EQ     1004xxxxxx
    5     I     EQ     1005xxxxxx
    6     I     EQ     1006xxxxxx
    7     I     EQ     1007xxxxxx
    8     I     EQ     1008xxxxxx
    I think this wont work for some reason so I will start to do this by a BDC.
    Many thanks for your help.

  • Error: Object variable or with variable not set while accessing BPC Excel

    Hi,
    I am working on BPC NW 7.5. When I am trying to access BPC for Excel I am getting the below error.
    'object variable or with variable not set'
    When I click on BPC for Excel it ask for the credentials, after entering it we encounter this error.
    Any idea why is this happening?
    Regards,
    Priyanka Singh

    Hi Renne,
    Could you share me the solution to resolve the issue?
    I am getting an error "object variable or with block variable not set" while trying to submit data through an Input schedule.
    I am working on SAP BPC 7.0 NW and using MS Excel 2003.
    I can log in to BPC Admin and excel with my user id and password.
    Only when i am trying to click esubmit --> send and refresh schedules i am getting this error.
    I checked my security profile and i have the submit data task in my task profile.
    Following couple existing SDN postings i tried to check the ADD-INs of the excel on my system. However it looks like the steps listed in the existing SDN posts are for MS EXCEL 2007.
    Please suggest me how do i resolve this issue. Please note I am working on SAP BPC 7.0 NW and using MS Excel 2003.
    Regards,
    Jagat

  • "Bridge is running low on memory and should be restarted" error

    I am running Bridge CS4 on a DELL T-1650 with plenty of hard drive space.  I am having trouble with indexing / caching files.  My computer is connected to a large office server with a large amount of files that I need to be able to search.  I recieve a "Bridge is running low on memory and should be restarted" error each time I attempt to index the files on the server drive.  I have tried Purge and Cache, set the cache memory slider to max.  This is a very large amount of files (TB ) to index /cache.  I leave the computer running overnight to allow ample time, I nothing on my TB hard drive , and have 16GB of available RAM.  Any ideas?

    …My computer is connected to a large office server…
    Aha!  Working over a network is not supported by Adobe.
    This is the boilerplate text often used in connection to saving to a network (please NOTE the part where it explains that normally, it does work, but that it is impossible to troubleshoot someone else's network remotely, and that's why it's not supported by Adobe):
    If you are opening files over a network or saving them to a network server, please cease and desist immediately in the event you are currently experiencing problems with one or more files. Working across a network is not supported.
    See: 
    http://kb2.adobe.com/cps/406/kb406793.html
      Copy the CLOSED file from your server to your local hard disk, work on it, save it again to your local hard disk, close it, and copy the closed file back to the server.
         Of course, the fact that Adobe does not support working across a network does not necessarily mean it won't work.   It should.
        Adobe's position is that there are too many variables in a network environment for them to guarantee that everything will work correctly in every network, especially given the fact that if something does not work properly, it's probably the network's fault, and Adobe has no way of troubleshooting your network.
      If you can't work locally, you are on your own, and if something happens, you're on your own. If you must work from a server, make sure your network administrator is a competent professional.
    When problems arise, a lot of valuable work can be lost.

Maybe you are looking for

  • Error in idoc with status 20 "Error triggering EDI Subsystem"

    Dear All, I have query related to IDOC Status 20. I am tirggering IDOC with standard t-code from IS-Retail system. I have created two ports a) TRFC port and b)File port . <b>We are having sending and receiveing application on two different OS i.e one

  • Discontinue of mac pro and mac book pro hopefully not

    From recent discussions, I have been informed that mac pro towers will be discontinued as well as mac book pro for the consumer and this will unfortunately create problems with the existing equiptment I have. Will there still be support for my existi

  • Anyone else get a presale reservation that did not work?

    I was on apple.com & AT&T at 11:55 pm and refreshed for around 15 minutes..both sites were still down. Googled iPhone 5 to see what others were saying and all said to order on my iPhone..which I did. Email stated I had a reservation and weould receiv

  • Do I need to re-install 10.4 applications after installing 10.4 Server?

    I have 2 new hard drives I want to put in my G4 MDD. I no longer have my original 10.4 installation disc. I have a Mac OS 10.4 Server installation discs. If I install the SERVER on the fresh blank drive will this also install the entire 10.4 applicat

  • Is The Iphone 5 really worth the upgrade?

    Im wondering if I should buy the IPhone 5 now or wait for the IPhone 6 (Set to come out in Sept.- Nov.) I mean... there is alo of people who say the 5 is noth worth it...