UISS_S_CORRPOST_SYS SAP (CO Adjustment Posting) Structure details

Dictionary Type: Structure
Description: CO Adjustment Posting




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




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

UISS_S_CORRPOST_SYS 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 "CO Adjustment Posting" 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_UISS_S_CORRPOST_SYS TYPE UISS_S_CORRPOST_SYS.

The UISS_S_CORRPOST_SYS table consists of various fields, each holding specific information or linking keys about CO Adjustment Posting data available in SAP. These include ITEMKEY (), CO_AREA (Controlling Area), DOCUMENT_NUMBER (Document Number), DOCUMENT_ITEM (Document Item Number).. 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: Cannot Be Enhanced


SAP UISS_S_CORRPOST_SYS 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
SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
ITEMKEY 0
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
DOCUMENT_NUMBERDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
DOCUMENT_ITEMDocument Item Number DZLENRNUMC3NUM3
POSTING_ROW 0
POSTINGDATEPosting Date in the Document BUDATDATS8DATUM
COSTELEMENTCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
CURRENCYTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
OLD_AMOUNTValue in Transaction Currency UISS_CO_AMOUNTCURR15(2) UISS_CO_AMOUNT
OLD_QUANTITYTotal quantity entered MBGXXXQUAN15(3) MENGV8
OLD_UNITPosted Unit of Measure MEINBUNIT3Assigned to domainCUNITMEINS
OLD_TEXTItem Text SGTXTCHAR50TEXT50
OLD_COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
OLD_ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
OLD_WBSELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
OLD_SALESORDERSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
OLD_SALESORDER_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
OLD_COSTOBJECTCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
OLD_NETWORKNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
OLD_NETWORK_ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
OLD_BUSINESS_PROCESSBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
OLD_ACC_INDICATORAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
OLD_RECOVERY_INDICATORRecovery Indicator JV_RECINDCHAR2Assigned to domainALPHAJV_RECIND
OLD_FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
OLD_FUNCTIONAL_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
OLD_GRANTGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
NEW_AMOUNTValue in Transaction Currency UISS_CO_AMOUNTCURR15(2) UISS_CO_AMOUNT
NEW_QUANTITYTotal quantity entered MBGXXXQUAN15(3) MENGV8
NEW_UNITPosted Unit of Measure MEINBUNIT3Assigned to domainCUNITMEINS
NEW_TEXTItem Text SGTXTCHAR50TEXT50
NEW_COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
NEW_ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
NEW_WBSELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
NEW_SALESORDERSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
NEW_SALESORDER_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
NEW_COSTOBJECTCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
NEW_NETWORKNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
NEW_NETWORK_ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
NEW_BUSINESS_PROCESSBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
NEW_ACC_INDICATORAccounting Indicator BEMOTCHAR2Assigned to domainBEMOT
NEW_RECOVERY_INDICATORRecovery Indicator JV_RECINDCHAR2Assigned to domainALPHAJV_RECIND
NEW_FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
NEW_FUNCTIONAL_AREAFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
NEW_GRANTGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BELNR_INTERNDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
ZLENR_INTERNDocument Item Number DZLENRNUMC3NUM3
BUZEI_INTERN 0

Key field Non-key field



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

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

How to access SAP table UISS_S_CORRPOST_SYS

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