ARFCSSTATE SAP (Description of ARFC Call Status (Send)) Table details

Dictionary Type: Table
Description: Description of ARFC Call Status (Send)




ABAP Code to SELECT data from ARFCSSTATE
Related tables to ARFCSSTATE
Access table ARFCSSTATE




Table field list including key, data, relationships and ABAP select examples

ARFCSSTATE is a standard SAP Table which is used to store Description of ARFC Call Status (Send) data and is available within R/3 SAP systems depending on the version and release level.

The ARFCSSTATE table consists of various fields, each holding specific information or linking keys about Description of ARFC Call Status (Send) data available in SAP. These include ARFCIPID (Host ID (IP ID), ARFCPID (Process ID), ARFCTIME (Time Stamp), ARFCTIDCNT (Transaction ID (LUW -> COMMIT WORK)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ARFCSSTATE table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ARFCIPIDHost ID (IP ID ARFCIPIDCHAR8ARFCIPID
ARFCPIDProcess ID ARFCPIDCHAR4ARFCPID
ARFCTIMETime Stamp ARFCTIMECHAR8ARFCTIME
ARFCTIDCNTTransaction ID (LUW -> COMMIT WORK) ARFCTIDCNTCHAR4ARFCTIDCNT
ARFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
ARFCLUWCNTCounter within a transaction (LUW) ARFCLUWCNTCHAR8ARFCLUWCNT
ARFCSTATEStatus of an ARFC call (RECORDED,CPICERR,MAILED,READ..) ARFCSTATECHAR8ARFCSTATE
ARFCFNAMName of Function Module RS38L_FNAMCHAR30TFDIRFUNCNAMELIB
ARFCRETURNReply expected ARFCRETURNCHAR1SYST_FLAG
ARFCUZEITSystem Time SYUZEITTIMS6SYTIME
ARFCDATUMSystem Date SYDATUMDATS8SYDATS
ARFCUSERUser Name SYUNAMECHAR12SYCHAR12
ARFCRETRYSNo. of attempts RETRYNUMC4NUM04
ARFCTCODETransaction Code SYTCODECHAR20Assigned to domainTCODE
ARFCRHOSTRFCCHAR8 RFCCHAR8CHAR8RFCCHAR8
ARFCMSGMessage Variable SYMSGVCHAR50SYCHAR50
ARFCRESERVHorizontal Line SYULINECHAR255SYCHAR255
HASHHASH for tRFC/qRFC ARFCHASHRAW40ARFCHASH

Key field Non-key field



How do I retrieve data from SAP table ARFCSSTATE using ABAP code

The following ABAP code Example will allow you to do a basic selection on ARFCSSTATE to SELECT all data from the table
DATA: WA_ARFCSSTATE TYPE ARFCSSTATE.

SELECT SINGLE *
FROM ARFCSSTATE
INTO CORRESPONDING FIELDS OF WA_ARFCSSTATE
WHERE...

How to access SAP table ARFCSSTATE

Within an ECC or HANA version of SAP you can also view further information about ARFCSSTATE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!