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

Different leading signs of the results when running default logic via Data Manager package and via input schedules

Former Member
0 Likes
142

Hi all,

we have a script logic that can be performed via data entry in an input schedule and saving the entered data afterwards.

When we enter the data via flat file and use the data manager package for uploading a flat file and choose to run the default logic when performing the upload we get the same results but with a different leading sign.

Does anybody have an explanation for this?

Thanks in advance and best regards

Gerd

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Hi Gerd,

Please read

"SIGN and ACCTYPE in EXPRESSION calculations"

unfortunately entering data and running default.lgf after uploading a flat file will have different sign logic! No way to solve!

Vadim

former_member186338
Active Contributor
0 Likes

If you have different AUDITTRAIL for data load from file and for user input you can use different calculation logic like:

*WHEN AUDITTRAIL

*IS FROMFILE

*REC(EXPRESSION=-%VALUE%*...

*ENDWHEN

...

*WHEN AUDITTRAIL

*IS INPUT

*REC(EXPRESSION=%VALUE%*...

*ENDWHEN

former_member186338
Active Contributor
0 Likes

Please read also the note http://service.sap.com/sap/support/notes/1848284

Adding line: *XDIM_MEMBERSET MEASURES = SIGNEDDATA

will change the sign logic of default.lgf to be the same as for DM!

Vadim

P.S. I have corrected:

Answers (0)