Error with RFBIBL00

Question:
Hi,
I run RFBIBL00 for the first time and I get the error : Table name was not entered.
I don't know which table this programm wants to refer ...
Thanks a lot for your advices.
the log :
FB012                    Session 1 : Special character for 'empty field' is /
FB007                    Session 1 session name PAYE4 was opened             
FB153                    Doc. 1 record 1 : Table name was not entered       
FB016                    ... Last header record ...                         
FB014                    ... BBKPF-STYPE 1                                   
FB014                    ... BBKPF-TCODE FB01                               
FB014                    ... BBKPF-BLDAT 20040809                           
FB014                    ... BBKPF-BLART AB                                 
FB014                    ... BBKPF-BUKRS NF10                               
FB014                    ... BBKPF-BUDAT 20040809                           
FB014                    ... BBKPF-MONAT /                                   
FB014                    ... BBKPF-WAERS EUR                                 
FB014                    ... BBKPF-KURSF /                                   
FB014                    ... BBKPF-BELNR /                                   
FB014                    ... BBKPF-WWERT /                                   
FB014                    ... BBKPF-XBLNR /                                   
FB014                    ... BBKPF-BVORG /                                   
FB014                    ... BBKPF-BKTXT PAYE20040809                       
FB014                    ... BBKPF-PARGB /                                   
FB014                    ... BBKPF-AUGLV /                                   
FB014                    ... BBKPF-VBUND /                                   
FB014                    ... BBKPF-XMWST /                                   
FB014                    ... BBKPF-DOCID /                                   
FB014                    ... BBKPF-BARCD /                                   
FB014                    ... BBKPF-STODT /                                   
FB014                    ... BBKPF-BRNCH /                                   
FB014                    ... BBKPF-NUMPG /                                   
FB014                    ... BBKPF-STGRD /                                   
FB014                    ... BBKPF-KURSF_M /                                 
FB014                    ... BBKPF-AUGTX /                                   
FB014                    ... BBKPF-XPRFG /                                   
FB014                    ... BBKPF-XBWAE /                                   
FB014                    ... BBKPF-SENDE /                                   
FB013                    ....Editing was terminated
Answer:
I remember seeing this error when using RFBIBL00 in the past but can't remember why!
I've had a quick dig around and found that the error message is raised in program RFBIBLK1 in form datensatz_pruefen (I found this by doing a where-used list on message 153 in message class FB which you could have tried yourself.)
Tracing back through the code it looks like there is some data missing from the start of your data structures/tables. I'd guess that maybe you aren't populating the record type for each entry - have a look at the documentation for the program RFBIBL00 and see where it tells you which record type you should be setting for the various stuctures used in the program. That would be my first guess...
HTH.
Answer:
Just realised that I was overcomplicating it...
The message you are getting is raised in a routine that is called if the first character of the workarea is 2, hence it is a record type 2. This implies it is of structure BBSEG or BBTAX or BWITH or BSELK or BSELP. If you look at these structures they expect a second field populated with a table name.
Again, you could have figured this out yourself by looking - I'm just a bit bored at the moment and decided to have a look
Answer:
I have found the answer this morning. I think I was a little tired yesterday.
Thanks.

More Articles:

Please help, Default values in user selection?
MASS Transportation.?
KCD_EXCEL_OLE_TO_INT_CONVERT doesn't close the excel file?
Select all Hotline users from USR02?
BDC (function code problem)?
simple question: search for enter character in a line?