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

Function module to post an open electronic bank statement

former_member636171
Participant
5,631

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

1 ACCEPTED SOLUTION
Read only

michael_piesche
Active Contributor
4,388

You should have at least two options right now:

  1. Use report RFEBKA00 (or Trx. FF.5) to create and post directly
  2. Use FM BAPI_ACCSTMT_CREATEFROMPREVDAY to create and report RFEBKA30 (Trx. FEBP) to post later

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.

7 REPLIES 7
Read only

FredericGirod
Active Contributor
Read only

former_member636171
Participant
0 Likes
4,388

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.

Read only

michael_piesche
Active Contributor
4,389

You should have at least two options right now:

  1. Use report RFEBKA00 (or Trx. FF.5) to create and post directly
  2. Use FM BAPI_ACCSTMT_CREATEFROMPREVDAY to create and report RFEBKA30 (Trx. FEBP) to post later

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.

Read only

4,388

I was hoping for a function module but I'll give calling RFEBKA30 a try, thanks 🙂

Read only

0 Likes
4,388
bsnorrason, where you able to solve your problem or do you still have the same or new issues?
Read only

4,388

Yes this solved this part of my problem at least for now.

Read only

youset
Discoverer
0 Likes
4,388

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.