2006 Sep 20 9:05 AM
Hi all,
I am new to batch input programming.I have a flat file which i have to upload using the standard batch input program RFBIBL00 for transaction FB01.COuld anyone tell me whether i can directly run this program or should i write another program to call this.
Could anyone help me.Its urgent.
Thanks,
Ren
2006 Sep 20 9:10 AM
Hi,
You can run it directly, but flat file should be in such a format suitable for RFBIBL00.
Regards
Divakar
Hi all,
I am new to batch input programming.I have a flat file which i have to upload using the standard batch input program RFBIBL00 for transaction FB01.COuld anyone tell me whether i can directly run this program or should i write another program to call this.
Could anyone help me.Its urgent.
Thanks,
Ren
2006 Sep 20 9:10 AM
Hi,
You can run it directly, but flat file should be in such a format suitable for RFBIBL00.
Regards
Divakar
2006 Sep 20 9:23 AM
Hi
Welcome to SDN.
If itz one time use, you can directly call the
program with the file. If it has to be scheduled, you can
develop another program, which downloads the data to a
file and SUBMIT the DINP RFBIBL00 program and schedule
the job.
Kind Regards
Eswar
2006 Sep 20 10:50 AM
Hi,
Thanks a lot for all the replies.The file is in the format needed by the program RFBIBL00.But when i uploaded the flat file using the tcode CG3Z to the application server,many fields at the end are missing when i view with tcode al11.
Bcoz of that i am not able to run RFBIBL00 .
And for scheduling could you give me the code if possible.
Thanks again for the help.
Points will be surely awarded.
2006 Sep 20 10:59 AM
Hi
The reason why you might not be able to see the whole
set of data in AL11 could be the fixed width. For you to
check whether the data is exactly in the same position
use transaction SXDB.
1. Goto transaction SXDB.
2. Use Menupath: Goto-> DX Tols
3. Give object type: BKPF
Program type: DINP
Program: RFBIBL00
4. Select 'P' for File Type
5. Give the path and file name for File Name i.e '/usr/sap/file'.
6. Click on Display in application toolbar
7. Next screen will show you the structres and the data w.r.t the file if itz in the right format.
Hope the info helps you.
Kind Regards
Eswar
2006 Sep 20 11:36 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |