P03_LZBG1_MORE SAP (Additional Document Information for List and Print Output) Structure details

Dictionary Type: Structure
Description: Additional Document Information for List and Print Output




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




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

P03_LZBG1_MORE 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 "Additional Document Information for List and Print Output" 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_P03_LZBG1_MORE TYPE P03_LZBG1_MORE.

The P03_LZBG1_MORE table consists of various fields, each holding specific information or linking keys about Additional Document Information for List and Print Output data available in SAP. These include BACTI_ICON (Document Action), BACTI_TXT (Document Action), ASVGR_TXT (Text for SI Group), AUSVA_TXT (Name of SI Body).. 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 P03_LZBG1_MORE 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
BACTIDocument Action P03_BACTICHAR1P03_BACTI
BACTI_ICONDocument Action P03_BACTI_ICONCHAR50TEXT50
BACTI_TXTDocument Action P03_BACTI_TXTCHAR30TEXT30
ASVGR_TXTText for SI Group ASVGTCHAR30TEXT30
AUSVA_TXTName of SI Body SVANTCHAR20TEXT20
LOHNB_TXTAssignment Name P03_LTEXTCHAR30TEXT30
LBNAMText, 40 Characters Long TEXT40CHAR40TEXT40
LBAD1Text, 40 Characters Long TEXT40CHAR40TEXT40
LBAD2Text, 40 Characters Long TEXT40CHAR40TEXT40
LBAD3Text, 40 Characters Long TEXT40CHAR40TEXT40
LBAD4Text, 40 Characters Long TEXT40CHAR40TEXT40
LBFAXFax number TELFX_BASCHAR31TEXT31
LBFZATax office number FZAMANUMC4Assigned to domainFZAMA
LBFZA_TXTTax Office Text FAMTXCHAR57TEXT57
DGFZA_TXTTax Office Text FAMTXCHAR57TEXT57
ARAN0Worker / Salaried Employee P03_ARAN0CHAR1P03_ARAN0
ARAN0_TXTText, 40 Characters Long TEXT40CHAR40TEXT40
DNTITTitle TITELCHAR15Assigned to domainTITEL
DNADREmployee's Residential Address P03_ANLSTCHAR60PAD_STRAS
DNLKZVehicle Country Key for Home Address P03_ANLKZCHAR3LANDK
DNPLZPostal Code of Residential Address P03_ANPLZCHAR10PSTLZ
DNORTType of Residence P03_ORT01CHAR40PAD_ORT01
SETYP_TXTRecord Type for Electronic Notification P03_SETYP_TXTCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table P03_LZBG1_MORE

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