‎2018 Jun 24 11:59 AM
Do you know if this expression is written in Sap script or another language?
If so, what does this expression ask for?
AC = Account
CLASS=P = P&L accounts
FL = Flow
DP = Data entry period
PE = Period
Y99= year to date
{AC in (CLASS=P) ; FL=PER} = IF([DP=+0.01] ; {FL=Y99 ; DP=+0+00 ; PE=+0+00}- {FL=Y99 ; DP=+0-01 ; PE=+0-01})
‎2018 Jun 25 7:21 PM
SAP Script is not a programming language, it's an old technology for printed forms.
This is not ABAP for sure. 🙂 The code looks somewhat Java-esque but really could be anything. Rather odd IF statement...
Why do you believe this is an SAP language? Where did you find this?
‎2018 Jun 27 5:38 AM
Thank you for the answer.
It is a case for an interview. The company has a SAP ERP-system so I thought it was linked to that.
‎2018 Jun 27 3:16 PM
You were asked in an interview what this expression does? What position was the interview for?
‎2018 Jun 27 6:50 AM
I put the expression into google and came up with this
https://archive.sap.com/discussions/thread/3841733
Please in future search before asking questions.
‎2018 Jun 27 3:16 PM