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: 

Customer Invoice

Former Member
0 Kudos

Hi friends,

Can someone pour some light into my scenario?

I’ve a flat file with customer invoice (FI) recodes from a legacy system. Now I want to create it in SAP. What is the best approach? We don’t want it to go thru SD.

Thanks a lot in advance.

-Nash John

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

YOu can go for a BDC on the transaction F-22.

REgards,

ravi

4 REPLIES 4

former_member181962
Active Contributor
0 Kudos

YOu can go for a BDC on the transaction F-22.

REgards,

ravi

Former Member
0 Kudos

Customer data thru FI means u have to write a BDC to move data to SAP. Initially, use GUI_UPLOAD to upload data to internal table...using this write a BDC...in the CALL Transaction use F-22 and upload data to SAP.

Former Member
0 Kudos

Hi Nash,

Since you would like to bring in the customer Invoices from the Legacy system, it would mean a lot of data would have to be transported.

So I suggest that a standard approach would be the best

You have two options

1. Use the Standard Program RFBIBL00 which uses Direct Input method to upload the file.

The Documentation is available in the program

or

2) you can use LSMW (Legacy System Migration Workbench)

use object number 0100 - for Financial documents

Here is some material on LSMW

http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf

you will get more information on LSMW when you do a search in the forum

0 Kudos

Thanks Ramesh , Ravi and Dominic. I will move forward according to your suggestions and will award point accordingly. Thanks a lot.