‎2007 Nov 15 4:47 PM
hi
i need to create a program such that Program reads data from the excel file and uses that data to create FI documents.
Best way to do this as suggested by functional guys was to have the program create a batch input session because then, if there were errors when loading,
the session would remain behind and could be analyzed.
they also suggested that, a standard program that they were familiar with that works this way is RFBIBL00.
The data would need to be converted first and then submitted to RFBIBL00, since the source data will have the old GL accounts, the old cost centers, and so on.
i havent done such a program before, can some one please suggest me how to start this.
thanks.
‎2007 Nov 15 5:12 PM
hi friends,
thank yppou for the reply,
functional people came back saying that the file being picked up will already be a modified one , so we dont need any changes to that data,
so we just need to directly input that data in BSEG and BKPF tables.
but one thing i didnot understand is , what is this RFBIBL00, and does it serve any special purpose in my program,
will there be any difference if i directly input hte data into these tables using update command on itab,
or using this RFBIBL00 helps in any way.
thnaks again.
‎2007 Nov 15 4:51 PM
‎2007 Nov 15 4:52 PM
Hi Sanjana,
Use BAPI BAPI_ACC_DOCUMENT_POST for GL Upload.
Reward If it helps,
Satish
‎2007 Nov 15 4:54 PM
You are going to need some sort of translation routine to convert the old account numbers, etc. to the new ones.
rob
‎2007 Nov 15 5:12 PM
hi friends,
thank yppou for the reply,
functional people came back saying that the file being picked up will already be a modified one , so we dont need any changes to that data,
so we just need to directly input that data in BSEG and BKPF tables.
but one thing i didnot understand is , what is this RFBIBL00, and does it serve any special purpose in my program,
will there be any difference if i directly input hte data into these tables using update command on itab,
or using this RFBIBL00 helps in any way.
thnaks again.
‎2007 Nov 15 5:34 PM
Hi Sanajana,
see the documentaion of RFBIBL00 program.
For detailed documentation go through this link
http://help.sap.com/saphelp_45b/helpdata/en/e9/cb8a85eb0011d184650000e8a6bfbe/content.htm
<b>Reward Points if it helps</b>
Regards,
Satish
Message was edited by:
Satish Panakala
‎2007 Nov 15 6:00 PM
Hi sanjana,
YOU CAN NOT INPUT YOUR DATA DIRECTLY INTO BSEG and BKPF tables!!!
RFBIBL00 will post the FI documents in the same way as if they were entered manually. Posting means not only to update BKPF and BSEG tables but also a lot of secondary and index tables. The system consistency is guaranteed by standard processing: A documents gets posted completely or not at all.
I never worked with RFBIBL00 but with BAPI as mentioned. But as you are a beginner, you should go for LSMW - A link to an introductory documentation has been given tody in
Regards,
Clemens
‎2007 Nov 15 5:30 PM