RLACPOIT SAP (Account Posting Record) Table details

Dictionary Type: Table
Description: Account Posting Record




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




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

RLACPOIT is a standard SAP Table which is used to store Account Posting Record data and is available within R/3 SAP systems depending on the version and release level.

The RLACPOIT table consists of various fields, each holding specific information or linking keys about Account Posting Record data available in SAP. These include POSTNO (Returnable packaging account posting number), BJAHR (Posting year), POSTIT (Item Number of Account Posting), ACCTNO (Returnable packaging account).. 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 RLACPOIT 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
POSTNOReturnable packaging account posting number RL_POSTNOCHAR12RLACPOHDALPHARL_POSTNO
BJAHRPosting year RL_POSTYEARNUMC4RLACPOHDGJAHRGJAHR
POSTITItem Number of Account Posting RL_POSTITNUMC4RL_POSTIT
ACCTNOReturnable packaging account RL_ACCTNOCHAR12RLACCTALPHARL_ACCTNORL_ACCTNORLACCT01
POSTQUANPosting quantity in base unit of measure RL_POSTQUANQUAN13(3) RL_BALANCE
ACCTPTYAccount posting type RL_POTYPECHAR3CRLPOTYRL_POTYPE
BALBPOSTBalance before posting according to physical order of entry RL_BALBPOSTQUAN13(3) RL_BALANCE
SEQNOBPOSTPosting sequence number of returnable packaging account RL_SEQNOINT410RL_SEQNO
PSHPNONumber of Partner Relationship RL_PSHPNOCHAR12RLPSHPALPHARL_PSHPNO
MOVTSTPTime of the Goods Movement RL_MOVTSTPDEC15TZNTSTMPS
MBLNRNumber of Material Document MBLNRCHAR10MSEGALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MBLITItem in Material Document MBLPONUMC4MBLPOPOS
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
REFLFSNRNumber of external delivery note RL_LFSNRCHAR16ALPHARL_LFSNR
REFLFSPOSItem Number of the External Delivery Note RL_POSNRNUMC6RL_POSNR
REFDOCDATEDate of Reference Document RL_REFDOCDATEDATS8DATUM
REFFRBNRNumber of Bill of Lading RL_FRBNRCHAR16ALPHARL_FRBNR
LSMNGQuantity in Unit of Measure from Delivery Note LSMNGQUAN13(3) MENG13
LSMEHUnit of Measure From Delivery Note LSMEHUNIT3T006CUNITMEINS
REFLFSNR_INumber of the Internal Delivery Note RL_VBELNCHAR10VBUKALPHAVBELN
DOCNOReference document for RP account posting RL_PODOCNOCHAR35ALPHARL_DOCNO
REFPOSTNOReference Posting Number for Reversal RL_REFPOSTNOCHAR12RLACPOITALPHARL_POSTNO
REFPOSTYEARPosting Year of Reference Posting RL_REFPOSTYEARNUMC4RLACPOITGJAHRGJAHR
REFPOSTITItem Number of Reference Posting RL_REFPOSTITNUMC4RLACPOITRL_POSTIT
GRP_POSTITRepresentative of an item group RL_GRP_POSTITNUMC4RLACPOITRL_POSTIT
CPGRPNOMatching group RL_CPGRPNONUMC12RLCPGRPRL_CPGRPNO
CPSTATEITMatching status for posting record or statement transaction RL_CPSTATEITCHAR1RL_CPSTATEIT
CPKINDMatching type RL_CPKINDCHAR1RL_CPKIND

Key field Non-key field



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

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

SELECT SINGLE *
FROM RLACPOIT
INTO CORRESPONDING FIELDS OF WA_RLACPOIT
WHERE...

How to access SAP table RLACPOIT

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