Home
Καλωσήρθατε στο www.developerpages.gr
Χώρος για επαγγελματίες ή χομπίστες Προγραμματιστές. Μπορείτε να διαβάσετε τεχνικά άρθρα για πολλές γλώσσες προγραμματισμού , να αναρτήσετε δικά σας άρθρα, να σχολιάσετε λύσεις σε διάφορα θέματα που δίνονται από άλλους Προγραμματιστές , να συμμετέχετε στις συζητήσεις μας , να θέσετε τα δικά σας ερωτήματα και να πάρετε απαντήσεις από επαγγελματίες.
Δημιούργησε τον δικό σου λογαριασμό και μπες στην κοινοτητά μας, μάθε, βρες λυσεις και δώσε την δική σου άποψη για τον Προγραμματισμό.
Τυχαία άρθρα
Read utf-8 xml file with abap
Read utf-8 xml file and store it in string variable :
create simple ABAP class into abap program
The simple ABAP program writes to screen from simple ABAP class method:
Submit abap program and gets output from memory
The following program runs an abap program and gets the output list from memory into internal table :
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.
jQuery Hello World example
Hello World with jQuery :