CRLPOTY SAP (RP Account: Posting Types) Table details

Dictionary Type: Table
Description: RP Account: Posting Types




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




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

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

The CRLPOTY table consists of various fields, each holding specific information or linking keys about RP Account: Posting Types data available in SAP. These include RL_POTYPE (Account posting type), RL_POSIGN (+/- Sign for Account Posting Type), POCATEGORY (Account posting type), POST_CTRL (Permissibility of Manual/Automatic Posting).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = CRLPOTYT


SAP CRLPOTY 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 MANDTCLNT3T000MANDT
RL_POTYPEAccount posting type RL_POTYPECHAR3RL_POTYPE
RL_POSIGN+/- Sign for Account Posting Type RL_POSIGNCHAR1SIGN
POCATEGORYAccount posting type RL_POCATEGORYCHAR1RL_POCATEGORY
POST_CTRLPermissibility of Manual/Automatic Posting RL_POST_CTRLCHAR1RL_POST_CTRL
CANPOTYPEReverse account posting type RL_CANPOTYPECHAR3CRLPOTYRL_POTYPE
REVPOTYPESubsequent account posting type RL_REVPOTYPECHAR3CRLPOTYRL_POTYPE
OFFPOTYPEOffsetting account posting type RL_OFFPOTYPECHAR3CRLPOTYRL_POTYPE
ROLE_LOCRP partner role of location in an account posting RL_ROLE_LOCCHAR2CRLROLERL_PARTNER_ROLE
ROLE_EXPRP partner role of exchange partner in an account posting RL_ROLE_EXPCHAR2CRLROLERL_PARTNER_ROLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRLPOTY
INTO CORRESPONDING FIELDS OF WA_CRLPOTY
WHERE...

How to access SAP table CRLPOTY

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