Skip to Content
0
Former Member
Jun 26, 2009 at 01:15 PM

FBS1 and RFBIBL00 Flat File Creation

112 Views

Hello All,

I am creating a file for processing by RFBIBL00 I am using the data structures that are supposed to be used by the program to consume the file created. They are:

data: lv_session TYPE BGR00, - Session Var

lv_hdr TYPE BBKPF, - Header

lv_rec TYPE BBSEG, - Detail

the file gets created and consumed fine by RFBIBL00 however, when I go to sm35 to complete the Session and it goes through the FBS1 screen the formats of the data are not correct?

The dates must be created in the format per the structure which is: 06232009

when the session is going through validation is complains that the format is not correct?

It wants the date to be in this format 06.23.2009 but, I cannot put the '.' in because the length of the variable for the date is only 8 long

Anyone else had this issue?

Thanks