cancel
Showing results for 
Search instead for 
Did you mean: 

Doubts with certain standard functions!

Former Member
0 Kudos

Hi Experts,

1. What is the differece in standard functions - Boolean function : if and ifS.

2.Sender: what and how value is populated in it!

I believe Text equals can take text values like Jonny = Jony and not numeric,

but is boolean equals only to 0 and 1. and what will be the difference majorly?

Regards,

Arnab.

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

>>1. What is the differece in standard functions - Boolean function : if and ifS.

Refer Note [1090369|https://service.sap.com/sap/support/notes/1090369]

>>2.Sender: what and how value is populated in it!!.. what is the use...Does it get value in runtime???

Gets the Name of the sender system/service and yes it is at the runtime. In the test tab it returns a value Test_Sender_System.

Thanks,

SaNv...

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hi Experts,

> 1. What is the differece in standard functions - Boolean function : if and ifS.

> 2.Sender: what and how value is populated in it!

> I believe Text equals can take text values like Jonny = Jony and not numeric,

> but is boolean equals only to 0 and 1. and what will be the difference majorly?

>

>

> Regards,

> Arnab.

1. there is if without else and if with else in boolean

2. Sender populates the value of sender system in runtime (only). The logic is as same as mapping runtime constants - http://help.sap.com/saphelp_nw04/helpdata/en/b3/9a2aeb24dc4ab6b1855c99157529e4/frameset.htm

3. Dateafter is used to check if one date comes after another in a calendar. Eg you wanna check if 22011982 comes after 22011975, this function will return true. But what is your doubt here?

4. Text equals expects string as input similarly other boolean and numeric.

Former Member
0 Kudos

Hi,

all the standard functions are explained here:

http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/frameset.htm

Regards

Patrick