Άσκηση στην Java που να δέχεται έναν πίνακα 5 θέσεων και να βρίσκει το μέγιστο και τον ελάχιστο αριθμό άλλα και την θέσει τους μέσα στον πίνακα
Άσκηση Java
- Details
- Category: Java
- Created on Monday, 29 September 2014 16:52
- Last Updated on Tuesday, 11 November 2014 15:26
- Published on Tuesday, 11 November 2014 15:26
- Written by Σωτηρης
- Hits: 10242
Open and display pdf file with SAP ABAP
- Details
- Category: ABAP
- Created on Friday, 06 December 2013 09:16
- Last Updated on Monday, 09 December 2013 07:49
- Published on Friday, 06 December 2013 09:25
- Written by Administrator
- Hits: 59119
The following ABAP Program open PDF file and display into SAP Screen :
Insert SAP CRM Product Relations with BAPI Fuction
- Details
- Category: ABAP
- Created on Wednesday, 30 January 2013 09:11
- Last Updated on Wednesday, 30 January 2013 09:11
- Published on Wednesday, 30 January 2013 09:11
- Written by Administrator
- Hits: 19799
The following simple code inserts SAP CRM Product Relations ( using BAPI Function ) :
Replace in ABAP Strings
- Details
- Category: ABAP
- Created on Tuesday, 29 January 2013 09:32
- Last Updated on Tuesday, 29 January 2013 10:26
- Published on Tuesday, 29 January 2013 09:32
- Written by Administrator
- Hits: 58108
Pattern-based replacement
1. REPLACE [{FIRST OCCURRENCE}|{ALL OCCURRENCES} OF]
pattern
IN [section_of] dobj WITH new
[IN {BYTE|CHARACTER} MODE]
[{RESPECTING|IGNORING} CASE]
[REPLACEMENT COUNT rcnt]
{ {[REPLACEMENT OFFSET roff]
[REPLACEMENT LENGTH rlen]}
| [RESULTS result_tab|result_wa] }.
Position-based replacement
2. REPLACE SECTION [OFFSET off] [LENGTH len] OF dobj WITH new
[IN {BYTE|CHARACTER} MODE].
Load budget in FM with BAPI_0050_CREATE
- Details
- Category: ABAP
- Created on Thursday, 17 January 2013 14:45
- Last Updated on Thursday, 17 January 2013 14:45
- Published on Thursday, 17 January 2013 14:45
- Written by Administrator
- Hits: 15503
Load budget data in SAP FM with function BAPI_0050_CREATE from text file :
create simple ABAP class into abap program
- Details
- Category: ABAP
- Created on Monday, 17 December 2012 10:08
- Last Updated on Monday, 17 December 2012 10:09
- Published on Monday, 17 December 2012 10:08
- Written by Administrator
- Hits: 19076
The simple ABAP program writes to screen from simple ABAP class method:
Finding Character Strings in ABAP
- Details
- Category: ABAP
- Created on Tuesday, 11 December 2012 07:50
- Last Updated on Tuesday, 11 December 2012 07:51
- Published on Tuesday, 11 December 2012 07:50
- Written by Administrator
- Hits: 68636
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.
Download Documents and images for Sap CRM
- Details
- Category: ABAP
- Created on Wednesday, 05 December 2012 12:32
- Last Updated on Wednesday, 05 December 2012 12:34
- Published on Wednesday, 05 December 2012 12:32
- Written by Administrator
- Hits: 12572
Download product documents ( images, pdf, etc.. ) from Sap Crm with the following ABAP Code :
Create HTML file from SAP data with ABAP
- Details
- Category: ABAP
- Created on Thursday, 22 November 2012 13:11
- Last Updated on Thursday, 22 November 2012 13:11
- Published on Thursday, 22 November 2012 13:11
- Written by Administrator
- Hits: 19752
The following simple ABAP program creates html file with SAP data.
Create new empty file with java
- Details
- Category: Java
- Created on Friday, 16 November 2012 10:22
- Last Updated on Friday, 16 November 2012 10:22
- Published on Friday, 16 November 2012 10:22
- Written by Administrator
- Hits: 40552
simple code for create new empty file :
More Articles...
- Create directory with parent directories with java
- Create Directory with Java
- Check if directory exists in java
- Check if file exists with java
- Sorting Internal Tables in ABAP
- Java Simple While Loop
- Java try-catch-finally Exception Handling
- Java Switch Statement
- Create SAP Goods Movements with BAPI Function
- Writing sign left by the amount with function
Top Rated

















































