‎2020 Aug 13 3:18 PM
Hi all,
I've used BAPI_ACCSTMT_CREATEFROMPREVDAY to create the electronic bank statement but what function module can I use to post and clear it?
I can do it manually using t-code FEBP but I'm hoping there's a function module that serves the same function.
Thanks!
Birgir Snorrason
‎2020 Aug 13 5:33 PM
You should have at least two options right now:
Within ABAP coding, reports are called with SUBMIT and transactions are called with CALL TRANSACTION. Both techniques give options on how to call the programme and how to fill the select-options and parameters.
‎2020 Aug 13 3:20 PM
do you try a SUBMIT ?
https://blogs.sap.com/2013/10/07/electronic-bank-statement-upload-and-deletion/
‎2020 Aug 13 4:32 PM
I don't know what you mean by "a SUBMIT" but in this blog you linked there is this paragraph:
a) Do not post – If we select this option, the Bank Statement gets uploaded into the system but entries are not posted to the Bank GL Account. In order to post the entries, we have to use the T-code FEBP.
I've already uploaded the bank statement into the system and now I'm looking for a function module to perform the same task as t-code FEBP.
‎2020 Aug 13 5:33 PM
You should have at least two options right now:
Within ABAP coding, reports are called with SUBMIT and transactions are called with CALL TRANSACTION. Both techniques give options on how to call the programme and how to fill the select-options and parameters.
‎2020 Aug 13 6:13 PM
I was hoping for a function module but I'll give calling RFEBKA30 a try, thanks 🙂
‎2020 Sep 08 2:07 AM
‎2020 Sep 08 9:30 AM
‎2021 Nov 12 3:58 AM
Hi, nice to meet you, i contact to you for ask help about, this question.
do you have the part of the code example for use this bapi BAPI_ACCSTMT_CREATEFROMPREVDAY .
Can you help me ? Thanks in advance.