cancel
Showing results for 
Search instead for 
Did you mean: 

Payment Run - F110 - User Name

Former Member
0 Kudos

Hi,

We require an audit report that shows the user name who ran payments using F110. I have searched the tables in SAP and cannot find one which contains this field. Has anyone else run into this issue, and how did you resolve it?

Cheers,

Andy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Use either the creator of the payment file REGUT-TSUSR. Or use the clearing documents created by the paymentprogram.

Former Member
0 Kudos

Thank you, this is what I was looking for.

Answers (2)

Answers (2)

coleti
Active Contributor

Dear Andrew,

This information is recorded in the table RFDT, but this table should be extracted thru ABAP code only.

Check with your ABAP team to look into FORM PARAMETER_LESEN at program/include F110VFP0.

This perform an import from table RFDT with your F110 date and ID and in the structure F110C you will have the users whom run proposal and payment:

It's a little bit difficult to read RFDT thru SE16N, so it's better for you to develop an ABAP report with this logic.

I hope this could helps you.

Best regards,

Gabriel Coleti

Hi Andrew,

Please check the tables REGUP (processed items) and REGUH (settlement data from payment program).

Best Regards,

Daniel Araújo