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

BDC-uploading file

Former Member
0 Likes
801

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
770

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

5 REPLIES 5
Read only

Former Member
0 Likes
771

Hi,

You can run it directly, but flat file should be in such a format suitable for RFBIBL00.

Regards

Divakar

Read only

0 Likes
770

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

Read only

0 Likes
770

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.

Read only

0 Likes
770

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

Read only

0 Likes
770

Hi Eswar,

Thanks

Kind Regards,

Renjitha