PRICAT_K00C SAP (PRICAT: Customer of a Price Catalog) Table details

Dictionary Type: Table
Description: PRICAT: Customer of a Price Catalog




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




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

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

The PRICAT_K00C table consists of various fields, each holding specific information or linking keys about PRICAT: Customer of a Price Catalog data available in SAP. These include PRINBR (PRICAT: Unique internal catalog number), CUSTOMER (Customer Numbers), ILN_RECIPIENT (PRICAT: Internation location number, recipient (char 35)), DATE_MESSAGE (PRICAT: last transferred date (YYYYMMDD)).. 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)


SAP PRICAT_K00C 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
PRINBRPRICAT: Unique internal catalog number PRINBRCHAR10Assigned to domainPRINBRPRNPRICAT_HEADER
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
ILN_RECIPIENTPRICAT: Internation location number, recipient (char 35) PRIILNRCHAR35CHAR35
DATE_MESSAGEPRICAT: last transferred date (YYYYMMDD) PRIDATECHAR8EDIDAT8
TIME_MESSAGEPRICAT: Last transferred time (HHMMSS) PRITIMECHAR6EDITIM6
STATEPRICAT: Status of the Catalog for a Customer PRIBEARBSTATKUNDECHAR2PRIBEARBSTATKUNDE
TRANSPORTPRICAT: ID for Transfer PRIKZUEBERTRAGUNGCHAR1XFELD
SNDPRTPartner type of sender EDIUSNDPRTCHAR2TEDSTEDI_RCVPRT
SNDPFCPartner function of sender EDIUSNDPFCCHAR2EDIPVEDI_PARVW
PARNUMPartner number EDIPPARNUMCHAR10EDPP1ALPHAEDI_PARNUMPN1
USEOLDFORMATPRICAT: ID for whether the PRICAT IDoc is to be used PRIUSEOLDFORMATCHAR1XFELD
USEOLDCONDSEGSPRICAT: Indicator for Old Condition Segment in PRICAT02 PRIUSEOLDCONDSEGSCHAR1XFELD
WEBFLAGPRICAT: Indicator for Internet Release for Customers PRIWEBCUSTFLAGCHAR1XFELD
ILN_PARTY_IDPRICAT: ILN of the data source (char 35) PRIPARTYCHAR35CHAR35
PASSWORD_RECIPPRICAT: Reference or password of recipient PRIPASSWCHAR14
CURRENCY_RECIPPRICAT: Currency of the recipient in ISO PRICURRRCHAR3EDIF6345

Key field Non-key field



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

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

SELECT SINGLE *
FROM PRICAT_K00C
INTO CORRESPONDING FIELDS OF WA_PRICAT_K00C
WHERE...

How to access SAP table PRICAT_K00C

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