BAPIPROGSTRUCOLD SAP (Program Structure) Structure details

Dictionary Type: Structure
Description: Program Structure




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




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

BAPIPROGSTRUCOLD 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 "Program Structure" 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_BAPIPROGSTRUCOLD TYPE BAPIPROGSTRUCOLD.

The BAPIPROGSTRUCOLD table consists of various fields, each holding specific information or linking keys about Program Structure data available in SAP. These include POSITION (Identification for an investment program position), DESCRIPTION (Short description), VALID_FROM_FY (Valid From Fiscal Year), VALID_TO_FY (Valid to 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: Cannot Be Enhanced


SAP BAPIPROGSTRUCOLD 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
LEVELNode level SEU_LEVELNUMC2SEU_LEVEL
POSITIONIdentification for an investment program position IM_POSIDCHAR24POSIDIM_POSIDIMP
DESCRIPTIONShort description IM_POST1CHAR40TEXT40
VALID_FROM_FYValid From Fiscal Year IM_ABJHRNUMC4GJAHRGJAHR
VALID_TO_FYValid to fiscal year IM_BIJHRNUMC4GJAHRGJAHR
SCALEScale of investment objects IM_SIZECLCHAR2Assigned to domainALPHASIZECL
PRIORITYPriority of the appropriation request IMA_PRIORCHAR1Assigned to domainNW_PRIO
REASONReason for investment IZWEKCHAR2Assigned to domainIZWEK
RESPONSIBLEPerson responsible IM_VERNRNUMC8Assigned to domainPS_VERNR
CREATED_ONDate on Which Record Was Created ERDATDATS8DATUM
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PROFIT_CENTERProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
COST_CENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
COMPANYCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUSINESS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
BAL_SHEET_ITEMIM: Balance sheet item (credit) IM_ERGSOCHAR10ERGSL
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PLANT_SECTIONPlant section BEBERCHAR3Assigned to domainBEBERBBE
FUNCT_LOCATIONFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
COUNTRYCountry for Which Approp. Request Is Planned IMA_LAND1CHAR3Assigned to domainLAND1
COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
BUDG_DIST_INDICBudget distrib. of overall values only from prog.position IM_XAKTBCHAR1XFELD
USER00User Field 01 (20 characters) IMA_USR00CHAR20USRCHAR20
USER01User field 2 (20 characters) IMA_USR01CHAR20USRCHAR20
USER02User field 3 (10 characters) IMA_USR02CHAR10Assigned to domainIMA_USRCHAR10
USER03User field 4 (10 characters) IMA_USR03CHAR10Assigned to domainIMA_USRCHAR10STAIF9_2
USER04_QUANTITYUser field 5 for quantity - IM IMA_USR04QUAN13(3) USRQUAN13
USER04_UNITUser field 5 for unit for quantity field 5 - IM IMA_USE04UNIT3Assigned to domainCUNITMEINS
USER04_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
USER05_QUANTITYUser field 6 for quantity - IM IMA_USR05QUAN13(3) USRQUAN13
USER05_UNITUser field 6 for unit of quantity field 6 -IM- IMA_USE05UNIT3Assigned to domainCUNITMEINS
USER05_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
USER06_VALUECurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
USER06_CURRUser field 7 for currency for user field 7 IMA_USE06CUKY5Assigned to domainWAERS
USER06_CURR_ISOISO currency code ISOCDCHAR3ISOCD
USER07_VALUECurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
USER07_CURRUser field 8 for currency for user field 8 IMA_USE07CUKY5Assigned to domainWAERS
USER07_CURR_ISOISO currency code ISOCDCHAR3ISOCD
USER08_DATEWB milestone date for IM IMA_USR08DATS8USRDATE
USER09_DATEUser field 10 as date for IM IMA_USR09DATS8USRDATE
USER10_INDICATORSo far so Good indicator for IM reports IMA_USR10CHAR1XFELD
USER11_INDICATORUser field 12 as indicator for IM reports IMA_USR11CHAR1XFELD
USER12_ACC_PERUser field 13 for period and fiscal year IMA_USR12ACCP6USRPER
USER13_ACC_PERUser field 14 for period and fiscal year IMA_USR13ACCP6USRPER
OBJECT_CURRENCYObject Currency of the Investment Program Item IM_OWAERSCUKY5Assigned to domainWAERS
OBJECT_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
ROLE_IN_HIERARCHYRole of Position within Investment Program Hierarchy IM_RHIERCHAR1IM_RHIER

Key field Non-key field



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

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

How to access SAP table BAPIPROGSTRUCOLD

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