ATAFS_SIGNATORY SAP (Annual Financial Statement Austria Signatory information) Table details

Dictionary Type: Table
Description: Annual Financial Statement Austria Signatory information




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




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

ATAFS_SIGNATORY is a standard SAP Table which is used to store Annual Financial Statement Austria Signatory information data and is available within R/3 SAP systems depending on the version and release level.

The ATAFS_SIGNATORY table consists of various fields, each holding specific information or linking keys about Annual Financial Statement Austria Signatory information data available in SAP. These include BUKRS (Company Code), FIRST_NAME (First Name), SURNAME (Surname), BIRTH_DATE (Date of Birth).. 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 or numeric)


SAP ATAFS_SIGNATORY 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
FIRST_NAMEFirst Name ATAFS_SIG_FNMCHAR38ATAFS_SIG_FNM
SURNAMESurname ATAFS_SIG_SNMCHAR38ATAFS_SIG_SNM
BIRTH_DATEDate of Birth ATAFS_SIG_DOBDATS8ATAFS_SIG_DOB
PERSONNEL_IDPersonnel ID in the Commercial Register ATAFS_SIG_PIDCHAR3ATAFS_SIG_PID
SIG_DATEDate of Signature ATAFS_SIG_DTEDATS8ATAFS_SIG_DTE
COMMR_REG_NOCommercial Register Number ATAFS_COM_FNRCHAR7ATAFS_COM_FNR
WORDING_PRT_LTD1Wording of the partner limited company ATAFS_WOR_PLCCHAR38CHAR38
WORDING_PRT_LTD2Wording of the partner limited company ATAFS_WOR_PLCCHAR38CHAR38
WORDING_PRT_LTD3Wording of the partner limited company ATAFS_WOR_PLCCHAR38CHAR38
WORDING_PRT_LTD4Wording of the partner limited company ATAFS_WOR_PLCCHAR38CHAR38

Key field Non-key field



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

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

SELECT SINGLE *
FROM ATAFS_SIGNATORY
INTO CORRESPONDING FIELDS OF WA_ATAFS_SIGNATORY
WHERE...

How to access SAP table ATAFS_SIGNATORY

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