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

BPC 10.1 Journals Export issue

0 Likes
947

Hi,

I have a issue where i want to export journals from production system to CSV but the current DM package keeps on running for a million records and ultimately gives a dump. i would like to know if there is any option of exporting journals in BPC 10.1 by specifying certain filters like entity = ABC etc.or can we modify the journal export DM package for additional parameters, will that work (this did not work in BPC 10) or is there any way? Please advise.

Please advise the badi for Journals which we can modify and use. I checked and found BADI_UJJ_CALCULATED_AMOUNT - i do not think this is useful in journals-export case. Please advise.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Look on the class: CL_UJD_BPC_JOURNAL

Method: EXPORT_JOURNAL

0 Likes

Thankyou Vadim.

former_member186338
Active Contributor
0 Likes

This class is used in the standard Export Journals chain!

0 Likes

can i modify that ? , i want to create a BADI & custom dm package which will work like journal export dm package, is that possible ?

former_member186338
Active Contributor
0 Likes

You can't modify it, but you can copy some code to custom logic badi with required modifications.

Look on the line:

call method lo_jrn_mgr->export_jrns
exporting
 " it_filter = lt_filter

Some filter can be added...

Answers (0)