TSKPA SAP (Parameters of sk_*_send) Structure details

Dictionary Type: Structure
Description: Parameters of sk_*_send




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




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

TSKPA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Parameters of sk_*_send" 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_TSKPA TYPE TSKPA.

The TSKPA table consists of various fields, each holding specific information or linking keys about Parameters of sk_*_send data available in SAP. These include SERVICE (Telecommunications service), COUNTRY (Country Key), TELNR (Telecommunications partner), SCHEDULE (Send time request).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TSKPA structure 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
TYPSAPcomm: Document type SKDTYPCHAR3SKDTYP
SERVICETelecommunications service SKSERVCHAR8SKSERV
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
TELNRTelecommunications partner SKTELNRCHAR30TDTELENUM
SCHEDULESend time request SKSCHEDULECHAR3SKSCHEDULE
DATERequested send date SKDATEDATS8SKDATE
TIMERequested send time SKTIMETIMS6SKTIME
DIALOGDialog yes/no SKDIALOGCHAR1CHAR1
HOLDHold SKHOLDCHAR1SKHOLD
UNAMESender's SAP name SKUNAMECHAR12CHAR12
ONAMESender's name SKONAMECHAR12SKNAME
OFNAMESender's first name SKOFNAMECHAR12SKFNAME
OCOMPANYRecipient company SKOCOMPANYCHAR20SKCOMP
ODEPTSender department SKODEPCHAR20SKDEPT
OTELTelephone number SKOTELCHAR30SKTELNR
OOWNNBRSeparate connection SKOWNNBRCHAR30SKTELNR
RNAMERecipient's name SKRNAMECHAR12SKNAME
RFNAMERecipient's first name SKRFNAMECHAR12SKFNAME
RCOMPANYRecipient company SKRCOMPANYCHAR20SKCOMP
RDEPTRecipient department SKRDEPTCHAR20SKDEPT
BUKRSCompany code (instead of BUKRS for basis separation) SKBUKRSCHAR4CHAR4
KOSTLSAPcomm: replaces KOSTL (Basis separation) SKKOSTLCHAR10CHAR10
KEEPDAYSave for n days SKKEEPDAYCHAR2SKKEEPDAY
LANGCover sheet language SKLANGULANG1Assigned to domainISOLASPRAS
HCOPYSpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
C_TRANSCalling transaction SK_C_TRANSCHAR4CHAR4
CB_PARACallBack: Application info SK_CB_PARACHAR72CHAR72
CB_REPCallBack: Report SK_CB_REPCHAR40SK_CB_REP
CB_FORMCallBack: Form to call SK_CB_FORMCHAR30SK_CB_FORM

Key field Non-key field



How do I retrieve data from SAP structure TSKPA using ABAP code?

As TSKPA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TSKPA as there is no data to select.

How to access SAP table TSKPA

Within an ECC or HANA version of SAP you can also view further information about TSKPA 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!