P01C_BLOGO SAP (Print Info for Statements: Logo, Signatures, and so on) Structure details

Dictionary Type: Structure
Description: Print Info for Statements: Logo, Signatures, and so on




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




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

P01C_BLOGO 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 "Print Info for Statements: Logo, Signatures, and so on" 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_P01C_BLOGO TYPE P01C_BLOGO.

The P01C_BLOGO table consists of various fields, each holding specific information or linking keys about Print Info for Statements: Logo, Signatures, and so on data available in SAP. These include SEITE (Logical Page within Form (CPS Statements)), SEQNR (Seq. Number Multiple Use of Structure Field/Logical Page), LTTYP (Type of Pension Organization), LTRGR (Benefits Provider).. 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 P01C_BLOGO 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
SEITELogical Page within Form (CPS Statements) P01C_LPAGECHAR8TDELEMFORM
SEQNRSeq. Number Multiple Use of Structure Field/Logical Page P01C_CONUMNUMC3NUMC3
LTTYPType of Pension Organization P01C_AVTYPCHAR1Assigned to domainP01C_KNZID
LTRGRBenefits Provider P01C_LTRGRCHAR4Assigned to domainP01C_AVFMA
LOGO130 Characters CHAR30CHAR30CHAR30
LOGO230 Characters CHAR30CHAR30CHAR30
MAKR1Character Field Length = 10 CHAR10CHAR10CHAR10
MAKR2Character Field Length = 10 CHAR10CHAR10CHAR10
ADRS1Text, 40 Characters Long TEXT40CHAR40TEXT40
VKPF1First Company Header P01C_VKPF1CHAR30P01C_VKOPF
VKPF2Second Company Header P01C_VKPF2CHAR30P01C_VKOPF
VFSS1First Company Footer P01C_VFSS1CHAR30P01C_VFUSS
VFSS2Second Company Footer P01C_VFSS2CHAR30P01C_VFUSS
ANRE1Form of address text ANREXCHAR5ANREX
ANRE2Form of address text ANREXCHAR5ANREX
SIGN1Name of authorized signatory SACN1CHAR32TEXT32
SIGN2Name of authorized signatory SACN1CHAR32TEXT32
FUNK1Character field of length 40 CHAR40CHAR40CHAR40
FUNK2Character field of length 40 CHAR40CHAR40CHAR40
FUNKAText, 40 Characters Long TEXT40CHAR40TEXT40
FUNKBText, 40 Characters Long TEXT40CHAR40TEXT40
SBAN1Form of address text ANREXCHAR5ANREX
SBAN2Form of address text ANREXCHAR5ANREX
SACH1Name of Administrator P01C_SACH1CHAR20TEXT20
SACH2Name of Administrator (Reserve) P01C_SACH2CHAR20TEXT20
TELE1Text (20 Characters) TEXT20CHAR20TEXT20
TELE2Text (20 Characters) TEXT20CHAR20TEXT20
SPAGEPrevious Page - Source Page P01C_SPAGECHAR8TDELEMFORM
AVEREIssuing Pension Organization P01C_AVERECHAR4T5DC3P01C_AVFMA

Key field Non-key field



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

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

How to access SAP table P01C_BLOGO

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