Home
Welcome to www.developerpages.gr
Place for professionals or hobbyists Developers. You can read technical articles for many programming languages, you can post your own articles, comment on solutions to several issues given by other developers to participate in our discussions, to ask your own questions and get answers from professionals.
Create your own account and enter in our community, learn, find solutions and give your own opinion about programming.
Random Articles
Load image into abap internal table
The following code load image file into abap internal table :
Create abap internal table dynamically
Then following simple program creates abap internel table dynamicaly , select 2 rows of any database table and display data to screen :
Finding Character Strings in ABAP
To search a character field for a particular pattern, use the SEARCH statement as follows:
SEARCH <c> FOR <str> <options>.
The statement searches the field <c> for <str> starting at position <n1>. If successful, the return code value of SY-SUBRC is set to 0 and SY-FDPOS is set to the offset of the string in the field <c>. Otherwise, SY-SUBRC is set to 4.
The search string <str> can have one of the following forms.
JavaScript simple example
Simple JavaScript Example :
C++ "Hello World" Program
Γράφοντας "Hello World" με C++