LIPSRF_GN SAP (Reference Segment for Transmission to WMS) Structure details

Dictionary Type: Structure
Description: Reference Segment for Transmission to WMS




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




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

LIPSRF_GN 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 "Reference Segment for Transmission to WMS" 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_LIPSRF_GN TYPE LIPSRF_GN.

The LIPSRF_GN table consists of various fields, each holding specific information or linking keys about Reference Segment for Transmission to WMS data available in SAP. These include RFPOS (Reference Item), MANDT (Client), HANDLE (Worldwide unique key for LIPS-VBELN & LIPS_POSNR), HANDLE_OBJ (Worldwide unique key for LIKP-VBELN).. 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: Can be enhanced (character-type or numeric)


SAP LIPSRF_GN 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
RFBELReference document RFBEL_VLCHAR10Assigned to domainALPHAVBELN
RFPOSReference Item RFPOS_VLNUMC6Assigned to domainPOSNR
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 structure LIPSRF_GN using ABAP code?

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

How to access SAP table LIPSRF_GN

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