PRICAT_K001 SAP (PRICAT: Catalog header) Table details

Dictionary Type: Table
Description: PRICAT: Catalog header




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




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

PRICAT_K001 is a standard SAP Table which is used to store PRICAT: Catalog header data and is available within R/3 SAP systems depending on the version and release level.

The PRICAT_K001 table consists of various fields, each holding specific information or linking keys about PRICAT: Catalog header data available in SAP. These include PRINBR (PRICAT: Unique internal catalog number), ILN_SENDER (PRICAT: International location number of sender (CHAR 35)), UNIQUE_REFERENCE (PRICAT: Unique catalog reference of the message sender), OUTBOUNDFLAG (PRICAT: Indicator for Outbound Processing).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PRICAT_K001 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 MANDTCLNT3T000MANDT
PRINBRPRICAT: Unique internal catalog number PRINBRCHAR10PRINBRPRNPRICAT_HEADER
ILN_SENDERPRICAT: International location number of sender (CHAR 35) PRIILNSCHAR35CHAR35ILN
UNIQUE_REFERENCEPRICAT: Unique catalog reference of the message sender PRIUNIREFCHAR35CHAR35
OUTBOUNDFLAGPRICAT: Indicator for Outbound Processing PRIOUTBOUNDFLAGCHAR1XFELD
PRISTATEPRICAT: Catalog processing status PRISTATECHAR3PRISTATE
PRIOUTSTATEPRICAT: Status of a Price Catalog at Outbound PRIOUTSTATECHAR1PRIOUTSTATE
TEST_INDICATORPRICAT: Produktive / test indicator PRITESTCHAR1PRITEST
ASSORTMENTAssortment ASORTCHAR10WRS1ALPHAASORTWSTWSOR
CUSTOMERCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
DATEFROMPRICAT: Valid from date of message PRIDATABDATS8DATUM
DATETOPRICAT: 'Valid to' date of message PRIDATBIDATS8DATUM
PRICEKEYDATEPRICAT: Key date for price determination PRISTICHDATS8DATUM
PROFILPRICAT: Requirements profile PRIPRFCHAR4PRICAT_PROPRIPRFPRIP
PPROCEDUREPRICAT: Calculation schema PRIKSMCHAR6Assigned to domainKALSM
SALESORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2TSPASPARTSPAC_SPART
DETERMINATIONPRICAT: Price/tax/condition determination - yes/no PRIPREISERMCHAR1PRIPREI
PRICECUSTOMERPRICAT: Template Customer for Price Determination PRIMUSTERKUNDECHAR10Assigned to domainALPHAKUNNRDEBI
DATEFROMPOSIPRICAT: Valid-From Date for Items PRIDATABPOSIDATS8DATUM
WEB_STATEPRICAT: Indicator for Internet Release PRIWEBSTATECHAR1PRIWEBSTATE
WEB_CUSTOMERPRICAT: Template Customer for the Internet PRIWEBCUSTOMERCHAR10Assigned to domainALPHAKUNNRDEBI
VALIDITYDATEPRICAT: Valid-From Date for Items in Engin. Change Managemnt PRIVALIDITYCHMGDATS8DATUM
HISTORYPRICAT: History ID in engineering change management PRICHMGHISTORYCHAR1XFELD
USEDATEPRICAT: ID - Use Valid-From Date PRICHMGUSEDATECHAR1XFELD
CHMGINTERVALPRICAT: Interval for Engineering Change Management in Days PRICHMGINTERVALNUMC3PRICHMGINTERVAL
LASTUPDATEPRICAT: Date Engineering Change Management Last Executed PRICHMGDATEDATS8DATUM
STARTSENDINGPRICAT: ID for transferring error-free catalog PRICHMGAUTOCHAR1XFELD
LOGNRApplication Log: External ID BALNREXTCHAR100BALNREXTBALEXT
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EKGRPPurchasing Group BKGRPCHAR3T024EKGRPEKG
ILN_RECIPIENTPRICAT: Internation location number, recipient (char 35) PRIILNRCHAR35CHAR35
DATE_MESSAGEPRICAT: last transferred date (YYYYMMDD) PRIDATECHAR8EDIDAT8
TIME_MESSAGEPRICAT: Last transferred time (HHMMSS) PRITIMECHAR6EDITIM6
PRINAMEName of Person who Created the Object ERNAMCHAR12USNAM
SYNTAX_IDENTPRICAT: Syntax identifier PRISYNTAXCHAR4
SYNTAX_VERSIONPRICAT: Syntax version number PRISYNVERCHAR1
PASSWORD_RECIPPRICAT: Reference or password of recipient PRIPASSWCHAR14
ILN_PARTY_IDPRICAT: ILN of the data source (char 35) PRIPARTYCHAR35CHAR35
CURRENCY_SENDERPRICAT: Currency of the sender in ISO PRICURRSCHAR3EDIF6345
CURRENCY_RECIPPRICAT: Currency of the recipient in ISO PRICURRRCHAR3EDIF6345
KARTCustomizing for Price Catalog: Catalog Type KATALOGARTCHAR10PRICAT_KARTCHAR10
VIEW_PERIODPrice Catalog: Display Time Period Planned Changes PRI_VIEW_PERIODINT13KALENDERWOCHEN
WEEKLY_RECURPrice Catalog: Deadline All (Week) PRI_RECURRENCEINT13KALENDERWOCHEN
PRI_MOPRICAT: Planned Change - Monday WRF_PRI_MOCHAR1FLAG
PRI_DIPRICAT: Planned Change - Tuesday WRF_PRI_DICHAR1FLAG
PRI_MIPRICAT: Planned Change - Wednesday WRF_PRI_MICHAR1FLAG
PRI_DOPRICAT: Planned Change - Thursday WRF_PRI_DOCHAR1FLAG
PRI_FRPRICAT: Planned Change - Friday WRF_PRI_FRCHAR1FLAG
PRI_SAPRICAT: Planned Change - Saturday WRF_PRI_SACHAR1FLAG
PRI_SOPRICAT: Planned Change - Sunday WRF_PRI_SOCHAR1FLAG
WGDS_TM_COUNTRYCountry Key LAND1CHAR3T005LAND1LND
WGDS_TM_SUBDIVISSTATE (State, Province, County) REGIOCHAR3T005SREGIO

Key field Non-key field



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

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

SELECT SINGLE *
FROM PRICAT_K001
INTO CORRESPONDING FIELDS OF WA_PRICAT_K001
WHERE...

How to access SAP table PRICAT_K001

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