SWNCSUBRFCC is an SAP Structure so does not store data like a database table does but can be used to process "RFC Client Subrecord" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_SWNCSUBRFCC TYPE SWNCSUBRFCC .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
.INCLUDE | SWNCINCSUBRFC | Common Part of RFC Single Calls | ||||
CALL_STEP | SWNCTXT01 | CHAR | 1 | SAP Workload NW Collector: Text Field of 1 Character | ||
CALL_NUMBER | SWNCLOCNT | DEC | 24 | SAP Workload NW Collector: Counter (Long) | ||
CONNECTION_ID | SWNCTXT32 | CHAR | 32 | SAP Workload NW Collector: Text Field of 32 Characters | ||
DESTINATION_NAME | SWNCTXT64 | CHAR | 64 | SAP Workload NW Collector: Text Field of 64 Characters | ||
TIMESTAMP | SWNCTXT48 | CHAR | 48 | SAP Workload NW Collector: Text Field of 48 Characters | ||
FUNCTION_NAME | SWNCTXT64 | CHAR | 64 | SAP Workload NW Collector: Text Field of 64 Characters | ||
PROGRAM_NAME | SWNCTXT64 | CHAR | 64 | SAP Workload NW Collector: Text Field of 64 Characters | ||
PROGRAM_LINE | SWNCUINT4 | DEC | 12 | SAP Workload NW Collector: Whole Number Value up to 2^32-1 | ||
CALL_TIME | SWNCTIMUSL | DEC | 24 | SAP Workload NW Collector: Time in Microseconds (Long) | ||
EXECUTION_TIME | SWNCTIMUSL | DEC | 24 | SAP Workload NW Collector: Time in Microseconds (Long) | ||
IDLE_TIME | SWNCTIMUSL | DEC | 24 | SAP Workload NW Collector: Time in Microseconds (Long) | ||
DATA_SEND | SWNCBYTES | DEC | 24 | SAP Workload NW Collector: Bytes (Long) | ||
APPL_DATA_SEND | SWNCBYTES | DEC | 24 | SAP Workload NW Collector: Bytes (Long) | ||
DATA_RECEIVE | SWNCBYTES | DEC | 24 | SAP Workload NW Collector: Bytes (Long) | ||
APPL_DATA_RECEIVE | SWNCBYTES | DEC | 24 | SAP Workload NW Collector: Bytes (Long) | ||
PARTNER_INSTANCE_NAME | SWNCTXT40 | CHAR | 40 | SAP Workload NW Collector: Text Field of 40 Characters | ||
DATA_SEND_TIME | SWNCTIMUSL | DEC | 24 | SAP Workload NW Collector: Time in Microseconds (Long) | ||
DATA_RECEIVE_TIME | SWNCTIMUSL | DEC | 24 | SAP Workload NW Collector: Time in Microseconds (Long) | ||
RFC_USER_NAME | SWNCUNAME | CHAR | 12 |
* | SAP Workload NW Collector: User Name | |
RFC_CLIENT_NUMBER | SWNCMANDT | CLNT | 3 |
* | SAP Workload NW Collector: Client |
Key field | |
Non-key field |
SWNCSUBRFCC - RFC Client Subrecord SWNCSUBPASSPORT - SAP Workload NW Collector: Ext. Passport Stats Subrecord SWNCSUBITEMUUID - SAP Workload NW Collector: Ext. Pass. UUID Stats Subrecord SWNCSUBITEMSTRING - SAP Workload NW Collector: Ext. Pass. String Stats Subrec. SWNCSUBITEMINT - SAP Workload NW Collector: Ext. Pass. Int. Stats Subrecord SWNCSUBITEMBYTEARRAY - SAP Workload NW Collector: Ext. Pass. Byte Array Stats Subrc