BAPIPRICATHEADER SAP (PRICAT: Header data for catalog) Structure details

Dictionary Type: Structure
Description: PRICAT: Header data for catalog




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




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

BAPIPRICATHEADER 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: Header data for 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_BAPIPRICATHEADER TYPE BAPIPRICATHEADER.

The BAPIPRICATHEADER table consists of various fields, each holding specific information or linking keys about PRICAT: Header data for catalog data available in SAP. These include UNIQUE_REFERENCE (PRICAT: Unique catalog reference of the message sender), TEST_INDICATOR (PRICAT: Produktive / test indicator), 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BAPIPRICATHEADER 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
ILN_SENDERPRICAT: International location number of sender (CHAR 35) PRIILNSCHAR35CHAR35ILN
UNIQUE_REFERENCEPRICAT: Unique catalog reference of the message sender PRIUNIREFCHAR35CHAR35
TEST_INDICATORPRICAT: Produktive / test indicator PRITESTCHAR1PRITEST
ILN_RECIPIENTPRICAT: Internation location number, recipient (char 35) PRIILNRCHAR35CHAR35
DATE_MESSAGEPRICAT: last transferred date (YYYYMMDD) PRIDATECHAR8EDIDAT8
TIME_MESSAGEPRICAT: Last transferred time (HHMMSS) PRITIMECHAR6EDITIM6
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

Key field Non-key field



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

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

How to access SAP table BAPIPRICATHEADER

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