P01SV_B2ATRNS SAP (Status Table Transfer to Social Insurance Agency) Table details

Dictionary Type: Table
Description: Status Table Transfer to Social Insurance Agency




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




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

P01SV_B2ATRNS is a standard SAP Table which is used to store Status Table Transfer to Social Insurance Agency data and is available within R/3 SAP systems depending on the version and release level.

The P01SV_B2ATRNS table consists of various fields, each holding specific information or linking keys about Status Table Transfer to Social Insurance Agency data available in SAP. These include GLBID (HR B2A: Global Object ID), SEQNO (HR-B2A: Sequence Number), STATS (SI: Status of the Transfer), DTART (Type of Data Exchange).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP P01SV_B2ATRNS 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
GLBIDHR B2A: Global Object ID PC_B2A_GLBIDCHAR32CHAR32
SEQNOHR-B2A: Sequence Number PC_B2A_SEQNONUMC4NUMC04
STATSSI: Status of the Transfer P01S_B2A_STATSNUMC2P01S_B2A_STATS
DTARTType of Data Exchange P01_DTARTCHAR3P01_DTART
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
KKARTType of Organizational Unit of Health Insurance Fund P01_KKARTNUMC2P01_KKART
BTRNRCompany Number BNR_KEYCHAR8BTRNR
DATNRFile Number for E-Mail Procedure P01_DATNRNUMC6P01_DATNR
SAGRPArea PCAL_SAGRPCHAR4Assigned to domainPCAL_SAGRP
DOCTYHR-B2A: Document Class PC_B2A_DOCTYCHAR4CHAR4
BNRAGB2A: Company Number of Employer PC_B2A_BNRAGCHAR8BTRNR
KOARTSI: Communication Type P01S_B2A_KOARTNUMC2P01S_B2A_KOART
GDATEEmployment Tax Statement: Created/Changed On P01T_GDATEDATS8DATS
GTIMECreation/Change Time of Data Record P01T_GTIMETIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME
REPRTHR: Field in the Report Table PCAL_REPORTFIELDCHAR30CHAR30
TESTDTest Process P01T_TESTDCHAR1CHAR1
REQIDSI: Request ID P01S_B2A_REQIDCHAR50
RESIDSI: Response ID P01S_B2A_RESIDCHAR50
GLBIDISI: Link to GLBID for Inbound Notifications P01S_B2A_IGLBIDCHAR32CHAR32
B2AIDB2A Identifier PC_B2A_B2AIDCHAR32CHAR32

Key field Non-key field



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

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

SELECT SINGLE *
FROM P01SV_B2ATRNS
INTO CORRESPONDING FIELDS OF WA_P01SV_B2ATRNS
WHERE...

How to access SAP table P01SV_B2ATRNS

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