CONFPP06 SAP (Customer-Specific Actual Data Transfer for Milestone Conf.) Structure details

Dictionary Type: Structure
Description: Customer-Specific Actual Data Transfer for Milestone Conf.




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




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

CONFPP06 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 "Customer-Specific Actual Data Transfer for Milestone Conf." 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_CONFPP06 TYPE CONFPP06.

The CONFPP06 table consists of various fields, each holding specific information or linking keys about Customer-Specific Actual Data Transfer for Milestone Conf. data available in SAP. These include GRUND (Reason for Variance), LTXA1 (Confirmation text), WERKS (Plant), ARBPL (Work center).. 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 CONFPP06 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
BUDATPosting date BUCHDATUMDATS8DATUM
GRUNDReason for Variance CO_AGRNDCHAR4Assigned to domainCO_AGRND
LTXA1Confirmation text CO_RTEXTCHAR40TEXT40
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ARBPLWork center ARBPLCHAR8ARBPLAGR
MEINHConfirmation unit of measure RU_VORMEUNIT3Assigned to domainCUNITMEINS
LMNGAYield to Be Confirmed RU_LMNGAQUAN13(3) MENGV13
XMNGAScrap to Be Confirmed RU_XMNGAQUAN13(3) MENGV13
RMNGACurrent rework quantity to be confirmed RU_RMNGAQUAN13(3) MENGV13
PERNRPersonnel number CO_PERNRNUMC8PERNRPER
ZAUSWTime Recording ID Number DZAUSWNUMC8ZAUSW
LOARTWage Type LOHNARTCHAR4LOART
QUALFSuitability QUALFCHAR2Assigned to domainQUALF
ANZMANumber of employees ANZMSDEC5(2) ANZMA
LOGRPWage group LOHNGRPCHAR3Assigned to domainLOHNGRP
ZEIERUnit for the break time DZEIERUNIT3Assigned to domainCUNITMEINS
ISERHConfirmed break time ISERHQUAN9(3) VGWRT
ISDDConfirmed date for start of execution RU_ISDDDATS8DATUM
ISDZConfirmed time for 'Execution start' RU_ISDZTIMS6ATIME
IERDConfirmed date for 'Setup finish' RU_IERDDATS8DATUM
IERZConfirmed time for 'Setup finish' RU_IERZTIMS6ATIME
ISBDConfirmed date for 'Processing start' RU_ISBDDATS8DATUM
ISBZConfirmed time for 'Processing start' RU_ISBZTIMS6ATIME
IEBDConfirmed date for 'processing finish' RU_IEBDDATS8DATUM
IEBZConfirmed time for 'processing finish' RU_IEBZTIMS6ATIME
ISADConfirmed date for 'teardown start' RU_ISADDATS8DATUM
ISAZConfirmed time for 'teardown start' RU_ISAZTIMS6ATIME
IEDDConfirmed date for execution finish RU_IEDDDATS8DATUMEDR
IEDZConfirmed time for 'Execution finish' RU_IEDZTIMS6ATIMEEZR
PEDDForecast finish date of operation from confirmation CO_PEDDDATS8DATUM
PEDZForecast finish time of operation from confirmation CO_PEDZTIMS6ATIME
NO_ACTIVITY_1Indicator: Do Not Update Activity RU_NO_ACTIVITYCHAR1XFELD
NO_ACTIVITY_2Indicator: Do Not Update Activity RU_NO_ACTIVITYCHAR1XFELD
NO_ACTIVITY_3Indicator: Do Not Update Activity RU_NO_ACTIVITYCHAR1XFELD
NO_ACTIVITY_4Indicator: Do Not Update Activity RU_NO_ACTIVITYCHAR1XFELD
NO_ACTIVITY_5Indicator: Do Not Update Activity RU_NO_ACTIVITYCHAR1XFELD
NO_ACTIVITY_6Indicator: Do Not Update Activity RU_NO_ACTIVITYCHAR1XFELD
NO_BUS_PROCIndicator: Do Not Update Business Process RU_NO_BUS_PROCCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table CONFPP06

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