F.13 - No document selected-v

Hi,
1. I  created a Goods receipt for 10000
2. I created a MIRO for  10000
3.I am trying to do GR/IR clearing throught F.13.
by selected the following parameters:
      Company code
       Fiscal year
       GR/IR clearing account (it is a post automatically in the GL master)
I am getting the message
No customer documents selected
No vendor documents selected
No G/L account documents selected
4. I have done the configuration of 'Automatic clearing in OB74  as follows :
Account type    A/c No from            A/c No. to         Document number
S            0                            9999999999     BELNR
But still I am not able to clear the GR/IR Account.
It is very very urgent issue
Thank you

Hi,
In f.13
Give co.code:xxxx
Select vendor check box and give vendor A/C no-----(if it available)
Select G.L account check box and Give g.l account no ( important)
Select G.R/I.R clearing check box ( if it is avaibale)
And give clearing date : most important
Then execute you will get result
If it is use full please assign points
Thanks
  RAM

Similar Messages

  • [JS CS3] Frontmost document/selection when other with same name?

    I have a few scripts used to perform various operations on the current selection in InDesign. Under normal circumstances these work fine, but I can't seem to reliably get the frontmost document/selection when there is another document open with the same name. Most references to the document and every reference to the selection I have tried so far will simply lead to the document which was most recently opened (and has the same name).
    app.activeDocument.fullName always return the path to the most recently opened document of the same name, but app.documents[0].fullName will return the correct path. Trying to get the selection though will always return the selection of the most recently opened document of the same name, regardless of whether I try app.selection, app.activeDocument.selection or app.documents[0].selection. I have also tried with getElements()[0] appended to the document reference but it makes no difference.
    My primary environment is still CS3 and the problem appears to be that it only references documents by name. Brief testing with CS5 indicates this has been solved by Adobe, presumably because it now refers to documents using an id by default. Haven't tried CS4 but since its document object does not have an id property I'd assume it will behave the same as CS3. Is there any way around this, or is the best I can do to detect the issue (a simple app.activeDocument != app.documents[0] comparison seems to work reliably) and refuse to run if encountered?

    Welll...chances are the selected item will not be a valid ID in both documents of the same name. (I don't think ID's are globally unique, so that's not a guarantee -- but it's something you can check and only give an error if it happens to be that there is a collison).
    So, get the transaction specifier of the selection:
    app.activeWindow.selection[0].toSpecifier()
    Result: /document[@name="u1.indd"]//text-frame[@id=211]
    Then, iterate over app.documents to find the indexes of the documents with that name.
    In my test, of course it is just zero and one.
    Then, try to resolve the specifiers against those documents:
    resolve("/document[0]//text-frame[@id=211]")
    Result: [object TextFrame]
    resolve("/document[1]//text-frame[@id=211]")
    Error: Object is invalid
    Since only doc 0 has a textFrame with id 211, you know it's doc 0 and you have a valid specifier.
    I chose to adjust the specifier by hand, because I think that's probably the most general. The other choice would be to call app.documents[0].textFrames.itemByID(211), but then you would need to map "text-frame" to "textFrames" and that seems annoying and errorprone.

  • Invoice Plan Run T.code MRIS : Message getting - No documents selected

    Dear All Experts,
    Very Good Morning !
    I am configuring Invoice Plan for my periodic invoicing requirement, While I am referring this these threads found on our forum SDN.
    1 ) [Invoice Plan|Invoicing plan; - Post
    2 ) [Invoice Plan in SAP|http://wiki.sdn.sap.com/wiki/display/HOME/InvoicingPlanin+SAP] - Wiki
    I am following as per the experts replies mention in it and finally running MRIS for the same, I am getting below message after execution :
    No documents selected
    Message no. M8702
    Diagnosis
    There are no documents that comply with your selection criteria.
    Procedure
    You can enter new selection criteria or exit processing.
    Steps I produce for this scenario :
    For PO :
    1 ) Selected FO in ME21N / Enterted validity period in time frames 01.11.2011 to 30.12.2012 ( DD.MM.YYYY)
    3 ) Created account assignment PO with K, Tax code V0 entered.
    4 ) Item Details - Invoice Tab : Inv. Receipt - TICKED. ERS - TICKED.
    5 ) Item Details - Delivery Tab : Goods Receipt - TICKED GR Non - Valuated - TICKED
    6 ) Item Details - Invoice Tab : Invoice Plan is selected - 10 ( Standard SAP )
    For Vendor Master : XK02
    1 ) GR Based Inv Verification - Not Ticked.
    2 ) AutoEvalGRSetmt. Del - TICKED
    3 ) AutoEvalGRSetmt. Rel - TICKED
    After all this running MRIS I am getting message " No documents selected ".
    Apart all these settings have I missed anything here to configure ?
    Experts guidance / inputs / comments will be very helpful.
    Regards,
    Revati Joshi.

    Dear redriver,
    I tried as you guided, and saved the condition type INS. And run MRIS still no luck.
    I tried with selection & unselecting of Test  Run. It is giving me same result.
    Let me produce the vendor master XK02 details for purchase organization  :
    1 ) GR- Based Inv Verfi. - TICKED.
    2 ) Auto Eval GRsetmt Del - TICKED.
    3 ) Auto Eval GRsetmt Ret - UNTICKED
    In PO :
    Delivery Tab :
    1 ) Goods Receipt  - TICKED.
    2 ) GR Non - Valuated - TICKED
    Invoice Tab :
    1 ) Inv. Receipt - TICKED
    2 ) ERS - TICKED.
    3 ) Tax Code - V0 Assigned.
    4 ) Invoice Plan : Invoice Plan Tpe 10 is selected as a Sample periodic invoice plan.
    Anything else need to check ? Thank you quick replies.
    Regards,
    Revati Jsohi.

  • General error, document selection /BEV2/EDMESS1000

    hi all,
    after we 've activated document splitting func. with new gl, we'are getting that error "General error, document selection, etc.
    no. /BEV2/EDMESS1000" in f-02, f-36 etc. kindly need your help
    thanks

    Great that ur problem is solved.
    It is always better to post your resolution also. so that it can be helpful for others in future.
    Br,Vivek

  • Is it possible to save document selection as Channel mask-?

    Hi Everyone:
    Is this possible to script.
    1. save document selection as Channel mask…?
    2. how do we get selection from layermask..?
    Thanks is advance.
    -yajiv

    ad 1)
    If you mean a Channel:
    app.activeDocument.selection.store(app.activeDocument.channels.add())
    ad 2)
    if the Layer is selected this should load the Layer Mask as a Selection:
    // =======================================================
    var idsetd = charIDToTypeID( "setd" );
        var desc12 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref8 = new ActionReference();
            var idChnl = charIDToTypeID( "Chnl" );
            var idfsel = charIDToTypeID( "fsel" );
            ref8.putProperty( idChnl, idfsel );
        desc12.putReference( idnull, ref8 );
        var idT = charIDToTypeID( "T   " );
            var ref9 = new ActionReference();
            var idChnl = charIDToTypeID( "Chnl" );
            var idChnl = charIDToTypeID( "Chnl" );
            var idMsk = charIDToTypeID( "Msk " );
            ref9.putEnumerated( idChnl, idChnl, idMsk );
        desc12.putReference( idT, ref9 );
    executeAction( idsetd, desc12, DialogModes.NO );

  • Flash CC jsfl document.selection causing property resetting

    If document.selection is accessed while a Flash CC user is attempting to adjust a property ( stage size, font size, almost any number based property ) via slider or manual entry, the number is reset to what it was prior to document.selection being accessed. Does anyone know what could be causing this?
    Here's a simple example of how to repro this issue:
    1) Create swf panel that calls a jsfl function at an interval of 500ms.
    2) In that jsfl function enter "document.selection;" as the only line of code.
    3) Package, install and open that swf panel in Flash CC.
    4) Open a new fla.
    5) With the swf panel open, try to adjust the stage size via slider or entering an amount manually.
    Result:
    The number snaps back to older values when the jsfl "document.selection;" is accessed.
    Expected:
    The number should not snap to older values when "document.selection;" is accessed.

    not that i know of.  just create your own by looping through the layers and frames and elements:
    function showAllF(){
    var doc = fl.getDocumentDOM();
    var tl = doc.getTimeline();
    var cl = tl.layers[0];
    var cf = cl.frames[0];
    var maxW = 0;
    var maxH = 0;
    for(var i1=0;i1<tl.layers.length;i1++){
    for(var i2=0;i2<tl.layers[i1].frames.length;i2++){
    for (var i3 = 0; i3 < tl.layers[i1].frames[i2].elements.length; i3++) {
    maxW = Math.max(maxW,tl.layers[i1].frames[i2].elements[i3].width);
    maxH = Math.max(maxH,tl.layers[i1].frames[i2].elements[i3].height);
    doc.zoomFactor = Math.min(doc.width/maxW,doc.height/maxH);

  • Pages app document selection page- colour change?

    Can I change the font or background colour in the Pages app document selection page as I can't read it?
    Thanks

    Hi Judy,
    Three more thoughts.
    1. If you can access Menu > Pages > Preferences > General, what do you see?
    My preferences are set to open a specific template (from My Templates):
    Perhaps your preferences are set to Show Template Chooser (which it is doing). This doesn't help with your black screen stuck on "all" but is a diagnostic test.
    2.. You say you have trouble creating a new document. How are you trying this? To me, a new document means choosing this:
    3. Does Pages open an existing document?
    Regards,
    Ian.

  • Don't want to Copy audio and movies into document:  Selecting

    Hello
    Here is my first question about Keynote.
    In the User Guide, we may read:
    Copy audio and movies into document:  Selecting this checkbox saves audio and
    video files with the document, so the files play if the document is opened on another
    computer.
    *_You might want to deselect this checkbox so that the file size is smaller, but_*
    *_media files won’t play on another computer unless you transfer them as well._*
    The named checkbox is unchecked in the Advanced options as well as in the Preferences pane but, when I drag a sound file, in fact a mp3 one encapsulated in a .mov file, I retrieve it it the document itself.
    I'm running the app on a French system if it may make sense.
    Am'I doing something wrongly ?
    Yvan KOENIG (VALLAURIS, France) mardi 18 janvier 2011 14:17:30

    I have no huge knowledge about Keynote.
    So, I would use brute force.
    Assuming that your document is built with the flatfile format introduced by iWork '09
    (1) rename the document wxyz.key as wxyz.key.zip
    (2) double click the renamed document
    it will expand as a wxyz.key document using the old package structure
    (3) ctrl + click the icon of the new wxyz.key document to reach the contextual menu offering the item allowing you to "Display Package Contents"
    (4) in this contents you will see the "kind of aliases" which I wrote about.
    They are named something like : azertyui.mov
    (5) open them with an hexadecimal editor like the free Hexedit.
    You may also drag & drop them on the TextEdit icon.
    In this late case you will get something like :
    I highlighted the meaningful info.
    Here it must be read as:
    Macintosh HD/Important/Téléchargements/jef gilson - oeil vision/jej gilson - oeil vision - 7 -chant inca.mp3
    This is the path to the true file.
    With this info, you may reach the true file.
    As far as I know, the embedded .mov file is a frozen 'kind of alias' so you are not allowed to move it.
    As long as it remains where it is, you may move the keynote document everywhere on your HD. You may also move it on an external HD.
    As long as the device is connected to your machine with the media file untouched thr doc will behave flawlessly.
    If you move it to an other machine, it will be orphan.
    So, to use it on an other machine, you must embed the media file in the document.
    Open this document with Keynote.
    Check the checkbox urging Keynote save media in the document
    Delete the icon of the media item existing in the document
    Drag & drop the true media file as a replacement of the deleted one
    then save the document.
    Oops I was forgetting to respond about 'dropped files'.
    To my knowledge, they are some insert picture files.
    Yvan KOENIG (VALLAURIS, France) vendredi 21 janvier 2011 22:44:11

  • Document selection in Automatic Payment program F110

    Hi Experts,
    Is is possible to use document number as selection criteria for automatic payment program (F110). Currently the options available are Vendor and Customer, In the "free selection" tab  we can enter only one document at a time. Is it possible to select multiple documents for payment?
    Thanks and regards,
    Achal

    Hi,
    It is possible to enter multiple documents.
    You can enter a list of single documents or in intervals.
    Enter the document number in ascending order.
    Ex:
    Individual documents.
    10001,10003,10011
    If the documents are in a sequence you can enter the Interval like this
    (10001,10011)
    Hope it helps you
    Regards
    Andrew
    Edited by: Andrew J on May 28, 2009 4:26 PM

  • How can I always have  "enable all documents" selected when opening files in Indesign CS6?

    Every time I open a file in CS6, I still have to select "open all documents" to see my files that have already been converted to CS6. Before, once a file was converted to the newer version of indesign, you would see it in the menu automatically when open "readable documents" was selected. Now when I go to find a file that I've already converted to CS6, it still makes me select "open all documents" because it doesn't show up as a "readable document"
    hope this makes sense.
    i'm running osx 10.6.8, mac pro

    if it has a .indd, .indt, .inx or .idml extension ist should show up as readable, regardless of the version. If it's not you have a bigger problem.
    Start by trashing your prefs. See Replace Your Preferences

  • Appraisal Document Selection - HAP_MAIN_DOCUMENT / RABAX_STATE error

    When selecting the appraisal document within the MSS view or ESS view the following error message comes up. 
    Error when processing your request
    The URL http://saperpdev.sw.schwans.net:8080/sap/bc/webdynpro/sap/hap_main_document was not called due to an error.
    The following error text was processed in the system SC1 : Error in ABAP/4 statement when processing an internal table. table.
    The termination type was:  RABAX_STATE
    Thanks for your time.
    Edited by: Mary Jo Wartner on Mar 19, 2010 6:04 PM

    The config for the tab order was wiped out in the IMG.  Need the checkmarks replaced for what levels to display as tabs.

  • Combining Word Documents - Selecting Pages - Acrobat X Pro

    Hi,
    I am hoping someone can tell me where I can find the setting to be able to do the following action,
    When combining different types of files, I get different behaviour for selecting pages, i.e. the "Preview and Select Page Range" dialog,
    e.g. for a pdf file, in the preview pane, I can navigate through the pages with the buttons at the bottom,
    However, when I try to select the pages in a word, powerpoint etc. document I get a different behaviour,
    As you can see, there are no navigate buttons. The preview also appears to be in "outline" mode, i.e. doesn't show page gaps. Just a continuous preview of the document. This makes it very difficult to actually choose which pages to combine without having to open the document itself and determine the pages I want, i.e. defeating the purpose of having a preview pane at all.
    I had a trial version of Acrobat X Pro, but then we got the full version. I am sure that in the trial version I had the navigate buttons, or at least got the page breaks shown.
    Is there a setting that might have changed?
    What could be going on?
    Thanks

    Hi Bill,
    Yeah, that is my current work around. I open the word document separately, find the pages that I want to combine and enter those into the Acrobat X dialogue box.
    However, that sorta defeats the purpose of having the preview and select pages dialogue box in Acrobat!!
    Futhermore, I am sure it worked in the trial version I had before. So I have a feeling it is a setting somewhere that just needs to be turned on/off.

  • Google documents - 'select files to upload' does not work with v 3.6.8 Firefox - several users have noticed this.

    Until Friday, I could upload documents using google's facility within Firefox . Suddenly, the 'select files to upload' stopped working. Internet Explorer does this ok.
    I noticed on the Google forum that several users have reported this and someone suggested it should be reported to Firefox as it works with other browsers. I am using Windows XP on a laptop.

    It is an issue that Google are aware of and are working on a solution. See [http://www.google.com/support/forum/p/Google+Docs/thread?tid=4f0369bdcf6fd7ff&hl=en "Select files to upload" not working in Firefox - Google Docs Help]
    (Thanks to Joolsa for the link)

  • Document selection in F110

    Hi
    There is a requirement to just pay only 50 documents that are due. Therefore, how can we limit the payment documents?
    In the field selection tab of F110,  there is not much space to enter 50 docs. Is there any other way?
    Thanks & Regards
    NW

    Hi,
    The above answers are using standard SAP feature.
    There is a possibility to do a custom development as below:-
    (1) Create a custom table to store the document number.
    (2) Create a function module as a copy of SAMPLE_PROCESS_00001820 and check the documents againest the documents listed in the custom table. After checking againest document, it will clear off the custom table too.
    (3) Go to FIBF and call this custom funtion module for BTE 00001820 in Settings > Process Module > Of a Customer
    So the process would be that user need to maintain the document numbers in the custom table before running F110.
    You ABAPer would be able to achieve this one.
    Regards,
    Gaurav

  • XML document selection with internet explorer IE 6

    I am running teststand 4, with labview 8.2.1 and the IE version is 6.0.2900.2180
    I try selecting the xml document as a report type and it keeps telling me i need IE6. This didn't occur with teststand 3.5. Do i need to do something or do i actually need a different version of IE?
    Any help would be great.

    Hi there,
    Have you tried updating your IE? There could be some settings that aren't compatible with TS 4. You could try reinitialising the settings to default.
    Sarah
    Applications Engineer | National Instruments | UK & Ireland

Maybe you are looking for

  • Adobe application manager error

    this keeps appearing when I try and update Bridge - yet task manager says nothing is open - how do I get round this ?

  • 700P Sprint Update 1.10 - Screen goes dark after sync

    I updated my Sprint 700P yesterday to V1.10 Palm software.  All seemed to go well with the update, until I tried to restore my data with a HotSync.  The sync seems to go  normally, but at the end, it says a "reset is necessary"...after the reset, the

  • SD-V296 DVD/VCR Combo

    Recently purchased for holidays. Set up unit.  DVD works fine, the picture & sound show as supposed to. VCR unit only transmits audio.   No Video playback. Display on TV is of the DVD welcome screen which seems to be permanently set to broadcast DVD.

  • Problem - Containers & Ie7

    I created a list of FAQs on a web page, by using "set text of a container." When you click on a question, the answer will appear below the question in Safari, IE 5 (mac) and firefox, but when it is tested in IE7 on a PC, it doesn't work. Could anyone

  • How to view object privileges of a user in Oracle10g?

    I try to view the object privileges of a user through the table user_object_privs but it didn't work. I didn't get the correct name of the table or there were some problem with my Oracle. Please help me. Thanks a lot.