/BGLOCS/FI001Z SAP (VAT Company detail settings) Table details

Dictionary Type: Table
Description: VAT Company detail settings




ABAP Code to SELECT data from /BGLOCS/FI001Z
Related tables to /BGLOCS/FI001Z
Access table /BGLOCS/FI001Z




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

/BGLOCS/FI001Z is a standard SAP Table which is used to store VAT Company detail settings data and is available within R/3 SAP systems depending on the version and release level.

The /BGLOCS/FI001Z table consists of various fields, each holding specific information or linking keys about VAT Company detail settings data available in SAP. These include BUKRS (Company Code), BUINR (VAT Identification number), BSTAT (BULSTAT Identification), CNAME (Name of the company).. 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: Cannot Be Enhanced


SAP /BGLOCS/FI001Z 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUINRVAT Identification number /BGLOCS/FI_VAT_NUMBERCHAR20STCEG
BSTATBULSTAT Identification /BGLOCS/FI_BULSTATCHAR15/BGLOCS/FI_BULSTAT
CNAMEName of the company /BGLOCS/FI_CMP_NAMECHAR150/BGLOCS/FI_CMP_NAME
CADRCAddress of the company /BGLOCS/FI_CMP_ADRCHAR200/BGLOCS/FI_CMP_ADR
PNPINVIES PIN/Pers.Number of Non-resident submitting the return /BGLOCS/FI_PERS_PINCHAR15/BGLOCS/FI_PERS_PIN
PPERSVIES Full Name of the person submitting the data /BGLOCS/FI_PERS_NAMECHAR150/BGLOCS/FI_PERS_NAME
PCITYVIES City from the address for correspondence of sub. person /BGLOCS/FI_PERS_CITYCHAR50/BGLOCS/FI_PERS_CITY
PPOSTVIES Postal Code from address for correspondence subm.person /BGLOCS/FI_PERS_POSTALCHAR4/BGLOCS/FI_PERS_POSTAL
PADRCVIES Address for correspondence(quarter,resident complex,..) /BGLOCS/FI_PERS_ADRCHAR150/BGLOCS/FI_PERS_ADR
PCAPAVIES Capacity of the person submitting the return /BGLOCS/FI_PERS_CAPACITYCHAR1/BGLOCS/FI_PERS_CAPACITY
CUNITBranch / Unit /BGLOCS/FI_COMP_UNITCHAR4/BGLOCS/FI_COMP_UNIT
VRPSDVAT Person submitting the data /BGLOCS/FI_PERS_SUBMITCHAR34/BGLOCS/FI_PERS_SUBMIT
VRPINVAT PIN/Pers.Number of Non-resident submitting the return /BGLOCS/FI_PERS_PIN_VATCHAR15/BGLOCS/FI_PERS_PIN_VAT
VRRPNVAT Representative Person /BGLOCS/FI_PERS_NAME_VATCHAR45/BGLOCS/FI_PERS_NAME_VAT
VRPOSVAT Position of the representative person /BGLOCS/FI_PERS_POSCHAR40/BGLOCS/FI_PERS_POS

Key field Non-key field



How do I retrieve data from SAP table /BGLOCS/FI001Z using ABAP code

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

SELECT SINGLE *
FROM /BGLOCS/FI001Z
INTO CORRESPONDING FIELDS OF WA_/BGLOCS/FI001Z
WHERE...

How to access SAP table /BGLOCS/FI001Z

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