‎2014 Jun 04 5:38 PM
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
‎2014 Jun 06 2:39 PM
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
‎2014 Jun 06 2:39 PM
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
‎2014 Jun 09 8:44 AM
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