on 2023 Jan 08 6:07 AM
Hi,
As an entry point , have a int. table with around 40000 lines to pay of around 3000 vendors .
Do you know a efficent way to build the payment proposal\pay without using the "poor" free selection way of f110 ? the 40000 lines doesn't have any common fileds to make the selection . for now, i have to mark all the lines with a fix value on field xref3 (using trans FB09 ) and use it in the free selection of F110.This takes a lot of time...
There is the bte 1820 to exclude lines from payment as an answer ,but selectin all open lines of a vendor and exclude some of them looks not efficent enogth.
The best way , as i see it , is to pass the lines as an internal table of unique keys - bukrs\belnr\gjahr\buzei to the payment proccess. Is anyone knows of something like this ?
Request clarification before answering.
Hi
You might want to look at the below OSS Note to make a mass change of a field using FBL1N
https://launchpad.support.sap.com/#/notes/640908
There after you can use this value as a free selection value in F110. I have used this approach in one of my projects few years back and it does reduce lot of manual effort.
Thanks & regards
Sanil Bhandari
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sanil
Thank you for your quick answer.
1. Does the mass changes in fbl1n works faster than running fb09 in a loop for a single line .
In my program , i built multipy jobs (up to 10) running in the same time on fb09 . 40000 lines tooks me around 40 minutes...
2. I have to run fbl1n in Batch-input proccess . Did you do the same? Its seem a little complecate to recored the session ...
Koby.
User | Count |
---|---|
116 | |
7 | |
6 | |
3 | |
3 | |
3 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.