PBE_FORM_COMPANY SAP (Conpmany Information) Structure details

Dictionary Type: Structure
Description: Conpmany Information




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




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

PBE_FORM_COMPANY is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Conpmany Information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PBE_FORM_COMPANY TYPE PBE_FORM_COMPANY.

The PBE_FORM_COMPANY table consists of various fields, each holding specific information or linking keys about Conpmany Information data available in SAP. These include TAXNUM (Tax institution number), RSZNR (SI Registration Number (employer) (00011)), BEGKR (Sender identification number), FIRMNAM (Name).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PBE_FORM_COMPANY structure 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
TAXNUMTax institution number TAXANCHAR14CHAR14
RSZNRSI Registration Number (employer) (00011) RSZNRNUMC9NUM9HRPADBE_RSZNR
BEGKRSender identification number BEGKRCHAR6CHAR6
FIRMNAMName NAAMACHAR25TEXT25
FIRMNAM230 Characters CHAR30CHAR30CHAR30
RECHTSFORM30 Characters CHAR30CHAR30CHAR30
FIRMADRESHouse number and street STRASCHAR30TEXT30
FIRMHSNMRHouse Number HSNMRNUMC6NUMC6
FIRMFACHIdentification of an Apartment in a Building POSTACHAR6TEXT6
FIRMPSTLZSender postal code POSTKCHAR7CHAR7
FIRMGMNDECity ORT01CHAR25TEXT25
FIRMTAETIGK30 Characters CHAR30CHAR30CHAR30
FIRMTAETIG230 Characters CHAR30CHAR30CHAR30
CONTACTNAMPerson to be contacted 1 PERS1CHAR25NACHN
CONTACTFONPhone Number of Contact Person P12_TELNKCHAR20CHAR20
CONTACTFAXFax Number of Contact Person (00678) P12_FAXNKCHAR20CHAR20
CONTACTEMAILEmail Address of Contact Person (00637) P12_EMAILCHAR60CHAR60
BEGINCharacter Field Length = 10 CHAR10CHAR10CHAR10
FINISHCharacter Field Length = 10 CHAR10CHAR10CHAR10

Key field Non-key field



How do I retrieve data from SAP structure PBE_FORM_COMPANY using ABAP code?

As PBE_FORM_COMPANY is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PBE_FORM_COMPANY as there is no data to select.

How to access SAP table PBE_FORM_COMPANY

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