cancel
Showing results for 
Search instead for 
Did you mean: 

BPC 10.1 : Export and Import journals not working properly

Former Member
0 Kudos

Hello BPC experts,

I have 1 question for exporting journals and another one for importing. I have followed the guide Journal guide for both functionalities but it is not working. I am using 2 systems : the 1st in 10.1 (which does not work) and the 2nd in 10.0 (which works fine).

BPC 10.1 is integrated with BW 7.5.

1) Export

Main issue here is that when I launch the package, it gives the status "Succeeded" but it actually only exports the headers but no journal. I have posted 2 journals in the web client. Since there is no selection/filter beforehand, those 2 journals should be displayed.

I tried to export on 2nd customer system (version is 10.0) and it works fine. I do not see any notable differences in the settings between both (SPRO global settings, environment and models are the same; Journal features in the web client have nothing special, Reopening rules are empty). Below is what I get from the 1st customer system (only header) :

So the process to export I followed is :

Create an non-empty output file called "TEST_TEST.txt" > Save in local file > Convert to TEST_TEST.JRN > Upload into BPC > Launch package Export > Choose TEST_TEST.JRN > Finish

So why is there no data when processing the package export journal ? Anything I have done that could be wrong ? This would be strange since the 2nd system in 10.0 properly works.

2) Import (restore)

For this part, I have checked https://archive.sap.com/discussions/thread/3354691 and https://archive.sap.com/discussions/thread/3804116.

I got this error message (like the second url) :

I understand that i firstly need to export journals to get the right format/structure for the importing file. Besides, I also should avoid using CSV format from excel when modifying its content. Since exporting journals still gives me the structure/format (even if empty), i filled this file (in .txt format) by using the 2nd system data (of course by paying attention to headers and adapting dimensions, user name, etc.). Once again, it works on the 2nd system but it does not work for the 1st.

The process used to import :

Export journals into a .JRN file to get structure/format (but no journal data because of the 1st issue) > download file to local > change the format into .TXT > fill the data by following the header order > Save and change back to .JRN > Upload > Launch Import journal package.

What could go wrong for this part ? Here is the file used to import : test-restore-journals.txt

Both dates are not filled as I was able to import journals without date in 2nd system. Of course, I also tried to fill those dates with 20200000000000 for instance (this data comes from the 2nd system).

Please, any advice is welcomed !

Thank you in advance,

Dat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

After resetting the note 2348434 and reimplementing this note, the issue disappeared but it also solved the problem about importing journals !

So as a summary for this post :

Export solution : sap note 2371964

Import solution : sap note 2348434 (solving actually a journal template issue)

Thank you Vadim for your help.

Answers (5)

Answers (5)

former_member622557
Discoverer
0 Kudos

How are you converting to .JRN format.

former_member186338
Active Contributor
0 Kudos

Bad idea to post "answer" - not an answer but a question in the 3 years old post from "Former member"

Ask a new one with full details.

Former Member
0 Kudos

I don't know if I should open another post for the following issue :

While checking for any possible solution for importing journals, I found another (related ?) problem : when I try to change the secured dimension of the model "Consolidation", it gives the message "Try to update a template that does not exist".

The sap note 2348434 provides a solution to this specific issue.

However, after implementing this note, I get a new error message when trying to open a Model from web client : <HTML><HEAD> <TITLE>500 SAP Internal Server Error</TITLE> </HEAD><BODY> <H1>500 SAP Internal Server Error</H1> ERROR: Syntax error in program CL_UJJ_JRN_MGR================CP . (termination: RABAX_STATE)<P> </BODY></HTML>

I can't run or make any change on DM package anymore. I cannot find any related sap note for that part.

What could be the solution ? (I cannot unfortunately update the current version BW 7.5 SP05 to higher support package)

EDIT : I cannot open a model but reports can still be run. There is a journal entry when I implemented the note. I cannot delete it anymore with package "clear journal".

former_member186338
Active Contributor
0 Kudos

Looking on the code change implemented in the note 2348434 I have no idea how it can result in your error.

Former Member
0 Kudos

Export is now working fine but Import is still an issue.

I did the following : Export journals to "REIMPORT.JRN" > Unpost journal on web client (there is only one journal)> Clear journal table (with package) > Restore journal with "REIMPORT.JRN"

It fails with the same error message than then screenshot I provided in my first message.

reimport.jrn file wasn't modified and looks like this : reimport.txt

It can't be a SP issue this time ?

former_member186338
Active Contributor
0 Kudos

Please check contents of the table:

UJJ_JRNL

Is it empty?

Former Member
0 Kudos

It is empty.

I also used UJ0_GET_GEN_TABNAME from SNOTE 1529062 to find the relevant tables and to be sure that everything is empty.

former_member186338
Active Contributor
0 Kudos

Try to import journal with STATUS=S (Saved)

