CRMT_APO_TPSRC SAP (BAPI Transfer Structure for Maintenance TPSRC) Structure details

Dictionary Type: Structure
Description: BAPI Transfer Structure for Maintenance TPSRC




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




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

CRMT_APO_TPSRC 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 "BAPI Transfer Structure for Maintenance TPSRC" 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_CRMT_APO_TPSRC TYPE CRMT_APO_TPSRC.

The CRMT_APO_TPSRC table consists of various fields, each holding specific information or linking keys about BAPI Transfer Structure for Maintenance TPSRC data available in SAP. These include COUNTER (Internal Counter), PUR_DOC_CAT (Supply Source Type (Sched. Agmt, Contract, Info Record)), PUR_DOC_NO (Purchasing Document Number), PUR_DOC_ITEM (Purchasing Document Item).. 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: Not classified


SAP CRMT_APO_TPSRC 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
PROCRELATIONIDProcurement Relationship GUID 32 CRMT_APO_PROCRELATION_IDCHAR32SYSUUID_C
COUNTERInternal Counter CRMT_APO_COUNTERINT410CRM_APO_COUNTER
PUR_DOC_CATSupply Source Type (Sched. Agmt, Contract, Info Record) CRMT_APO_PUR_DOC_CATCHAR1CRM_APO_PUR_DOC_CAT
PUR_DOC_NOPurchasing Document Number CRMT_APO_PUR_DOC_NOCHAR12CRM_APO_PUR_DOC_NO
PUR_DOC_ITEMPurchasing Document Item CRMT_APO_PUR_DOC_ITEMNUMC6CRM_APO_PUR_DOC_ITEM
PURCH_ORGPurchasing Organization CRMT_APO_PURCH_ORGCHAR4CRM_APO_PURCH_ORGEKO
PRODUCT_NUMBERProduct Number CRMT_APO_PRODUCT_NUMBERCHAR40APOMATNR
VENDORAccount Number of Vendor/Creditor CRMT_APO_VENDORCHAR20APOLOCNO
PLANT_FROMDelivering Plant CRMT_APO_PLANT_FROMCHAR20APOLOCNO
LOCATION_TOTarget Location CRMT_APO_LOCATION_TOCHAR20APOLOCNO
VAL_FROMTime Stamp at Start of Validity Period CRMT_APO_VALFRDEC15TSTPSBCOS_TSTMP
VAL_TOTime Stamp at end of Validity Period CRMT_APO_VALTODEC15TSTPSBCOS_TSTMP
CONSIGNATIONConsignment Indicator (0, 1) CRMT_APO_CONSICHAR1CRM_APO_CONSI
SUBCONTRACTINGIndicator Subcontracting (0,1) CRMT_APO_SUBCOCHAR1CRM_APO_SUBCO
ACCOUNTING_INDICATORSpecial Stock Indicator CRMT_APO_SP_STK_INDCHAR1CRM_APO_SP_STK_IND
ACCOUNTING_KEYKey for special stock section CRMT_APO_SPEC_STOCKCHAR16CRM_APO_SPEC_STOCK
CREATION_PROFCreation Profile Delivery Schedule (for Delivery Plan) CRMT_APO_CREAT_PROFCHAR4CRM_APO_CREAT_PROF
APO_COMControl for Delivery Schedule Agreement CRMT_APO_APOMSCHAR1CRM_APO_APOMS
PROC_REL_ACTIVEProcurement Relationship Is Active CRMT_APO_BZQ_ACTIVECHAR1XFELD
ADDR_NOAddress Number (Central Address Administration) CRMT_APO_ADDRNUMBERCHAR10Assigned to domainALPHAAD_ADDRNUMADR
PLAN_DELDelivery Plan in Seconds (Net) CRMT_APO_PLAN_DELINT410INT4
PO_UNITOrder Unit CRMT_APO_PO_UNITUNIT3Assigned to domainCUNITMEINS
PO_UNIT_ISOISO Code for Unit of Measurement CRMT_APO_ISO_PO_UNITCHAR3Assigned to domainISOCD_UNIT
BASE_UNITBase Unit of Measure CRMT_APO_BASE_UNITUNIT3Assigned to domainCUNITMEINS
ISOCODE_UNITISO Code for Unit of Measurement CRMT_APO_ISO_BASE_UNITCHAR3Assigned to domainISOCD_UNIT
NUMERATORNumerator for Conversion to Base Units of Measure CRMT_APO_NUMERATORDEC5UMBSZ
DENOMINATORDenominator for Conversion to Base Units of Measure CRMT_APO_DENOMINATDEC5UMBSN
LCRELControls when the LC is updated CRMT_APO_LCRELNUMC2CRM_APO_LCREL
FORECASTScheduling agreement with forecast CRMT_APO_FORECASTCHAR1XFELD
WEBRLInternet Release CRMT_APO_WEBRLCHAR1CRM_APO_WEBRL
VENDOR_MATERIALMaterial Number Used by Vendor CRMT_APO_VENDOR_MATERIALCHAR40CHAR40
UNLOADING_POINTUnloading Point for Warehouse Number CRMT_APO_UNLOADING_POINTCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table CRMT_APO_TPSRC

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