Application Development 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: 

error msgs in call transaction mode using RFBIBL00

Former Member
0 Kudos

Hi Gurus,

I am using FRBIBL00 program in call transaction mode to post FI documents and i am getting the below msgs:

FB012 Session 1 : Special character for 'empty field' is /

F5201 Posting period 008 0831 is not open

FB012 Session 1 : Special character for 'empty field' is /

FB007 Session 1 session name TEST1 was opened

FB008 Session 1 session name TEST1 was created

Please help me in resolving this.

Regards'

Madan.

9 REPLIES 9

Former Member
0 Kudos

hi

F5201 Posting period 008 0831 is not open

For the above message..you have to talk to your functional consultant.

For the other messages, can u put ur code here... I think it is something to do with the values u have passed to the subroutines.

Regards,

Vishwa.

Former Member
0 Kudos

Hi

U have 2 chk ur upload Fm. I think ur flat file not profer.Its nt matching in ur recording...At the same time check ur declaation .

Regards:

Prabu

0 Kudos

Hi Prabhu/Vishwa,

Thanks for your quick response.

I am calling RFBIBL00 in "call transaction" mode to post FI ocs.

here is the format of the file written on to the application server.

Session - 0TEST1 100KBQ9FCEC 00000000X/

Header - 1FB01 20080816SAYBP120080831/ CHF / / 20080831/ / / / /

Item level - 2BBSEG 50/ // 79378 / / / IU// /

2BBSEG 40/ // 79378 / / / IU// /

2BBSEG 50/ // 42266 / / / IU// /

2BBSEG 40/ // 42266 / / / IU// /

The file format is correct, it is working fine in case of Batch session method.

I want it to work for both Batch session and Call transaction.

Please help me to reslove call transaction mode.

Regards'

Madan.

0 Kudos

Hi,

The second statement i understand that there is no G/L account 99002 for company code ybp1 to post.

*But i am not getting the other statements, what exaclty thery

are saying*

please refer here the output i am getting when i execute RFBIBL00 through call transaction

FB012 Session 1 : Special character for 'empty field' is /

F5106 G/L account 99002 YBP1 does not exist

FB012 Session 1 : Special character for 'empty field' is /

FB007 Session 1 session name TEST1 was opened

FB008 Session 1 session name TEST1 was created

pls help to resolve this issue.

Regards'

Madan.

0 Kudos

Hi

Instead of giving '/', why dont u give gaps between the fields and check the tab seperator, in the Fm you are using in.

I think it is taking the "/" as the replacement for the empty field.

Regards,

Vishwa.

0 Kudos

F5106 G/L account 99002 YBP1 does not exist

Use CONVERSION_EXIT_ALPHA_INPUT to format your G/L code before using it. It needs to be 10 characters long.

0 Kudos

Hi Vishwa/kev,

Thanks for your time and info.

I am using RFBIBL00 which is standard sap batch program to post FI docs.

So we need to populate 3 structures BGR00, BBKPF and BBSEG which are used inside the program RFBIBL00.

All the unused fields are set to special character '/'. Thts the reason i have populated all the unused fields to '/'.

Please let me know your thoughts on resolving call transaction mode using program RFBIBL00.

Regards'

Madan.

Former Member
0 Kudos

Solved !!

former_member804810
Discoverer
0 Kudos

please let us know how it was solve?