Former Member
0 Kudos

I imported with this file reimport.txt. (i tried a balanced journal this time with same process than previously and also checked that tables are empty. Naturally the format is changed back to .JRN before uploading into BPC)

Same error message from package.

I made the status changes from the .txt format and not (actually never) from .csv format (in reference to https://archive.sap.com/discussions/thread/3354691#).

former_member186338
Active Contributor
0 Kudos

Just tested you sequence:

Created and posted journal

DM exported journal to JRNT.jrn (my first answer) ok

Unposted and deleted journal

DM clear journal tables ok

DM import journal from JRNT.jrn without changes ok

Package:     Import Journals
Environment:    SHELLTEST
model:    Consolidation

/CPMB/MODIFY completed in 0 seconds
/CPMB/RESTORE_JOURNAL completed in 0 seconds
/CPMB/CLEAR completed in 0 seconds

[Selection]
--------------------------------------------------------------

FILE = \ROOT\WEBFOLDERS\SHELLTEST\Consolidation\DATAMANAGER\DATAFILES\JRNT.jrn


[Message]
--------------------------------------------------------------

Request Time:    2017-11-03 11:27:20
Start   Time:    2017-11-03 11:27:20
End     Time:    2017-11-03 11:27:20
Total   Time:    00:00:00

model: Consolidation. Package status: SUCCESS

Result - journal successfully imported, status automatically changed to S (Saved)

Former Member
0 Kudos

I tried to reproduce the same process in a third system (BW 7.4, BPC 10.1 SP3), it works fine by using the same sequence.

I also copied the ENVIRONMENTSHELL environment and reproduced the same sequence in BW 7.5 SP05, it doesn't work. It seems like SP06 may be required after all...

former_member186338
Active Contributor
0 Kudos

"It seems like SP06 may be required after all..." - Yes!

Former Member
0 Kudos

Unfortunately decision from management is negative : can't upgrade the system... Gotta find a sap note to solve it (and hopefully it exists).

former_member186338
Active Contributor
0 Kudos

"Unfortunately decision from management is negative : can't upgrade the system" - strange!

Former Member
0 Kudos

I found the solution for the exporting journals issue :

Implement SNOTE 2371964 - "EXPORT_JOURNAL" can't get journal content

former_member186338
Active Contributor
0 Kudos

That's why my SP06 BW is working fine 🙂

In future please always post your SP information in the question.

Former Member

Yes sorry my bad, I was confused because since BPC is implemented with BW 7.5 I couldn't see BPC component anymore but I should just give the BW SP in this case (SP 05).

former_member186338
Active Contributor
0 Kudos

Just tested using BPC on BW 750 SP 06 with the copy of ENVIRONMENTSHELL!

In the Consolidation model I have posted single journal and successfully exported it using DM package:

Log:

Package:     Export Journals
Environment:    SHELLTEST
model:    Consolidation

/CPMB/MODIFY completed in 0 seconds
/CPMB/EXPORT_JOURNAL completed in 0 seconds
/CPMB/CLEAR completed in 0 seconds

[Selection]
--------------------------------------------------------------

FILE = \ROOT\WEBFOLDERS\SHELLTEST\Consolidation\DATAMANAGER\DATAFILES\JRNT.jrn


[Message]
--------------------------------------------------------------

Request Time:    2017-11-02 18:05:39
Start   Time:    2017-11-02 18:05:39
End     Time:    2017-11-02 18:05:39
Total   Time:    00:00:00

model: Consolidation. Package status: SUCCESS

Resulting file:

APPSET_ID,APPL_ID,JRN_TMPL_ID,JRN_ID,DESCRIPTION,USERC,DATEMODIFIED,USERP,DATEPOSTED,STATUS,IDJ_AUTO_REV,POSTED,IDJ_OLD,IDJ_GROUP,AUTO_REVERSED,BALANCED,REOPEN,EDITABLE,VARIABLET,AUDITTRAIL,CATEGORY,RPTCURRENCY,SCOPE,TIME,ENTITY,ACCOUNT,FLOW,INTERCO,ROW_NUM,DEBIT,CREDIT,REMARK
SHELLTEST,Consolidation,000001,0000000001,Test,KALININV_EXT,20171102175730 ,KALININV_EXT,20171102175739 ,P,-1,,-1,-1,,X,,,,Input,Actual,EUR,S_None,2017.01,DE,PL010,Balance,ThirdParty,00000001,150.0000000,,SalesT1
SHELLTEST,Consolidation,000001,0000000001,Test,KALININV_EXT,20171102175730 ,KALININV_EXT,20171102175739 ,P,-1,,-1,-1,,X,,,,Input,Actual,EUR,S_None,2017.01,DE,PL110,Balance,ThirdParty,00000002,,150.0000000,PurchT1

No surprise...

Check the model and environment used...