Application Development 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: 

List of Open SQL Function

sarbajitm
Contributor
0 Kudos

Can anybody provide me a list of all the Open SQL Functions?

I know some of it like Minimum,Maximum,etc. but I'm looking for a complete list of it.

11 REPLIES 11

Former Member
0 Kudos

Max , Min , Count , SUM , AVG

0 Kudos

Hello Kartik,

So apart from the 5 functions i.e. Max , Min , Count , SUM , AVG.,there is no more built in functions in Open SQL?????

Then if anybody wants to find out the length of the name then how do he/she do that?

eg. KARTHIK---->consist of 7 letter

Edited by: Sarbajit Majumdar on Sep 3, 2008 11:08 AM

0 Kudos

You'll need to select the data into variables and then use STRLEN on the variable. Compared with real SQL, open SQL is very limited in the things it will allow you to do in a SELECT.

0 Kudos

That means strlen is a ABAP/4 built in functions,then can you provide me a list of those built in functions?

Regards

0 Kudos

Search the documentation in http://help.sap.com for STRLEN and you'll find information on this and on other ABAP functions for manipulating data.

matt
Active Contributor
0 Kudos

>

> Search the documentation in http://help.sap.com for STRLEN and you'll find information on this and on other ABAP functions for manipulating data.

Or type strlen into the editor and press f1.

Former Member
0 Kudos

\[removed by moderator as it was just a copy and paste answer of someone else's work without giving a source\]

Edited by: Jan Stallkamp on Sep 3, 2008 3:56 PM

sarbajitm
Contributor
0 Kudos

Ok Pavan

those links are useful but I'm looking for the list of built in functions :string functions, arithmetic functions , date functions.......

Can u provide me any link which can fulfill my requirement?

Regards

Sarbajit

0 Kudos

Hi

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/abap%2bfunction%2bmodules

[List of most useful ABAP FM|http://www.erpgenie.com/abap/functions.htm]

Regards

Pavan

dmitry_sharshatkin
Active Participant
0 Kudos

This message was moderated.