/BSNAGT/T_SSF SAP (BSN Agent SSF Profile Data) Table details

Dictionary Type: Table
Description: BSN Agent SSF Profile Data




ABAP Code to SELECT data from /BSNAGT/T_SSF
Related tables to /BSNAGT/T_SSF
Access table /BSNAGT/T_SSF




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

/BSNAGT/T_SSF is a standard SAP Table which is used to store BSN Agent SSF Profile Data data and is available within R/3 SAP systems depending on the version and release level.

The /BSNAGT/T_SSF table consists of various fields, each holding specific information or linking keys about BSN Agent SSF Profile Data data available in SAP. These include MESSAGETYPE (Message Type), SSFID (Sender/Receiver ID), APPLICATION (SSF Application), PROFILEID (SSF Name for Signatory/Recipient).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /BSNAGT/T_SSF 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
MESSAGETYPEMessage Type /BSNAGT/MESSAGETYPECHAR32/BSNAGT/MESSAGETYPE/BSNAGT/H_TYPE
SSFIDSender/Receiver ID /BSNAGT/SSFIDCHAR64/BSNAGT/SENDERRECEIVER_ID/BSNAGT/H_SENDERRECEIVERID
APPLICATIONSSF Application SSFAPPLCHAR6SSFAPPLICSSFAPPLD
PROFILEIDSSF Name for Signatory/Recipient SSFIDCHAR255SNC_PNAME
SIGNSign Flag for Secure Store and Forward (SSF) /BSNAGT/SSF_SIGNCHAR1CHAR1_X
ENCRYPTEncrypt Flag for Secure Store and Forward (SSF) /BSNAGT/SSF_ENCRYPTCHAR1CHAR1_X
DECRYPTDecrypt Flag for Secure Store and Forward (SSF) /BSNAGT/SSF_DECRYPTCHAR1CHAR1_X
VERIFYVerify Flag for Secure Store and Foward (SSF) /BSNAGT/SSF_VERIFYCHAR1CHAR1_X

Key field Non-key field



How do I retrieve data from SAP table /BSNAGT/T_SSF using ABAP code

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

SELECT SINGLE *
FROM /BSNAGT/T_SSF
INTO CORRESPONDING FIELDS OF WA_/BSNAGT/T_SSF
WHERE...

How to access SAP table /BSNAGT/T_SSF

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