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
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.
Check if file exists with java
Simple code for check if file exist in java :
Java "Hello World " Program
Γράφοντας "Hello World !" με Java :
yii2 advanced application template demo site
yii2 framework ( Alpha release ) advanced application template :
https://github.com/yiisoft/yii2/blob/master/docs/guide/apps-advanced.md
This template is for large projects developed in teams where backend is divided from frontend, application is deployed to multiple servers etc. This application template also goes a bit further regarding features and provides essential database, signup and password restore out of the box.
Create Sales Order with BAPI Function
Create sales Order in SAP R/3 with BAPI funcion :