Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IF expression solving

Former Member
0 Likes
1,160

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})

5 REPLIES 5
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,007

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?

Read only

0 Likes
1,007

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.

Read only

0 Likes
1,007

You were asked in an interview what this expression does? What position was the interview for?

Read only

matt
Active Contributor
1,007

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.

Read only

0 Likes
1,007

I guess you got the job, Matthew! 🙂