Application Development 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: 

LSMW: problem with object RFBIBL00 tx FB01 (sapmf05a no data)

Former Member
0 Kudos

Hi Friends,

I'm using lsmw with the standard program RFBIBL00, in order to create documents with the tx FB01.

When i run the Start Direct Input Program, by call transaction, di or batch session, this error:

"No Batch input data for screen SAPMF05A 0302".

This occurs after the header data screen it's processed.

I'm using these structures of the standard program:

BBKPF

BBSEG

BWITH

And seems to be ok the field mapping, and when I check the data converted, seems to be ok everything.

Could you help me with this?

Thank you!

Albio.-

I use these structures:

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Albio - it appears to be a data problem. Screen 302 is the vendor line item screen. You may have left off a required field for this screen or made an entry in the vendor field when you mneant to make an entry in the customer or GL field. It's hard to say without seeing the batch input session. So, if you create a batch input session instead, you will be able to process the errors and see what happened.

Rob

3 REPLIES 3

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Albio!

You fill in header a field combination, which triggers a specific screen to pop up.

But there is a easy way to figure out correct, complete filling:

Run LSMW up to 'create batch session'. Now go into SM35 and run the batch in display mode. Then you can easily identify additional fields, which are required by FB01.

Fill them in LSMW and make the next try.

Regards,

Christian

Former Member
0 Kudos

Albio - it appears to be a data problem. Screen 302 is the vendor line item screen. You may have left off a required field for this screen or made an entry in the vendor field when you mneant to make an entry in the customer or GL field. It's hard to say without seeing the batch input session. So, if you create a batch input session instead, you will be able to process the errors and see what happened.

Rob

0 Kudos

Rob and Cristiam,

Thanks for your help, at this moment i'm checking your comments, and then i tell you what happend, and also i'll give you your points!

Thanks

Albio.-