on 2022 Apr 27 2:38 PM
Currently we write back transaction data from PAPM to universal journal (ACDOCA) using RFA functions to the S/4 accounting interface. My question is this -- Is there a way to generate IDOCS from PAPM to feed into central finance on S/4? The driver behind this question is performance. IDOCS tend to post to the ledger much faster than RFA / RFC. Has anyone explored this option?
Request clarification before answering.
Hey Robert,
you already have a solution using a function module created by your IT developer. Instead of applying changes to the PaPM solution for FI-GLI you can check the corresponding PaPM logic to see if you can apply any changes to your function module:
- take a look at report /NXI/P1_FW_RF_FI_GLI_TP which PaPM uses as a template for generating a report for each individual FI-GLI function,
- create a RFA type FI-GLI function and activate it,
- check the generated report which will have the following naming convention:
YCCCEEEVVVVFFFFF_REP
where
CCC - client
EEE - Environment ID
VVVV - version
FFFFF - function ID
If you want to use IDOCs you can also create a function module to handle IDOCs and use it with RFA. Unfortunately as also Justine already wrote in her reply PaPM does not use IDOCs and cannot offer support here.
Regards,
Harald
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We use RFA type external which calls a function module (function name) ZPAPM_WRITEBACK that was created by our IT developer. We use external function type because we have a number of custom fields in universal journal that we need to post to. The RFA works fine on the PAPM side. The problem is with S/4 performance. We get errors related to failed RFC connection and resource conflicts can lead to the documents waiting for minutes to post. IDOCS don't have that issue. Is there a way to use FI/GLI and add additional fields for universal journal to the writeback?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.