SAP ABAP Class CL_ISM_SD_RFC_PROCESSING (RFC Processing)
Hierarchy
☛
IS-M (Software Component) SAP MEDIA
⤷
IS-M (Application Component) SAP Media
⤷
JSDI (Package) IS-M/SD SD Integration

⤷

⤷

Properties
Class | CL_ISM_SD_RFC_PROCESSING | |
Short Description | RFC Processing | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | JSDI | IS-M/SD SD Integration |
Created | 20120116 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ISM_SD_RFC_PROCESSING has no interface implemented.
Friends
Class CL_ISM_SD_RFC_PROCESSING has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | I | 500 | Package Size | 20120116 | |
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISM_SD_UNSOLD_DB | IS-M: Database Abstraction for Returns | 20120116 | ||
3 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_ISM_SD_RFC_PROCESSING | RFC Processing | 20120116 | ||
4 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISM_SD_DB_RETURN_PROTOCOL | IS-M: Return Log | 20120116 | ||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_CONTROL | Control Options | 20120116 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_SELECTION | Selection Parameters | 20120116 | ||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_PACKAGE | Table Type for RJKSDUNSOLD03 | 20120116 | ||
8 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | T_RFC_RUNNING_TAB | Current Jobs | 20120116 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TT_PACKAGE | Table Type for RJKSDUNSOLD03 | 20120116 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | Error Indicator | 20120116 | ||
11 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | JPROTOCOLID | Internal Number of Log in System | 20120116 | ||
12 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | RFC Environment Already Initialized | 20120116 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Access Package Function Module | 20120116 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120116 |
3 | ![]() |
Instance method | Protected | Method | Generate log | 20120116 |
4 | ![]() |
Instance method | Public | Method | Return Result | 20120116 |
5 | ![]() |
Instance method | Protected | Method | Initialize Data for Instance | 20120116 |
6 | ![]() |
Instance method | Protected | Method | Initialize Parallel Processing | 20120116 |
7 | ![]() |
Instance method | Public | Method | Execute processing | 20120116 |
8 | ![]() |
Instance method | Public | Method | Make Selection | 20120116 |
9 | ![]() |
Instance method | Public | Method | RFC Return | 20120116 |
10 | ![]() |
Instance method | Protected | Method | Save Log | 20120116 |
11 | ![]() |
Instance method | Public | Method | Define New Selection Parameters | 20120116 |
Events
Class CL_ISM_SD_RFC_PROCESSING has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_OUTPUT | Public | See coding | 20120116 | tt_output type standard table of ty_output
|
||
2 | TT_PACKAGE | Public | Type reference (TYPE) | RJKSDUNSOLD03_TAB | 20120116 |
|
|
3 | TY_CONTROL | Public | See coding | 20120116 | begin of ty_control,
sequential type xfeld,
debug type xfeld,
logchanged type xfeld,
onlycorrect type xfeld,
maxproc type i,
maxprocinservergroup type i,
curprocinservergroup type i,
packsize type i,
rfc_servergroup type rzlli_apcl,
testrun type xfeld,
end of ty_control
|
||
4 | TY_OUTPUT | Public | See coding | 20120116 | begin of ty_output,
unsoldnumber type unsoldnumber,
unsoldgpnr type junsoldgpnr,
unsolddate type junsolddate,
vbeln type jvbelnreturn,
posnr type jreturnposnr,
media_issue type ismmatnr_issue,
matnr type matnr,
ref_order_vbeln_old type jref_vbeln,
ref_order_posnr_old type jref_posnr,
ref_order_vbeln_new type jref_vbeln,
ref_order_posnr_new type jref_posnr,
end of ty_output
|
||
5 | TY_PACKAGE | Public | Type reference (TYPE) | RJKSDUNSOLD03 | 20120116 |
|
|
6 | TY_SELECTION | Public | See coding | 20120116 | begin of ty_selection,
vkorg_tab type rjksd_vkorg_range_tab,
vtweg_tab type rjksd_vtweg_range_tab,
spart_tab type rjksd_spart_range_tab,
vkgrp_tab type rjksd_vkgrp_range_tab,
vkbur_tab type rjksd_vkbur_range_tab,
unsoldtype_tab type rjksd_unsoldtype_range_tab,
state_tab type rjksd_returnstate_range_tab,
gpnr_tab type rjksd_bp_range_tab,
extvbeln_tab type rjksd_unsoldnumber_range_tab,
intvbeln_tab type rjksd_vbeln_range_tab,
until_tab type rjksd_publdate_range_tab,
end of ty_selection
|
||
7 | T_RFC_RUNNING | Protected | See coding | 20120116 | begin of t_rfc_running,
taskname(8) type c, "eigentlich guid, aber max. 8 Stellen erlaubt!
end of t_rfc_running
|
||
8 | T_RFC_RUNNING_TAB | Protected | See coding | 20120116 | t_rfc_running_tab type hashed table of t_rfc_running with unique key taskname
|
Method Signatures
Method CALL_FM Signature
Method CALL_FM on class CL_ISM_SD_RFC_PROCESSING has no parameter.
Method CALL_FM on class CL_ISM_SD_RFC_PROCESSING has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONTROL | Call by reference | Type reference (TYPE) | TY_CONTROL | Steuerungsoptionen | 20120116 | ||
2 | ![]() |
IS_SELECTION | Call by reference | Type reference (TYPE) | TY_SELECTION | Selektionsparameter | 20120116 |
Method CONSTRUCTOR on class CL_ISM_SD_RFC_PROCESSING has no exception.
Method CREATE_PROTOCOL Signature
Method CREATE_PROTOCOL on class CL_ISM_SD_RFC_PROCESSING has no parameter.
Method CREATE_PROTOCOL on class CL_ISM_SD_RFC_PROCESSING has no exception.
Method GET_RESULT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LOGID | Call by reference | Type reference (TYPE) | JPROTOCOLID | Interne Nummer des Protokolls im System | 20120116 |
Method GET_RESULT on class CL_ISM_SD_RFC_PROCESSING has no exception.
Method INIT_DATA Signature
Method INIT_DATA on class CL_ISM_SD_RFC_PROCESSING has no parameter.
Method INIT_DATA on class CL_ISM_SD_RFC_PROCESSING has no exception.
Method INIT_PARALLEL_PROCESSING Signature
Method INIT_PARALLEL_PROCESSING on class CL_ISM_SD_RFC_PROCESSING has no parameter.
Method INIT_PARALLEL_PROCESSING on class CL_ISM_SD_RFC_PROCESSING has no exception.
Method PERFORM_ACTION Signature
Method PERFORM_ACTION on class CL_ISM_SD_RFC_PROCESSING has no parameter.
Method PERFORM_ACTION on class CL_ISM_SD_RFC_PROCESSING has no exception.
Method PERFORM_SELECTION Signature
Method PERFORM_SELECTION on class CL_ISM_SD_RFC_PROCESSING has no parameter.
Method PERFORM_SELECTION on class CL_ISM_SD_RFC_PROCESSING has no exception.
Method RFC_RETURN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_TASK | Call by reference | Type reference (TYPE) | CLIKE | 20120116 |
Method RFC_RETURN on class CL_ISM_SD_RFC_PROCESSING has no exception.
Method SAVE_PROTOCOL Signature
Method SAVE_PROTOCOL on class CL_ISM_SD_RFC_PROCESSING has no parameter.
Method SAVE_PROTOCOL on class CL_ISM_SD_RFC_PROCESSING has no exception.
Method SET_NEW_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONTROL | Call by reference | Type reference (TYPE) | TY_CONTROL | Steuerungsoptionen | 20120116 | ||
2 | ![]() |
IS_SELECTION | Call by reference | Type reference (TYPE) | TY_SELECTION | Selektionsparameter | 20120116 |
Method SET_NEW_SELECTION on class CL_ISM_SD_RFC_PROCESSING has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |