‎2009 Aug 10 12:42 PM
Hi,
i'm doing a batch input. During the process, appears an information message that interrupts the batch. How can i continue?
‎2009 Aug 10 12:52 PM
‎2009 Aug 10 12:52 PM
‎2009 Aug 10 12:57 PM
‎2009 Aug 10 1:07 PM
the messages this is Were selected n matches
n = number of matches
this information messages stop the registration.
helppp
‎2009 Aug 10 1:07 PM
Hi,
2 ways...
1. try and see if the message can be avioded in any way..
2. Run the BDC in 'E' Error mode and wherever it stops provide the input manually
Revert if u need more.
‎2009 Aug 10 1:20 PM
by run-mode 'E' stops when it comes out this informational message.
I do not know if there's a way to manage it!
‎2009 Aug 10 1:29 PM
‎2009 Aug 10 1:31 PM
Hi
The trx FB05 is supported by bi standard RFBIBL00, it should be better to use it instead of to create an own BDC program.
Max
‎2009 Aug 10 1:33 PM
Hi,
Looks like the BDC recording is not done properly. Try recording again and when you reach the information message while recording, press enter and goto the next screen. Even this will be recorded and when the bdc is run it wont stop anywhere except the error messages.
Regards,
Vik
‎2009 Aug 10 1:35 PM
I've never used. you have an example of how to do?
there is no way to remove information messages in im fb05?
‎2009 Aug 10 1:35 PM
Hi
If u provide an input there then the BDC shud continue with its processing.. provided u have written the codin properly...
Besides if there is a possibility then u may use RFBIBL00 or FM POSTING_INTERFACE_CLEARING for FB05
These however may require some significant input in terms of file preparation
‎2009 Aug 10 1:43 PM
‎2009 Aug 10 1:48 PM
someone can not make a sample recording to verify.
in the initial screen select the RadioButton Giro with tie
‎2009 Aug 10 1:50 PM
Hi
U can read the documentation of RFBIBL00, here u can find all information u need.
In generally it can't remove information message in any trx, anyway the information message can't stop a trx, if it stops a trx it means it does it programatically, something like:
MESSAGE IXXX(YY).
STOP:Can u say which message is triggered?
Max
‎2009 Aug 10 1:56 PM
I did not understand what you mean?
it is an informational message you can take a test when you arrive at the third screen tells you the number of positions for that customer and locks.
‎2009 Aug 10 2:05 PM
‎2009 Aug 10 2:05 PM
Hi
I mean an information message can stop a trx, only an error or abend message can do it, I suppose your information message is on a screen popup, or I don't undestand which message u're speaking about.
Which kind of posting u need to do:
let's know your posting step by step
Max
‎2009 Aug 10 2:10 PM
The message goes out in the bottom wing screen, the message number is F5074. you can not do a test?
‎2009 Aug 10 2:18 PM
Hi
That message doesn't stop the transactions: now u need to select the items u need to clear.
Max
‎2009 Aug 10 2:33 PM
SAPDF05X 3100 X
BDC_OKCODE /00
BDC_SUBSCR SAPDF05X 6102PAGE
BDC_CURSOR DF05B-PSSKT(01)
RF05A-ABPOS 1
fits well written? I doubt that the problem is BDC_SUBSCR
PERFORM INSERT_BDC USING: 'X' 'SAPdF05X' '3100',
' ' 'BDC_OKCODE' '/00',
' ' 'BDC_SUBSCR' 'SAPDF05X 6102PAGE',
' ' 'BDC_CURSOR' 'DF05B-PSSKT(01)',
' ' 'RF05A-ABPOS' '1',
‎2009 Aug 10 2:49 PM
Hi
I suppose something is not wrong in the logic of your program.
U need to post a customer payment and then clear some item don't you?
If it's so u need to take the items to be cleared before calling trx FB05, so u need to follow these steps:
A) Select the items to be cleared;
B) Simulate the FB05 by following step:
- Call trx FB05
- Insert the header data
- Insert the bank item and press enter
- Insert the amount of payment
- Press Process Open Item
- Insert the customer code
- Choose the radiobutton for Additional Selection
- Insert the criteria to select the items
- Press process open items
- Press Save
Anyway the std BI does it in correct way
Max
‎2009 Aug 10 6:38 PM
Hi
How many items for a document, is being posted. The BDC gives problems if the number of item exceeds 999. You will have to split the document if you want to continue doing BDC. The best way of posting Accounting docs would be use BAPI's.
Hope this helps you.
Thx
Raj.