PRU_LEGAL_PROPERTIES_GEN SAP (Legal properties - General Data) Structure details

Dictionary Type: Structure
Description: Legal properties - General Data




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




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

PRU_LEGAL_PROPERTIES_GEN 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 "Legal properties - General Data" 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_PRU_LEGAL_PROPERTIES_GEN TYPE PRU_LEGAL_PROPERTIES_GEN.

The PRU_LEGAL_PROPERTIES_GEN table consists of various fields, each holding specific information or linking keys about Legal properties - General Data data available in SAP. These include TELNR (Phone Number of Organization), FAXNR (Fax Number), EMAIL (E-Mail Address), ANSNR (Organization Tax Number (INN)).. 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: Can be enhanced (character-type or numeric)


SAP PRU_LEGAL_PROPERTIES_GEN 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
SNAMEShort Name of Organization P33_SNAMECHAR50TEXT50
TELNRPhone Number of Organization P33_TELNRCHAR25CHAR25
FAXNRFax Number P33_FAXNRCHAR25CHAR25
EMAILE-Mail Address P33_EMAILCHAR30TEXT30
ANSNROrganization Tax Number (INN) P33_ANSNRCHAR20CHAR20
KPP00KPP Number P33_KPP00CHAR9CHAR9
KDOKPOKPO Code P33_KDOKPCHAR10P33_KDOKP
KDOKDOKDP Code P33_KDOKDCHAR135P33_KDOKD
KDOKHOKVED Code P33_KDOKHCHAR23P33_KDOKH
KOKFSOKFS Code P33_OKFSCNUMC2P33_OKFSC
OKATOOKATO Code P33_OKATOCHAR12HRPAD_CHAR12
OKOPFOKOPF Code P33_OKOPFCHAR5
REGCDTax Authority Code P33_REGCDCHAR4CHAR4
REGORTax Authority Name P33_REGORCHAR150
EGRULEGRUL Code P33_EGRULCHAR13CHAR13
ORPRFLegal Form of Organization P33_ORPRFCHAR40CHAR40
KOGRNMain State Registration Number (OGRN) P33_KOGRNCHAR13TEXT13
TAXPRType of Taxpayer for Reporting Soc. Insurance Contributions P33_ORG_WHEREABOUTSNUMC1P33_ORG_WHEREABOUTS
TFOMSTFOMS P33_TFOMSCHAR15
CONT01Contact Person Type ID P33_CONTCNUMC2T7RUCONTACT_CENUM2
PERN01Personnel Number PERNR_DNUMC8PERNRPER
CONT02Contact Person Type ID P33_CONTCNUMC2T7RUCONTACT_CENUM2
PERN02Personnel Number PERNR_DNUMC8PERNRPER
FSSCDSubordinate Code of FSS P33_FSSCODECHAR5CHAR5

Key field Non-key field



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

As PRU_LEGAL_PROPERTIES_GEN 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 PRU_LEGAL_PROPERTIES_GEN as there is no data to select.

How to access SAP table PRU_LEGAL_PROPERTIES_GEN

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