BAPIPRICUSTOMER SAP (PRICAT: Customer of a Price Catalog) Structure details

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




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




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

BAPIPRICUSTOMER 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 "PRICAT: Customer of a Price Catalog" 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_BAPIPRICUSTOMER TYPE BAPIPRICUSTOMER.

The BAPIPRICUSTOMER 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 ILN_RECIPIENT (PRICAT: Internation location number, recipient (char 35)), DATE_MESSAGE (PRICAT: last transferred date (YYYYMMDD)), TIME_MESSAGE (PRICAT: Last transferred time (HHMMSS)), STATE (PRICAT: Status of the Catalog for a Customer).. 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: Not classified


SAP BAPIPRICUSTOMER 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
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 EDIUSNDPRTCHAR2Assigned to domainEDI_RCVPRT
SNDPFCPartner function of sender EDIUSNDPFCCHAR2EDIPVEDI_PARVW
PARNUMPartner number EDIPPARNUMCHAR10Assigned to domainALPHAEDI_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 structure BAPIPRICUSTOMER using ABAP code?

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

How to access SAP table BAPIPRICUSTOMER

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