Application Development 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: 

F-58 Regup table update

Former Member
0 Kudos

Hi All,

When execute F-58, program RFFOUS_C will be called and REGUP table will be updated with new entries when below subroutines are executed.

I would like to know where the exact codes the standard program moving values from BKPF to REGUP and perform updated? Anyone could advise? Thanks.

perform vorbereitung.   "subroutine from program  RFFOUS_C

Table regup updated after commit work.

  IF sy-binpt EQ space.

    COMMIT WORK.

  ENDIF.

3 REPLIES 3

Former Member
0 Kudos

REGUH and REGUP are tables that hold data from payment program. 

If you are executing payments via F110, these tables will be populated.

SAPFPAYM is then executed to generate the payment files or required output as configured.

0 Kudos

Hi,

Thanks for your response.

My REGUP table is updated but I would like to know in which program the entries are added to REGUP. I've debugged F-58 but still not managed to find out where is exact line of code or program perform an update. Appreciate anyone could advise me. Thanks.

0 Kudos

The FM 'J_1A_INSERT_REGUP' is used to update REGUP.

There is a PERFORM REGUH_AUSGEBEN which exits in Program SAPF110S which is the payment run program and is used via SUBMIT to create payment runs.

I hope that answers it.

Regards