AD23_OUTF SAP (BPP: output structure for billing - front page item) Structure details

Dictionary Type: Structure
Description: BPP: output structure for billing - front page item




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




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

AD23_OUTF 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 "BPP: output structure for billing - front page item" 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_AD23_OUTF TYPE AD23_OUTF.

The AD23_OUTF table consists of various fields, each holding specific information or linking keys about BPP: output structure for billing - front page item data available in SAP. These include SD_POSNR (Originating item), SD_ARKTX (Short text for sales order item), SD_TDNAME (Name), SM_AUFNR (Order Number).. 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 AD23_OUTF 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
SD_VBELNOriginating document VBELVCHAR10Assigned to domainALPHAVBELN
SD_POSNROriginating item POSNVNUMC6Assigned to domainPOSNR
SD_ARKTXShort text for sales order item ARKTXCHAR40TEXT40
SD_TDNAMEName TDOBNAMECHAR70TDOBNAME
SM_AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
SM_AUFTEXTDescription AUFTEXTCHAR40TEXT40
LINTYPBPP: type of output structure line AD23_LINTYPCHAR2AD23_LINTYP
IN_NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
IN_KZWI1Subtotal 1 from pricing procedure for condition KZWI1CURR13(2) WERTV7
IN_KZWI2Subtotal 2 from pricing procedure for condition KZWI2CURR13(2) WERTV7
IN_KZWI3Subtotal 3 from pricing procedure for condition KZWI3CURR13(2) WERTV7
IN_KZWI4Subtotal 4 from pricing procedure for condition KZWI4CURR13(2) WERTV7
IN_KZWI5Subtotal 5 from pricing procedure for condition KZWI5CURR13(2) WERTV7
IN_KZWI6Subtotal 6 from pricing procedure for condition KZWI6CURR13(2) WERTV7
IN_WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table AD23_OUTF

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