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

Problem while executing FB01 in background

Former Member
0 Likes
1,745

Hi,

We are using POSTING_INTERFACE_DOCUMENT for posting the document in FI. It internally calls the BDC for FB01 transaction.

When we are executing the program in foreground mode it gets executed successfully without any errors.

But when this program gets executed in background mode then it gives the error 'Field BSEG-FWBAS . does not exist in the screen SAPMF05A 0300'.

this field contains value 0.

Thanks in advance..

Regards,

Nidhi

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
982

The current account number/posting key does not allow input of VAT base value, when you execute the BDC in foreground, it trigger a System message, but in background that is converted to an error message. Could you remove the field of the T_FTPOST table parameter when initial value ?

Else

Regards,

Raymond

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
983

The current account number/posting key does not allow input of VAT base value, when you execute the BDC in foreground, it trigger a System message, but in background that is converted to an error message. Could you remove the field of the T_FTPOST table parameter when initial value ?

Else

Regards,

Raymond

Read only

0 Likes
982


Hi Raymond,

Thanks a lot for information.  I have actually removed the field FWBAS from FTPOST table in case of zero value. it works fine now.

Regards,

Nidhi