Archive for the ‘ABAP Tutorials’ Category
List of fields for new segment Z1SADRX
May 30, 2010
·
admin ·
No Comments
Tags: List of fields for new segment Z1SADRX · Posted in: ABAP Tutorials
Allocating IDOC segment fields to Change Document fields
Note: This data was extracted from SAP™ R/3’s table of values after creating
appropriate entries as described in the book.
———————————————————————–
| Table V_TBD22 Date
|
| Description Segment field – change document field
|
| Number of entries 16
|
———————————————————————–
———————————————————————–
| Segm.type | Field name | Change doc. object | Table name | Field name |
———————————————————————-
| Z1KNVHM | | [...]
May 30, 2010
·
admin ·
No Comments
Tags: Allocating IDOC segment fields to Change Document fields · Posted in: ABAP Tutorials
Change pointer per change document item
Note: This data was extracted from SAP™ R/3 table of values after creating the
appropriate entries as described in the book.
———————————————————————–|
Table V_TBD62 Date |
| Description Change document items for message type |
| Number of entries 17 |
——————————————————————————–
—————————————————————-
| Change doc. object | Log.mess.type | Table name | Field name |
—————————————————————-
—————————————————————-
| Client 010 |
—————————————————————-
| KUNHIER | [...]
May 30, 2010
·
admin ·
No Comments
Tags: Change pointer per change document item · Posted in: ABAP Tutorials
Global data for the ALE function modules
Note: ABAP/4 is the proprietary programming language of SAP™.
This function module and global data was closely modeled after
standard SAP™ function modules such as MASTERIDOC_CREATE_DEBMAS.
This function module was used a skeleton to create the following
function module for distribution of customer hierarchy master IDOCs.
FUNCTION ZMASTERIDOC_CREATE_ZDEBHI.
*"
———————————————————————
-
*"*"Local interface:
*" IMPORTING
*" VALUE(KNVHKEY) LIKE ZKNVHKEY STRUCTURE ZKNVHKEY
*" VALUE(RCVPFC) LIKE [...]
May 30, 2010
·
admin ·
7 Comments
Tags: Global data for the ALE function modules · Posted in: ABAP Tutorials
ALE function module to process Change Pointers
Note: ABAP/4 is the proprietary programming language of SAP™.
This function module has been modeled after standard SAP™ function modules for processing master data
change pointers, such as MASTERIDOC_CREATE_SMD_DEBMAS. This function module was used as a skeleton for the
following function module for processing customer hierarchy change pointers.
FUNCTION ZMASTERIDOC_CREATE_SMD_ZDEBHI.
*"———————————————————————
*"*"Local interface:
*" IMPORTING
*" VALUE(MESSAGE_TYPE) LIKE TBDME-MESTYP
*"———————————————————————
*
************************MODIFICATION************************************
* Programmer : [...]
May 30, 2010
·
admin ·
One Comment
Tags: ALE function module to process Change Pointers · Posted in: ABAP Tutorials
