cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Flexible Upload of Reported Financial Data

Eyal_Feiler
Active Participant
0 Kudos
112

Hi Experts,
Is there a way to run Flexible Upload of Reported Financial Data (Transaction: FINCS_UPL_EXEC) in the background?
We receive flat files from reporting entities (CUs) via file/interface and want to load en-masse.


We recently upgraded from SAP ECC version SAP ECC 6.0 EHP08 to S/4HANA 2023 FP01.

Previously, the transaction was run with Program FICUPL90 and transaction CX3FY.

I saw a reference that the following program and backend report could be used:
RGUUPLOAD_FLEXIBLE
backend report. RGUUPLOAD_FLEXIBLE

I checked the app: Schedule Jobs for Consolidation Tasks and the flexible upload was not available there.

Thanks in advance.
Eyal

 

View Entire Topic
MartinJul
Active Participant

Hi Eyal,

In SE80 execute program FINCS_UPLOAD and create a variant:

MartinJul_0-1747137709490.png

Navigate back to SE80 and select FINCS_UPLOAD again:MartinJul_2-1747137827924.png

Then you should be able to execute the program in the background:

MartinJul_1-1747137796233.png

MartinJul_3-1747137887213.png

Br

Martin Jul

 

HengyeZhu
Product and Topic Expert
Product and Topic Expert
0 Kudos
I think the requirement is to have the upload from backend server instead of frontend. Customer may create own program by referring to transaction UJBR to evaluate the code to retrieve the content from the file on the server directory.