cancel
Showing results for 
Search instead for 
Did you mean: 

prerequisite statement

Former Member
0 Kudos

hi,

in ggb1, i have doubts on the following :

1) how to define a range, say for example instead of enter individual company code 5 times uses OR operator, how to define a range of company.

2) how to use IN operator here?

3) what is fldcomp button for?

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member197269
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi

supposedly you are provided with five values of company codes ( a,b,c,d,e) you need to make a selection where you wish to pull up the values which either belong to a or b or c or d or e then you can use the IN operator

Select * from <>

where <> IN (values provided).

<> --> any variables ( fields/ tables in this particular case)

Hope this helps

Regards

Ashish

Former Member
0 Kudos

hi,

i am referring to operator in ggb1 prerequisite not abap.

also what is these operator button

1) -->

2) <->

thanks

Former Member
0 Kudos

Hi Eliana,

The reply was actually meant for ABAP 'IN' operator.

As for '<>' this would represent any variable value for example the table you are referring to or the field you are applying the where condition on.

'-->' was meant to mention the purpose of '<>' and was more of an arrow mark, nothing apart that.

Regards

Ashish