TPROMANPR SAP (PROMAN Profile) Table details

Dictionary Type: Table
Description: PROMAN Profile




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




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

TPROMANPR is a standard SAP Table which is used to store PROMAN Profile data and is available within R/3 SAP systems depending on the version and release level.

The TPROMANPR table consists of various fields, each holding specific information or linking keys about PROMAN Profile data available in SAP. These include PROFILE (Profile for ProMan), EX_PROFILE (General Profile for ProMan), XBANF (Read Purchase Requisition), XANFR (Read Inquiry).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TPROMANPRT


SAP TPROMANPR table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROFILEProfile for ProMan PROMAN_PROFILECHAR6Assigned to domainCNMM_PROFILE
EX_PROFILEGeneral Profile for ProMan CNMM_PROFILECHAR6TCNMMPRCNMM_PROFILE
XBANFRead Purchase Requisition CNMM_XBANFCHAR1XFELD
XANFRRead Inquiry CNMM_XANFRCHAR1XFELD
XBESTRead Purchase Order CNMM_XBESTCHAR1XFELD
XLIEFRead Delivery CNMM_XLIEFCHAR1XFELD
XMATBRead Material Documents CNMM_XMATBCHAR1XFELD
XPLAUFTRead Planned Orders CNMM_XPLAUFTCHAR1XFELD
XFAUFTReading prod. orders CNMM_XFAUFTCHAR1XFELD
XRESRead Reservation for WBS CNMM_XRESCHAR1XFELD
XPMAUFRead Plant Maintenance Orders CNMM_XPMAUFCHAR1XFELD
TAB_COMPView for Components CNMM_TCOMPCHAR1XFELD
TAB_ACTView for Activities and Elements CNMM_TACTCHAR1XFELD
TAB_QUANView for Quantities CNMM_TQUANCHAR1XFELD
TAB_DATEView for Dates CNMM_TDATECHAR1XFELD
TAB_DELView for Delivery from the Project CNMM_TDELCHAR1XFELD
TAB_STOCKView for Stock CNMM_TSTOCKCHAR1XFELD
TAB_OBJView for Orders/Documents CNMM_TOBJCHAR1XFELD
TAB_TPRTView for Progress Tracking Information CNMM_TPRT_DELECHAR1XFELD
TAB_TCUSView for Custom Enhancement CNMM_TCUS_DELECHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table TPROMANPR using ABAP code

The following ABAP code Example will allow you to do a basic selection on TPROMANPR to SELECT all data from the table
DATA: WA_TPROMANPR TYPE TPROMANPR.

SELECT SINGLE *
FROM TPROMANPR
INTO CORRESPONDING FIELDS OF WA_TPROMANPR
WHERE...

How to access SAP table TPROMANPR

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