LIPSRF SAP (LIPS Reference Data) Table details

Dictionary Type: Table
Description: LIPS Reference Data




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




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

LIPSRF is a standard SAP Table which is used to store LIPS Reference Data data and is available within R/3 SAP systems depending on the version and release level.

The LIPSRF table consists of various fields, each holding specific information or linking keys about LIPS Reference Data data available in SAP. These include HANDLE (Worldwide unique key for LIPS-VBELN & LIPS_POSNR), HANDLE_OBJ (Worldwide unique key for LIKP-VBELN), VBELN_VA (Sales Document), POSNR_VA (Sales Document Item).. 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 LIPSRF 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
HANDLEWorldwide unique key for LIPS-VBELN & LIPS_POSNR TSEGGUID_LIPSCHAR22SYSUUID_22
HANDLE_OBJWorldwide unique key for LIKP-VBELN TSEGGUID_LIKPCHAR22SYSUUID_22
VBELN_VASales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNR_VASales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
AUDATDocument Date (Date Received/Sent) AUDATDATS8DATUM
BSTNRCustomer purchase order number BSTKDCHAR35BSTKD
BSTDTCustomer purchase order date BSTDKDATS8DATUM
BSARKCustomer purchase order type BSARKCHAR4T176BSARK
IHREZYour Reference IHREZCHAR12TEXT12
POSEXItem Number of the Underlying Purchase Order POSEXCHAR6ALPHAPOSEX
BSTKD_EShip-to Party's Purchase Order Number BSTKD_ECHAR35BSTKD
BSTDK_EShip-to party's PO date BSTDK_EDATS8DATUM
BSARK_EShip-to party purchase order type BSARK_ECHAR4T176BSARK
IHREZ_EShip-to party character IHREZ_ECHAR12TEXT12
POSEX_EItem Number of the Underlying Purchase Order POSEX_ECHAR6ALPHAPOSEX
VBRSTCustomer point of consumption VBRSTCHAR14CHAR14
USR01Additional data field 1 for delivery schedules USR01_DCHAR35TEXT35
USR02Additional data field 2 for delivery schedules USR02_DCHAR35TEXT35
USR03Additional data field 3 for delivery schedules USR03_DCHAR35TEXT35
USR04 Additional data field 4 for delivery schedules USR04_DCHAR10CHAR10
USR05Additional data field 5 for delivery schedules USR05_DCHAR10CHAR10
LABNKCustomer number for forecast / JIT dlv. sched. LABNKCHAR17TEXT17
ABRDTDelivery Schedule Date ABRDTDATS8DATUM
ABRVWUsage Indicator ABRVWCHAR3Assigned to domainABRVW
SUGRDReason for material substitution SUGRDCHAR4Assigned to domainSUGRDVDG
SPE_ANZ_POS_STRUNumber of Items in Item Structure /SPE/ANZ_POS_STRUCINT410
PPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
ANZ_POS_GRKORNumber of Items in Delivery Group SHP_ANZ_POS_GRKORINT410
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SPE_SHIP_COMPShip Complete /SPE/DE_SHIP_COMPCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM LIPSRF
INTO CORRESPONDING FIELDS OF WA_LIPSRF
WHERE...

How to access SAP table LIPSRF

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