BAPIPRICUSTOMER is an SAP Structure so does not store data like a database table does but can be used 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 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
ILN_RECIPIENT | PRIILNR | CHAR | 35 | PRICAT: Internation location number, recipient (char 35) | ||
DATE_MESSAGE | PRIDATE | CHAR | 8 | PRICAT: last transferred date (YYYYMMDD) | ||
TIME_MESSAGE | PRITIME | CHAR | 6 | PRICAT: Last transferred time (HHMMSS) | ||
STATE | PRIBEARBSTATKUNDE | CHAR | 2 | PRICAT: Status of the Catalog for a Customer | ||
TRANSPORT | PRIKZUEBERTRAGUNG | CHAR | 1 | PRICAT: ID for Transfer | ||
SNDPRT | EDIUSNDPRT | CHAR | 2 |
* | Partner type of sender | |
SNDPFC | EDIUSNDPFC | CHAR | 2 | Partner function of sender | EDIPV | |
PARNUM | EDIPPARNUM | CHAR | 10 |
* | Partner number | ALPHA |
USEOLDFORMAT | PRIUSEOLDFORMAT | CHAR | 1 | PRICAT: ID for whether the PRICAT IDoc is to be used | ||
USEOLDCONDSEGS | PRIUSEOLDCONDSEGS | CHAR | 1 | PRICAT: Indicator for Old Condition Segment in PRICAT02 | ||
WEBFLAG | PRIWEBCUSTFLAG | CHAR | 1 | PRICAT: Indicator for Internet Release for Customers | ||
ILN_PARTY_ID | PRIPARTY | CHAR | 35 | PRICAT: ILN of the data source (char 35) | ||
PASSWORD_RECIP | PRIPASSW | CHAR | 14 | PRICAT: Reference or password of recipient | ||
CURRENCY_RECIP | PRICURRR | CHAR | 3 | PRICAT: Currency of the recipient in ISO |
Key field | |
Non-key field |
BAPIPRICUSTOMER - PRICAT: Customer of a Price Catalog BAPIPRICEUPDATEOUTLIST - Update of Other Prices (Output List) BAPIPRICEUPDATE - Update of Other Prices BAPIPRICE - Internal and external prices of business event type BAPIPRICATWEB - PRICAT: Price Catalog Settings for the Internet BAPIPRICATKEY - Pricat: Number of the price catalog