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

rfbibl00 error

Former Member
0 Likes
794

hello all,

Getting this error when trying to post accural deferrals through rfbiblo00

Posting key 40 does not permit specification of a special G/L indicator

I am setting the value:

lv_rec-newbs = lv_pstkey.

The only options for lv_pstkey are 50 or 40 which are for debit and credit entries.

any ideas to why I am getting this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
744

I think you are setting NEWUM (the special G/L indicator) to 'X' when its 40(credit). can you check your input .

Dont give any value in that field, or set it to blank .

Edited by: riki frisky on Jun 22, 2009 1:53 PM

hello all,

Getting this error when trying to post accural deferrals through rfbiblo00

Posting key 40 does not permit specification of a special G/L indicator

I am setting the value:

lv_rec-newbs = lv_pstkey.

The only options for lv_pstkey are 50 or 40 which are for debit and credit entries.

any ideas to why I am getting this?

3 REPLIES 3
Read only

Former Member
0 Likes
744

it is funny... if I set the lv_rec-newbs to null or '/' it says that it cannot find '//' in table TBSL however, if I explicitly set it it gives that error. No Matter what Value I put in there...

ex:

Posting key 70 does not permit specification of a special G/L indicator

Read only

Former Member
0 Likes
745

I think you are setting NEWUM (the special G/L indicator) to 'X' when its 40(credit). can you check your input .

Dont give any value in that field, or set it to blank .

Edited by: riki frisky on Jun 22, 2009 1:53 PM

Read only

0 Likes
744

You were EXACTLY right!!!!

Bravo and THANK YOU