Free Selection in APP

Hi Experts,
What is the use of Free selection tab in APP?
Kindly tell me detail information
JS

Hi JS
i will make u clear,
Suppose u have included all the vendor range from 1000 to 9000, here when u run the program, the program will include all the 8000 vendors into account and process the payment.
But, if i ask u to exclude the 100 Vendors of US..........? How the system will know which 100 are US Vendors.
At this point of time, go to Free selection, Select Vendors from Dropdown menu,  then select Country, select Exclude check box. then in Values field type US,
Now run the program, the system will search country field in Vendor Master and if it matches then it will exclude in from this payment run and process for the rest.
Hope ur clear with this now.
Satish
"Please close the thread if satisfied with the answer"

Similar Messages

  • What is the free selection use in app ?

    what is the free selection use in app ? can anybody give the answer ?

    If you are referring to the Free Selection tab in the F110, I can tell you how we use it..
    We have payment runs that are seperate from the normal run. By using the Assignment field which has been populated with some unique information such as a reference number, we can use the free selection tab and enter the field name "Assignment" and then key the value that should appear in that field if we just want a payment run to include "only" the items with the value we keyed in that field when setting up the payment run. So if we had the number 0001112 in the Assignment field of certain vendor invoices and we only want to pay those, we select the field name Assignment on the free selection tab and key the value 0001112.

  • APP - Free selection

    Hi,
    Can anyone help in using the Free selection functionality in APP.
    Requirement is to select only those vendor invoices for which days in arrears (BSEG-PENDAYS) are greater than or equal to 90 days. There is a filed (BSEG-PENDAYS) in the free selection, but I am not aware as to how the values can be input there. I tried putting values in different methods like 90, (90), (000090), etc.. but in vein. Each time it throws error (Message no. FZ003) and does not allow to proceed further.
    Please help me in understanding as to what types of value should I input.
    Thanks in advance,
    Biks

    Hi,
    Please let me know if you were able to meet the client requirement and how. I have a similiar requirment for my client.
    Please reply at the earliest
    Thanks & Regards,
    Satya

  • Every time I try to download a free or paid app or in iTunes   it asks me for a credit card. (Which i don't have one)  How can i download free apps without a credit card and not reset my apple ID? I already put in 20$!!!!!

    Every time I try to download a free or paid app or in iTunes 
    it asks me for a credit card. (Which i don't have one)
    How can i download free apps without a credit card and not reset my apple ID?
    I already put in 20$!!!!!

    How to Get Apps From the App Store Without a Credit Card
    http://ipadhelp.com/ipad-help/how-to-get-free-apps-from-the-app-store-without-a- credit-card/
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
    If None is not available - On your computer launch iTunes and click "iTunes Store" in the left navigation pane. Click the "down arrow" next to your name at the top right side of the page and click "Account." Enter your username and password and click "View Account" to log into your account information. Next to your Payment Type, click "Edit." Select the "None" button and click "Done." Confirm that your card has been removed by returning to the Apple account information screen. Under Payment Type, it should say that there is no credit card on file.
     Cheers, Tom

  • My brand new macbookpro is locked up. It's been trying to select the apps I want to use with my email account for over an hour. Please help

    My brand-new MacBook Pro is locked up. It's been trying to select the apps I want to use with my email account. How can I cancel it I've tried everything that I know of

    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar
    - Or call Apple . You have 90 days of free telephone support
    Complimentary Support (USA)

  • I have an 8500a how, once I select the apps I want and add to the printer. How do i get them to wor

    I have an 8500a how, once I select the apps I want and add to the printer.  How do i get them to work? And is it always this slow....

    Hey jmknights!
    While I can't speak to how quickly the apps will work, I may be able to help you with how they work. Once you have the apps added to the printer you would select the app you want to print from on the printer's front panel. Once inside the app, select what you want to print and if all goes as it should, the printer should begin printing the requested information within a few seconds.
    Hope this helps!
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • My iPhone 3s keeps showing that there are updates from the ap store but when I try to update it says all apps are up to date. Also when I select purchased apps it just gives me a blank page and not a list as expected

    My iPhone 3GS keeps showing I have app updates but when I go to
    App Store It tells me all apps are up to date. Also when I select
    purchased apps It just gives me a blank page.

    Launch iTunes. From the menu bar click Store / View My Account
    Click: Edit Payment Information
    Make sure you have the correct Security Code.
    Then click: Done
    And try resetting your Apple ID password.  https://iforgot.apple.com/cgi-bin/WebObjects/DSiForgot.woa/wa

  • Looking for a free iOS 4 app that can search through .pdf files or spreadsheets

    Looking for a free iOS 4 app that can search through .pdf files or spreadsheet    
    Thanks

    Hey there
    "pdf creator" for iPad works flawlessly for me working with pdf files
    It takes care of all my needs
    I'm not sure about sending via Wifi or Bluetooth but I send them via e- mail all the time
    Possibly it could handle your needs as well
    Just type it into the App Store search field and the first one that comes up is the one I use
    Jump on over there and read up on it before buying and see if it will help you 
    Hope this helps
    Regards

  • Error while passing Free selections to standard program

    I am submitting a standard program fagl_account_items_gl and trying to pass the free selections of the LDB . However it does not seem to work for the program fagl_account_items_gl.
    Listed below is the code i am using. Need help on this one.
    REPORT ZTEST MESSAGE-ID ab
                                 LINE-SIZE 180
                                 LINE-COUNT 80(1)
                                 NO STANDARD PAGE HEADING.
    START-OF-SELECTION.
      TYPE-POOLS rsds.
      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.
      DATA trsparams TYPE TABLE OF rsparams.
      DATA r_bukrs TYPE RANGE OF t001-bukrs.
      DATA rsparams LIKE LINE OF r_bukrs.
      trange_line-tablename = 'SKB1_FS'.
      trange_frange_t_line-fieldname = 'MITKZ'.
      trange_frange_t_selopt_t_line-sign   = 'I'.
      trange_frange_t_selopt_t_line-option = 'EQ'.
      trange_frange_t_selopt_t_line-low    = 'D'.
      APPEND trange_frange_t_selopt_t_line  TO trange_frange_t_line-selopt_t.
      trange_frange_t_line-fieldname = 'MITKZ'.
      trange_frange_t_selopt_t_line-sign   = 'I'.
      trange_frange_t_selopt_t_line-option = 'EQ'.
      trange_frange_t_selopt_t_line-low    = 'K'.
      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.
      rsparams-sign = 'I'.
      rsparams-option = 'EQ'.
      rsparams-low = 'CH99'.
      APPEND rsparams TO r_bukrs.
      SUBMIT fagl_account_items_gl
       VIA SELECTION-SCREEN
                 WITH FREE SELECTIONS texpr
                 WITH sd_bukrs IN  r_bukrs
                 WITH rldnr EQ 'ST'
                 AND RETURN.

    After days of fighting this I finally have it working
    I did not need the fields table sent.
      SUBMIT fagl_account_items_gl
        WITH SELECTION-TABLE lt_select
        WITH fs_dyns EQ le_dyns
        WITH fs_num EQ '2'
      AND RETURN.
    I always have 2 fields so I just hard coded the number 2
    Fill ranges for dynamic selections
      le_ranges-tablename = 'BSIS_FS'.
      le_frange-fieldname = 'PROJK'.
      le_selopt-sign      = 'I'.
      le_selopt-option    = 'EQ'.
    Convert to internal number
      CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT'
        EXPORTING
          input        = le_alv-posid
        IMPORTING
          output       = lv_pspnr.
      le_selopt-low = lv_pspnr.
      APPEND le_selopt TO le_frange-selopt_t.
      APPEND le_frange TO le_ranges-frange_t.
      APPEND le_ranges TO le_dyns-trange.
      REFRESH: le_frange-selopt_t,
               le_ranges-frange_t.
      le_ranges-tablename = 'FAGLFLEXA_FS'.
      le_frange-fieldname = 'RFAREA'.
      le_selopt-sign      = 'I'.
      le_selopt-option    = 'EQ'.
      le_selopt-low       = le_alv-fkber.
      APPEND le_selopt TO le_frange-selopt_t.
      APPEND le_frange TO le_ranges-frange_t.
      APPEND le_ranges TO le_dyns-trange.
    Fill dynamic selections table
      CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX'
           EXPORTING
                field_ranges = le_dyns-trange
           IMPORTING
                expressions  = le_dyns-texpr
           EXCEPTIONS
                OTHERS       = 0.
    Set Clauses for select
      le_where-tablename = 'BSIS_FS'.
      CONCATENATE '(' 'PROJK' 'EQ' '''' lv_pspnr '''' ')'
        INTO le_wherecls
      SEPARATED BY space.
      APPEND le_wherecls TO le_where-where_tab.
      APPEND le_where TO lt_where.
      le_where-tablename = 'FAGLFLEXA_FS'.
      CONCATENATE '(' 'RFAREA' 'EQ' '''' le_alv-fkber '''' ')'
        INTO le_wherecls
      SEPARATED BY space.
      APPEND le_wherecls TO le_where-where_tab.
      APPEND le_where TO lt_where.
      APPEND LINES OF lt_where TO le_dyns-clauses.
    I hope this helps.
    I did not include the code for building the SELECTION-TABLE that was the easy part.

  • HT201359 i have a problems while purchasing or download a free item in apps store or itunes, it said that you have a problems with previous purchase, it also said that my payment method was decline.,..

    i have a problems while purchasing or download a free item in apps store or itunes, it said that you have a problems with previous purchase, it also said that my payment method was decline.,..

    Hi shldr2thewheel,
         it has been a while since we have last spoke, I would like to let you know, I am still working on getting used to the switch from windows to a Mac/Apple system. I do have a new question for you, I did purchase In Design CS5.5 through journeyed.com through Cuyahoga Community College of which I attend as a student, is there a way to purchase an online book through iTunes to learn that as well? Also, you know me, the struggling student, I would also, when and if the book can be purchased through the iTunes, would need to know if you do know of a much easier book for struggling students like myself and at a reasonable price as well for the In Design CS5.5 program. Our campus bookstore had closed early, and, so did the colleges library and our local library here where I do live, so, I cannot go to either place to purchase a book or to take out a book, plus cash funds are low at this moment as well but, I do have money left on the iTunes account to use, if it can be used. So, can it be used, the iTunes money, towards finding a low priced online book? I am in great need of assistance as I have a project due for my one course for this Tuesday, September 4, 2012.
    Sincerely in need of help once again,
    Kim

  • Dunning Free Selection issue

    Hi Gurus,
    In T-code F150, I am excluding certain FI doc types from dunning run using free selection . But when the dunning proposal is finally generated, I do still find some of the the same doc types in there (which were deliberately excluded).
    What could be the reason for this ?
    Regards
    Harpreet

    Hi,
    Have you ticked exclude check box in free selection and secondly have you selected BSID-BLART field?
    In case both the above things are maintained, please log off the system and login again.. Try once again..
    Regards
    Gaurav

  • F150- Free selection issue

    Hi,
    Dunning run is carried out only for a particular group of Industry (KNA1-BRSCH)  in the transaction F150. It is not even selecting a single customer in the group when we consider it in the free selection. I have not ticked the exclude check box in the free selection tab when I consider the industry wise dunning.
    But when we take individual customers and run then it is giving us the log.
    please provide your inputs on this issue.
    kind regards
    sap student

    Hi,
    Please find length of the field KNA1-BRSCH in table KNA1 using transaction code SE11.
    If industry value you enter in free selection (F150) is less than the character length defined for the field then you have to prefix it with Zeros.
    For example if reconciliation account is of length 10 in table but your GL account length is 8 characters then you have to add two zeros before you GL account while using reconciliation account in free selection in F150 or F110.
    Thanks!
    Raju

  • How to give values to the field in free selection via call transaction?

    Hi,
    I'm using call transaction for transaction "FAGLB03". And i'm passing the values for the fields company code, account number and year using the respective parameter id. But i need to pass the value for Profit center also, which is in the free selction button (near to variant button). I have tried by passing the value thorugh the parameter id. but it is not taking up. The code is as follows:
        SET PARAMETER ID 'ACC' FIELD lv_saknr.
        SET PARAMETER ID 'BUK' FIELD lv_rbukrs.
        SET PARAMETER ID 'GJR' FIELD lv_ryear.
        SET PARAMETER ID 'PRC' FIELD lv_prctr.
        CALL TRANSACTION 'FAGLB03' AND SKIP FIRST SCREEN.
    Here the value of profit center is not filling up in the screen.
    If anybody have any clue please replay back.
    Thanks in Advance.

    Hello Pothiraja
    If the free selection parameter cannot be filled this way you may try to call the corresponding report using the SUBMIT statement. <b>SUBMIT </b>has the option
    ... WITH FREE SELECTIONS texpr
    For details refer to the ABAP keyword documentation for SUBMIT -> selscreen_parameters.
    Regards
      Uwe

  • How can I delete apps from the app store? There seems to be every app I have ever downloaded and deleted since I got my phone in 2007. When I go to app store and select update apps there's a menu at the top that says purchased! I would like to delete hist

    How can I delete apps from the app store? There seems to be every app I have ever downloaded and deleted since I got my phone in 2007. When I go to app store and select update apps there's a menu at the top that says purchased and when I select it it shows every app I've ever had! I would like to delete the history please.
    Many thanks

    You cannot.
    The entire point of this is that you can redownload any and all of your past purchases.

  • How can I use "Free Selection" in Dunning?

    Hi,
    I am trying to generate the Dunning notice for only Customers that have the Dunning Area Code as 01. For that I am using the 'Free Selection". I have selected the Customer master and then the dunning area and didn't checked the Exclude box and then in  "Values" I have mentioned the Dunning Area Code as 01. But, System is not picking it up so what shall I do. Also, I have some questions in mind:
    1) Why there are two sections of 'Values" field?
    2) What is the process or steps to 'Exclude' the data?
    3) How can I use Dunning groups?
    Please Help.
    Thanks in advance...
    Regards
    Nitin

    Thanks done...
    Regards
    Nitin

Maybe you are looking for

  • B2B add on issue

    Hi All , currently we hare installing single stack SAP PO .We are  running very  very late . As per client commitment we must install the B2B add on tool in decentralised engine . We are facing the following issue . Can not start com.sap.aii.adapter.

  • SOAP envelope format

    Hi, I must make sample code of web service calls for PHP and Java to our clients. So far I have got it working with PHP but I have trouble to successfuly call web service in Java. I have generated stub files with wscompile -keep -gen:client config.xm

  • Non-US keyboard layout in Xorg

    Hello, I have a Belgian keyboard layout and had some troubles with the Alt-Gr key. We combine this key with other keys to generate special symbols like the Euro sign or the @ character for example. I found several solutions on several websites but th

  • IPhoto only partially synched photostream

    There are about 462 photos on my photostream, but when I activated iPhoto (a few hours ago) it only synced 42 of them (and not even the most-recent 42, seems random). Why does iPhoto only show a few photos from my photostream?  Does it only upload so

  • Skin does not show up when incorporating .flv file (Captivate 4)

    Hey folks, I am tired of beating my head on the wall, so here is my situation: I am attempting to have Captivate 4 call up a .flv file.  I am using Captivate's built-in feature to associate this file to the Captivate project.  Everything seems to go