Open and display pdf file with SAP ABAP
- Λεπτομέρειες
- Κατηγορία: ABAP
- Δημιουργηθηκε στις Παρασκευή, 06 Δεκεμβρίου 2013 09:16
- Τελευταία Ενημέρωση στις Δευτέρα, 09 Δεκεμβρίου 2013 07:49
- Δημοσιεύτηκε στις Παρασκευή, 06 Δεκεμβρίου 2013 09:25
- Γράφτηκε από τον/την Administrator
- Εμφανίσεις: 58407
The following ABAP Program open PDF file and display into SAP Screen :
Insert SAP CRM Product Relations with BAPI Fuction
- Λεπτομέρειες
- Κατηγορία: ABAP
- Δημιουργηθηκε στις Τετάρτη, 30 Ιανουαρίου 2013 09:11
- Τελευταία Ενημέρωση στις Τετάρτη, 30 Ιανουαρίου 2013 09:11
- Δημοσιεύτηκε στις Τετάρτη, 30 Ιανουαρίου 2013 09:11
- Γράφτηκε από τον/την Administrator
- Εμφανίσεις: 19641
The following simple code inserts SAP CRM Product Relations ( using BAPI Function ) :
Replace in ABAP Strings
- Λεπτομέρειες
- Κατηγορία: ABAP
- Δημιουργηθηκε στις Τρίτη, 29 Ιανουαρίου 2013 09:32
- Τελευταία Ενημέρωση στις Τρίτη, 29 Ιανουαρίου 2013 10:26
- Δημοσιεύτηκε στις Τρίτη, 29 Ιανουαρίου 2013 09:32
- Γράφτηκε από τον/την Administrator
- Εμφανίσεις: 57420
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
- Λεπτομέρειες
- Κατηγορία: ABAP
- Δημιουργηθηκε στις Πέμπτη, 17 Ιανουαρίου 2013 14:45
- Τελευταία Ενημέρωση στις Πέμπτη, 17 Ιανουαρίου 2013 14:45
- Δημοσιεύτηκε στις Πέμπτη, 17 Ιανουαρίου 2013 14:45
- Γράφτηκε από τον/την Administrator
- Εμφανίσεις: 15323
Load budget data in SAP FM with function BAPI_0050_CREATE from text file :
create simple ABAP class into abap program
- Λεπτομέρειες
- Κατηγορία: ABAP
- Δημιουργηθηκε στις Δευτέρα, 17 Δεκεμβρίου 2012 10:08
- Τελευταία Ενημέρωση στις Δευτέρα, 17 Δεκεμβρίου 2012 10:09
- Δημοσιεύτηκε στις Δευτέρα, 17 Δεκεμβρίου 2012 10:08
- Γράφτηκε από τον/την Administrator
- Εμφανίσεις: 18932
The simple ABAP program writes to screen from simple ABAP class method:
Finding Character Strings in ABAP
- Λεπτομέρειες
- Κατηγορία: ABAP
- Δημιουργηθηκε στις Τρίτη, 11 Δεκεμβρίου 2012 07:50
- Τελευταία Ενημέρωση στις Τρίτη, 11 Δεκεμβρίου 2012 07:51
- Δημοσιεύτηκε στις Τρίτη, 11 Δεκεμβρίου 2012 07:50
- Γράφτηκε από τον/την Administrator
- Εμφανίσεις: 68253
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
- Λεπτομέρειες
- Κατηγορία: ABAP
- Δημιουργηθηκε στις Τετάρτη, 05 Δεκεμβρίου 2012 12:32
- Τελευταία Ενημέρωση στις Τετάρτη, 05 Δεκεμβρίου 2012 12:34
- Δημοσιεύτηκε στις Τετάρτη, 05 Δεκεμβρίου 2012 12:32
- Γράφτηκε από τον/την Administrator
- Εμφανίσεις: 12435
Download product documents ( images, pdf, etc.. ) from Sap Crm with the following ABAP Code :
Create HTML file from SAP data with ABAP
- Λεπτομέρειες
- Κατηγορία: ABAP
- Δημιουργηθηκε στις Πέμπτη, 22 Νοεμβρίου 2012 13:11
- Τελευταία Ενημέρωση στις Πέμπτη, 22 Νοεμβρίου 2012 13:11
- Δημοσιεύτηκε στις Πέμπτη, 22 Νοεμβρίου 2012 13:11
- Γράφτηκε από τον/την Administrator
- Εμφανίσεις: 19593
The following simple ABAP program creates html file with SAP data.
Sorting Internal Tables in ABAP
- Λεπτομέρειες
- Κατηγορία: ABAP
- Δημιουργηθηκε στις Πέμπτη, 15 Νοεμβρίου 2012 08:37
- Τελευταία Ενημέρωση στις Πέμπτη, 15 Νοεμβρίου 2012 08:43
- Δημοσιεύτηκε στις Πέμπτη, 15 Νοεμβρίου 2012 08:37
- Γράφτηκε από τον/την Administrator
- Εμφανίσεις: 33368
Sorting Internal Tables
You can sort a standard or hashed table in a program. To sort a table by its key, use the statement
SORT <itab> [ASCENDING|DESCENDING] [AS TEXT] [STABLE].
The statement sorts the internal table <itab> in ascending order by its key. The statement always applies to the table itself, not to the header line. The sort order depends on the sequence of the standard key fields in the internal table. The default key is made up of the non-numeric fields of the table line in the order in which they occur.
You can specify the direction of the sort using the additions ASCENDING and DESCENDING. The default is ascending.
The larger the sort key, the more time the system needs to sort the table. If the sort key contains an internal table, the sorting process may be slowed down considerably.
Create SAP Goods Movements with BAPI Function
- Λεπτομέρειες
- Κατηγορία: ABAP
- Δημιουργηθηκε στις Τρίτη, 06 Νοεμβρίου 2012 13:18
- Τελευταία Ενημέρωση στις Δευτέρα, 12 Νοεμβρίου 2012 09:08
- Δημοσιεύτηκε στις Τρίτη, 06 Νοεμβρίου 2012 13:18
- Γράφτηκε από τον/την Administrator
- Εμφανίσεις: 14558
Simple program for SAP Goods Movements with BAPI Functions:
Περισσότερα Άρθρα...
- Writing sign left by the amount with function
- select sales Orders with BAPI Function BAPISDORDER_GETDETAILEDLIST
- Create xml file (sales orders) with abap
- Create abap internal table dynamically
- Call web service in ABAP
- calculate working days between two dates with abap
- Submit abap program and gets output from memory
- Execute operating system commands with abap
- Parse xml file with ABAP
- Read utf-8 xml file with abap