FINBSNDID0C SAP (Identification for Sender System and Object Type) Table details

Dictionary Type: Table
Description: Identification for Sender System and Object Type




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




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

FINBSNDID0C is a standard SAP Table which is used to store Identification for Sender System and Object Type data and is available within R/3 SAP systems depending on the version and release level.

The FINBSNDID0C table consists of various fields, each holding specific information or linking keys about Identification for Sender System and Object Type data available in SAP. These include FINB_SND_ID (Sender Identification), FIN_SCMAGYID (Scheme Agency), FIN_SCMID (Scheme), FINB_PNNTP (Source Document Navigation Type).. 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 FINBSNDID0C 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
FINB_SND_IDSender Identification FINB_SND_IDCHAR25FINB_SND_ID
FIN_SCMAGYIDScheme Agency FIN_SCMAGYIDCHAR60TEXT60
FIN_SCMIDScheme FIN_SCMIDCHAR60TEXT60
FINB_PNNTPSource Document Navigation Type FINB_PNNTPCHAR3FINB_PNNTP

Key field Non-key field



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

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

SELECT SINGLE *
FROM FINBSNDID0C
INTO CORRESPONDING FIELDS OF WA_FINBSNDID0C
WHERE...

How to access SAP table FINBSNDID0C

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