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

Issue while Saving Journals from Flat File in SAP BPC 10.0

0 Likes
724

Hi Folks,

I am trying to save my upload of Journals through Flat File. I am uploading the below file and running the /CPMB/RESTORE_JOURNALS CHAIN. I have downloaded the file format from import journals chain.

My debit values are not loaded correctly in the saved Journals.

capture.jpg

After running the chain , below is journal which is saved in BPC Web Journals.

capture1.jpg

The values of the debit values are getting changed . It is taking the value of first row in all my rows.

Please help me here. How can i save correct values directly from flat file

Regards,

Happy

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

/CPMB/RESTORE_JOURNALS chain is not used to load journals. It's only used for complete journals restore! You can export all journals, remove all journals then restore.

To load new journals from text file you need to develop your own badi.

Answers (2)

Answers (2)

0 Likes

HI Vadim,

Thanks for your quick respones.I have corrected the images.

Can you help me with any note/ link on how can we can use badi for uploading journals via flat file for mass upload.

Regards,

Happy

former_member186338
Active Contributor
0 Likes

There is no document or link for this particular development. In general you can create a custom logic badi that will read text file and post journals in this text file.

Look on class: CL_UJJ_JRN_MGR

Not very easy job!

0 Likes

I am also using the file exported from the journals using the Export journal package. After that i am changing the values imported from the Journals and restoring it again using the restore Journals.

I have one more question here, do we need to always remove all the journals and then restore?

Regards,

Happy

former_member186338
Active Contributor
0 Likes

"do we need to always remove all the journals and then restore" - Yes! And that's why restore can't be used for loading new journals.

I have written about it number of times, but nobody want to search.

"To load new journals from text file you need to develop your own badi."

P.S. Please accept the correct answer.

former_member186338
Active Contributor
0 Likes

P.P.S. And images in the question not corrected...