Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem batch fb05

Former Member
0 Likes
3,548

Hi,

i'm doing a batch input. During the process, appears an information message that interrupts the batch. How can i continue?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,989

helppppppppppp

21 REPLIES 21
Read only

Former Member
0 Likes
2,990

helppppppppppp

Read only

0 Likes
2,989

very important!!!!

Read only

0 Likes
2,989

the messages this is Were selected n matches

n = number of matches

this information messages stop the registration.

helppp

Read only

0 Likes
2,989

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.

Read only

0 Likes
2,989

by run-mode 'E' stops when it comes out this informational message.

I do not know if there's a way to manage it!

Read only

0 Likes
2,989

????

Read only

0 Likes
2,989

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

Read only

0 Likes
2,989

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

Read only

0 Likes
2,989

I've never used. you have an example of how to do?

there is no way to remove information messages in im fb05?

Read only

0 Likes
2,989

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

Read only

0 Likes
2,989

I tried to register but sending stops forever.

Read only

0 Likes
2,989

someone can not make a sample recording to verify.

in the initial screen select the RadioButton Giro with tie

Read only

0 Likes
2,989

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

Read only

0 Likes
2,989

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.

Read only

0 Likes
2,989

helppppppppp i am block

Read only

0 Likes
2,989

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

Read only

0 Likes
2,989

The message goes out in the bottom wing screen, the message number is F5074. you can not do a test?

Read only

0 Likes
2,989

Hi

That message doesn't stop the transactions: now u need to select the items u need to clear.

Max

Read only

0 Likes
2,989

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',

Read only

0 Likes
2,989

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

Read only

Former Member
0 Likes
2,989

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.