P39_APV_PDF SAP (Structure for APV Statement (PDF)) Structure details

Dictionary Type: Structure
Description: Structure for APV Statement (PDF)




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




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

P39_APV_PDF 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 "Structure for APV Statement (PDF)" 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_P39_APV_PDF TYPE P39_APV_PDF.

The P39_APV_PDF table consists of various fields, each holding specific information or linking keys about Structure for APV Statement (PDF) data available in SAP. These include INSTX (Institution Name), DPVOL_TOT (Voluntary Deposit), DPCNV_TOT (Agreed Deposit), DPTVL_TOT (Total Deposit).. 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 P39_APV_PDF 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
INSCDInstitution Code PCL_INSCDCHAR8Assigned to domainPCL_INSCD
INSTXInstitution Name PCL_INSTXCHAR40PCL_INSTX
DPVOL_TOTVoluntary Deposit PCL_DPVOLCURR15(2) PCL_MONTO
DPCNV_TOTAgreed Deposit PCL_DPCNVCURR15(2) PCL_MONTO
DPTVL_TOTTotal Deposit PCL_DPTVLCURR15(2) PRBETRG
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
RUTERCompany RUT PCL_RUTERCHAR13PCL_RUT
CODAEEconomic Activity Code PCL_CODAENUMC6NUMC6
TPCTXCompany Type Text PCL_TPCTXCHAR40CHAR040
REGIOName of the controlling area BEZEICHAR25TEXT25
CITY1City PAD_ORT01CHAR40PAD_ORT01
CITY2District PAD_ORT02CHAR40PAD_ORT01
STRASHouse number and street STRASCHAR30TEXT30
TELNR PCL_TELNRCHAR14TELNR
EMAILE-Mail PCL_EMAILCHAR60PCL_EMAIL
NMERLLegal Representative Name PCL_NMERLCHAR50CHAR50
RUTRLLegal Representative RUT PCL_RUTRLCHAR13PCL_RUT
EMARLLegal Representative E-Mail PCL_EMARLCHAR60PCL_EMAIL
NRTRANumber of Employees Dependent on the Company PCL_NRTRANUMC6NUMC06
ADMUTMutual Adhered PCL_ADMUTCHAR1FLAG
TELRL PCL_TELNRCHAR14TELNR
FAXNRFax Number PCL_FAXNRCHAR31CHAR31
POBOXPO Box PCL_POBOXCHAR10CHAR10
PAGES_TAB 0
NRTRAB_REPORTNumber of Employees Dependent on the Company PCL_NRTRANUMC6NUMC06
NUM_DETAIL_PAGESPDF Number of Detail Pages PCL_NUM_DETAIL_PAGESNUMC4NUMC04
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table P39_APV_PDF

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