SAP PARA_POSTING_FLAGS Flags for parallel posting of planned records of loans Table data and field list

PARA_POSTING_FLAGS 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 "Flags for parallel posting of planned records of loans" 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_PARA_POSTING_FLAGS TYPE PARA_POSTING_FLAGS.

The PARA_POSTING_FLAGS table consists of various fields, each holding specific information or linking keys about Flags for parallel posting of planned records of loans data available in SAP. These include FLG_PROCON (Single-Character Indicator), FLG_GRP_ENQ (Single-Character Indicator), FLG_SIM (Single-Character Indicator), FLG_AUTOMATIC (Single-Character Indicator)... 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. .

PARA_POSTING_FLAGS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PARA_POSTING_FLAGS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the PARA_POSTING_FLAGS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
FLG_PROTSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_PROCONSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_GRP_ENQSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_SIMSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_AUTOMATICSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_FI_RELEVANTSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_CHECK_BPSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_NO_COMMITSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_INSTALSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_SOLLBUSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_POSTLRSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_POSTTZSingle-Character Indicator CHAR1CHAR1CHAR1
FLG_SEPA_DDSingle-Character Indicator CHAR1CHAR1CHAR1
SEPA_DD_DATESEPA DD Key Date TB_SEPA_DD_KEYDATEDATS8
SEPA_MIN_DATESEPA DD Minimum Posting Date TB_SEPA_DD_BUDATDATS8

Key field Non-key field



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

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

How to access SAP table PARA_POSTING_FLAGS

Within an ECC or HANA version of SAP you can also view further information about PARA_POSTING_FLAGS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).