FB11 Posting Held Doc - prompting to press return every 100 lines when post

We have a spreadsheet upload program to upload multi line item documents using F-02 and FB11. If there are more than 100 lines, when the final posting of the 'Held' document takes place using FB11, the following prompt is displayed every 100 lines;
Message F5 146
     '& line items copied - editing will be continued on pressing "enter"  '   
I am looking for a way to either remove or increase the accepted number of line items before displaying the prompt. I did think this might be configurable, but have failed to find anything.
Does anyone know how this might be achieved?
Thanks
Claire

Hi,
it's <b>not</b> confugurable
-> look at where-used list of your msg-no. with tcode SE91:
in prg. LFSKBF01
    IF copy-belnr NE space.
      refe = bseg-buzei MOD 100."<- constant
      IF  refe       = 1
      AND bseg-buzei > 1.
        refe = bseg-buzei - 1.
        MESSAGE w146 WITH refe.
      ENDIF.
    ENDIF.
A.

Similar Messages

  • Automatically press "return" key every 5 minutes

    I have a bit of a problem, a random app of mine keeps getting stalled during a task and needs to just press enter to get past the prompt to continue it's task. It's a long task and it's unpredictable when the prompt will show up. Is there anyway I can make my mac just press "Return" every 5 minutes so I can leave and get stuff done instead of sitting in front of my comp for 10 hours? I tried fooling around in automater but I'm not to familiar with it so I didn't have any luck.

    It's Cyberduck, it's an FTP transfer that gets an error every 30minutes-1hour saying there's a connection problem but when you click 'Try Again' or just press 'return' the prompt goes away and the transfer continues. There is no preference to automatically try again, so having my computer press the 'return' key every 5 minutes would solve my problem.

  • Currency valuation when posting manual statements:

    Does anybody know why SAP System (R/3 Enterprise 4.7) is doing currency valuation during a manual statement posting?
    The account does not have valuation accounts at OBA1.
    The error occurs during the clearing process.
    I don't have exchange rate differences (as I am entering the same amount, both foreign and local currency, as the original document).
    Accounts master data: "only balances in local crcy" field is not selected...
    I don't have a clue...
    Thank you.
    Paula

    Can you be more specific ?
    I have entered
    doc.date, posting date, CC, currency and then I go to line item
    posting key 09, customer number xxx but system give me error message :
    Diagnosis
    Posting key "09" (account type "D") has been programmed for special G/L transactions. However, either no attributes have been defined for special G/L transaction "", or the classification is incomplete (down payment, bill of exchange, other).
    System Response
    Incorrect definition in FI customizing tables.
    Procedure
    Maintain the entry for account type "D" and special G/L transaction "" using the FI customizing functions.

  • Enhancement to summarize FI entries when posting invoice

    Is there a way we can summarize line item totals (have one debit for 100 service lines) when posting invoices via enhancement based on a characteristic, such as cost center?
    I can maintain summarization via OBCY, but this is not an option.

    Hi ,
    IS it Vendor/Customer Invoices ? , as per my knowledge  u can do it thru Config.
    Regards
    Prabhu

  • FB11 - Post Held Document - Company Code can be filtered?

    Hello,
    In transaction FB11  I can list post held documents but I can´t filter them by company code.  Is there any way or transaction to do that?
    Thanks,
    Alex

    hi,
    no, you must use report RFTMPBEL
    and table RFDT
    try abap command :
    IMPORT T_BKPF FROM DATABASE RFDT(BB) ID TMP.
    finally you can sort structure T_bkpf
    A.

  • Supressing the effect of causing a submit when pressing Return

    We have hit a problem with a JSP application that we have written. It
    consists of a number of JSP pages.
    The pages render data from Java Beans which in turn are populated by various database (ORACLE) querys. Once the data is rendered the user
    can update the data in the fields.
    The problem we are having is that when the data is held in a text field
    and the user changes its value and then presses 'Return' (as opposed to 'TAB') the form is submitted and the database record is written
    back to the database.
    What we would look to do is to supress that action from happening, i.e
    when the user presses 'Return' it does NOT submit, but rather navigates
    to the next field. We would only want the submit to happen when
    the user presses the 'SAVE' button.
    Is there a way to override this default behaviour of HTML ?
    Thanks
    Chris

    JSP and various other languages can easily state what's supposed to be on the page, but they can't tell the browser what to do in certain circumstances. You'll have to use a browser-programming language (well, client side programming) and the only "common" language out there right now is JavaScript.

  • I am trying to buy songs on itunes and half way through the terms and conditions come up, I accept them and press return and then I get a 'session timed out' notice and the sale hasn't gone through - tried loads of times / updating software, any answers?

    I am trying to buy songs on itunes and half way through the terms and conditions come up, I accept them and press return and then I get a 'session timed out' notice and the sale hasn't gone through - tried loads of times / updating software, any answers?

    I am trying to buy songs on itunes and half way through the terms and conditions come up, I accept them and press return and then I get a 'session timed out' notice and the sale hasn't gone through - tried loads of times / updating software, any answers?

  • While posting the Doc thru GM_CREATE_BUDGET taking to short dump

    while posting the Doc thru GM_CREATE_BUDGET taking to short dump
    giving the message:-
    Runtime Errors         MESSAGE_TYPE_X
    Error analysis
        Short text of error message:
        System error during characteristic derivation maintenance
        Long text of error message:
        Technical information about the message:
        Message class....... "ABADR"
        Number.............. 599
        Variable 1.......... " "
        Variable 2.......... " "
        Variable 3.......... " "
        Variable 4.......... " "
    Trigger Location of Runtime Error
        Program                                 SAPLABADR
        Include                                 LABADRF01
        Row                                     255
        Module type                             (FORM)
        Module Name                             WORK_AREA  PUT
    225       EXPORTING
    226         i_write_to_tabadrx = 'X'
    227         i_list_access      = buttons-list_access.
    228   ENDIF.
    229 * test mode: spool trace results
    230   IF NOT debug-print_trace IS INITIAL.
    231     CALL FUNCTION 'ABADR_TRACE_WRITE'
    232       EXPORTING
    233         i_write_to_spool = 'X'
    234         i_list_access    = buttons-list_access.
    235   ENDIF.
    236 ENDFORM.                    "trace--show
    237
    238 ----
    239 *       FORM WORK_AREA_DIR--ADD                                       *
    240 ----
    241 *       ........                                                      *
    242 ----
    243 *  ---  I_IDENTIFIER                                                  *
    244 ----
    245 FORM work_area--put USING i_identifier TYPE t_identifier
    246                           i_work_area TYPE any.
    247   DATA: name TYPE t_name.
    248   FIELD-SYMBOLS: <l_work_area> TYPE ANY.
    249
    250   CHECK NOT i_identifier IS INITIAL.
    251 * put item to work area
    252   READ TABLE <strategy>-tab_func_parameters INTO name
    253                          WITH KEY identifier = i_identifier.
    254   IF sy-subrc <> 0.
    >>>     MESSAGE x599(abadr).256   ENDIF.
    257   PERFORM namework_areaassign USING name.
    258 * unicode
    ..........................contd...
    Pls help.

    Hi Victor,
    this is due to the Config issues, just check the config related to the "Settings for Availability Control Ledger" in the Grantee Managment

  • Post Goods Issue for Outbound delivery return

    Hi, I'm trying to Post a Goods Issue for a returned outbound delivery but  I cannot find a function module to do this, I tried using SD_DELIVERY_UPDATE_PICKING but its creating the material against the outbound delivery with status archived, which means it wasn't created.
    I also tried using the MB_CREATE_GOODS_MOVEMENT, but this one is creating the material document but not updating the status and the document flow of the delivery.
    Thanks,
    Pablo

    Hi Lopez,
    Post Goods Issue with MB_CREATE_GOODS_MOVEMENT FM in VL02N
    Regards,
    Sravanthi

  • I bought a mini mac that was returned to a store; when I try to open iPhoto it tells me I do not own a full copy of the software and prompts me to sign into an applied that is not mine. How do I fix this??

    I bought a mini mac that was returned to a store; when I try to open iPhoto it tells me I do not own a full copy of the software and prompts me to sign into an applied that is not mine. How do I fix this??

    Welcome to the Apple Support Communities
    That's a problem that all users of a second-hand Mac released after the OS X Lion launch have. OS X, iPhoto, iMovie and GarageBand are registered to the Apple ID the first owner used to register the computer, so you can't use them legally without repurchasing them. Furthermore, there's a bigger problem: you have to get iPhoto, iMovie and GarageBand on a DVD, because the App Store makes impossible to purchase these applications on a second-hand Mac.
    Nothing will happen if they are already installed, but you won't be able to reinstall and update them, so I recommend you to delete them and buy iLife '11 on a DVD to install the applications from there. Also, take note that you can't also reinstall OS X, so if OS X gets damaged, you will have to take your computer to an Apple Store.
    Open  > About this Mac, and tell us the OS X version you have. If you are using OS X Lion, you can upgrade to Mountain Lion with your Apple ID, so then you will be able to reinstall OS X

  • Post Parked Doc

    There are two separate groups using the FBV0 post parked docs tcode. 
    One is GL the other AP.  What controls the posting - doc type?  If so what value?  I did think it was 10 for Post, but that doesn't come back on the trace.  Appreciate some advice.

    Hi James,
    There is no restriction on doc type in FV60 (FBV0 internally checks for FV60).  Actual postings (when it hits a GL account) are restricted  by
    F_FICA_FOG, F_FICA_FSG, F_FICB_FKR, and F_FMMD_MES authorization objects.
    F_BKPF_KOA is for account types, not doc types. 
    Let me know if this helps!
    -T
    Edited by: T on Mar 16, 2010 2:15 PM

  • BAPI for post held invoice ?

    Hi,
    Is there a BAPI for posting held invoices?
    I have to post held invoices in background....I hope there is other option, then CALL TRANSACTION.
    I'm on release R/3 4.70x200, but it seems for BUS2081/IncomingInvoice there is no relevant BAPI.
    Method Edit was also implemented via transaction MIR4.
    OSS note 381593 mention that batch input problems with invoice related transactions. MIR4 is only mentioned as keyword, however I might have problems with it later on.
    Any comment?
    Can anyone on higher release check if there is relevant BAPI for this?
    Thanks in advance,
    Peter

    Hi Peter,
    You can use the following addition in the fm MRM_PARKED_INVOICE_POST call..
    CALL FUNCTION 'MRM_PARKED_INVOICE_POST'
    EXCEPTIONS
      error_message = 1.
    IF sy-subrc NE 0.
    ****Use syst message variables here..
    ENDIF.
    This will catch the error messages that terminate the process..
    Hope this helps..
    Sri

  • I accidentally pressed "Return" key and it opened around 100 finder windows. Now it won't close and when I right click on finder tab it says application not responding.

    I accidentally pressed "Return" key and it opened around 100 finder windows. Now it won't close and when I right click on finder tab it says application not responding.

    Iv'e tried that but that won't work either. Help please.

  • Pressing Return in CoverFlow, Edits name instead of Opening, Help!

    Hey all
    Weird problem, on my Macbook, when im browsing folders using the coverflow view, if i press enter then it opens the selected file,
    But on my Power PC G5, pressing return only edits the selected file's name
    How can I change this?
    Thanks in advance

    Hi,
    You are facing a peculiar problem because you are doing something peculiar.
    Let me explain the way the login process works:
    If I want to go to the teamcollab client for instance I would be redirected to the login screen - i.e. the jsp screen, as the url for teamcollab is protected against access without a valid user credential, once I have correctly logged in I am then redirected again to my original URL. Going directly to "https://login.oracle.com/mysso/signon.jsp" has no meaning to the system as it is expecting additional parameters to tell it where to send you after successfully logging you in to the system. Thus the error is now obvious:
    "Error! Do not use bookmarked URL.
    Please type the URL you are trying to reach directly into your browser."
    Means try and access some URL like https://beehiveonlione.oracle.com/teamcollab, i.e. where you want to go instead of "https://login.oracle.com/mysso/signon.jsp" which is meaningless to the system.
    Phil

  • Return delivery (122) after transfer posting

    Is there way to do a 122 movement against a GR after you've done a transfer posting?  Let's say I had a goods receipt for 10 items to plant 100.  I then transferred those items to another plant (say 120.)  If I discover than an item is bad and I need to send it back can  I do the 122 from plant 120 since the original GR was down into plant 100?  Do I first need to reverse the transfer posting to get the stock back to plant 100?  We're trying to avoid that if possible.
    Thanks!

    Hi,
    The way you are processing is correct.
    We can not send it back to vendor from Plant 120, since the Material was recevied from from vendor with respect to the PO for Plant 100.
    Physically you may send it to vendor from plant 120 directly....
    But in sytem , we have to follow these 2 steps..and the goods return note/rejection note should go to vendor from Plant 100.
    Thanks,
    Kumar arcot

Maybe you are looking for

  • Ethernet Cord not being detected by 2008 Macbook Pro

    My macbook pro that I purchased late 2008 is no longer seeing that it is connected to an ethernet cord. Other computers can connect to this cord though and work fine. Is this a problem I would have to bring my computer into a Mac store for?

  • How do you get OS X 10.9

    I currently have 10.8.5 OS X on my new macbook air but I need 10.9 to get pages. When I click on updates there is none. How do I get OS X 10.9 so that I can get pages for my mac? If there is no way is there another way I can get pages?

  • Customer's PO number in SAP PO; VBKD-BSTKD ME21N VA01

    Hello Gurus, Our scenario is Sales Order mfg. First we create a Sales Order which create automatically a Purchase Requisition. We put the client's own PO number in the respective field (VBKD-BSTKD). Then we create a Purchase Order from this requisiti

  • Why I can't change my country?

    Why I can't change my country?

  • Time Machine lost all old backups

    I have an iMac 24" with a 750GB drive that only has about 200GB full. I have been using Time Machine to do backups onto a 400GB hard drive, and it has been working fine for a few weeks. Last week I copied 250GB of material onto my Mac's HD (as a back