RGPLN SAP (Planning: Input/Output Fields in Dynpros) Structure details

Dictionary Type: Structure
Description: Planning: Input/Output Fields in Dynpros




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




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

RGPLN 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 "Planning: Input/Output Fields in Dynpros" 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_RGPLN TYPE RGPLN.

The RGPLN table consists of various fields, each holding specific information or linking keys about Planning: Input/Output Fields in Dynpros data available in SAP. These include RCOMP (Company), RLDNR (Ledger), RVERS (Version), RYEAR (Fiscal Year).. 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 RGPLN 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RVERSVersion RVERSCHAR3T894ALPHARVERSGVS
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RPLANPlan parameters RPLANCHAR8T820RPLANGPL
PLDATValue Date for Currency Translation PLDATDATS8DATUM
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
RUNITUnit of measurement MSEINUNIT3T006CUNITMEINSMEI
TITLEABAP/4 Dictionary: title field for screens ADTITLECHAR40TEXT40
ACTIONAction Type for Planning PLANACTIONCHAR1PLANACTION
SCALEScaling factor SCALE_DNUMC1NUM1
1DECNumber of Decimal Places DECIMCUKY5DECIM
2DECNumber of Decimal Places DECIMCUKY5DECIM
1UNITQuantity and/or currency unit of a field group PUNITCHAR6TEXT6
2UNITQuantity and/or currency unit of a field group PUNITCHAR6TEXT6
1UNIT_TYPEText field (length 6) TEXT6CHAR6TEXT6
2UNIT_TYPEText field (length 6) TEXT6CHAR6TEXT6
1TITLETitle of a field group FG_TITLECHAR23TEXT23
2TITLETitle of a field group FG_TITLECHAR23TEXT23
1SPREDDistribution Key SPREDCHAR4T821SSPREDGSP
2SPREDDistribution Key SPREDCHAR4T821SSPREDGSP
1EXPDisplay of the exponent in the form **n EXPONENTCHAR3CHAR3
2EXPDisplay of the exponent in the form **n EXPONENTCHAR3CHAR3
1POPPosting period POPERNUMC3POPERPOPR
2POPPosting period POPERNUMC3POPERPOPR
1PERPeriod value PLAN_VALUECURR17(2) WERTV9
2PERPeriod value PLAN_VALUECURR17(2) WERTV9
1YTDTotal or Average of Period Amounts PLAN_TOTALCURR17(2) WERTV9
2YTDTotal or Average of Period Amounts PLAN_TOTALCURR17(2) WERTV9
1TOTGrand total of period amounts for all summary records PLAN_GRANDCURR19(2) WERTV10
2TOTGrand total of period amounts for all summary records PLAN_GRANDCURR19(2) WERTV10
SETField value + field description PLAN_LINECHAR79TEXT79
FINDVALUESet value SETVALCHAR24SETVAL
FIELDTEXTLong Field Label SCRTEXT_LCHAR40SCRTEXT_L
FIELDVALUEField value + field description PLAN_LINECHAR79TEXT79
START_SETPointer in set structure POINTERSETDEC2DEC2
COUNT_SETPointer in set structure POINTERSETDEC2DEC2
STEXT_FLDText, 40 Characters Long TEXT40CHAR40TEXT40
START_SUMIndex in tabular structures POINTERFLDDEC4DEC4
COUNT_SUMIndex in tabular structures POINTERFLDDEC4DEC4
FGDISPLAYInd.: Display field group in the summary/period screen? FGDISPLAYCHAR1RADIOBUTT
RESOLVEInd.: Break down dimension for field group unit? RESOLVECHAR1XFELD
PSTATUS1Ind.: Display records? PSTATUS1CHAR1XFELD
PSTATUS2Ind.: Highlight records? PSTATUS2CHAR1XFELD
PSTATUS3Status description PSTATUS3CHAR30TEXT30

Key field Non-key field



How do I retrieve data from SAP structure RGPLN using ABAP code?

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

How to access SAP table RGPLN

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