BBPS_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 BBPS_APO_TPSRC
Related tables to BBPS_APO_TPSRC
Access table BBPS_APO_TPSRC




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

BBPS_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_BBPS_APO_TPSRC TYPE BBPS_APO_TPSRC.

The BBPS_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 (Source of Supply Type (Sched. Ag., Contract, Info Rec.)), 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: Can be enhanced (character-type or numeric)


SAP BBPS_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
PROCRELATIONIDTechnical Key of Business Transaction (Char32-GUID) BAPI_BUSINESSPROCESSCHAR32SYSUUID_C
COUNTERInternal Counter BBP_APO_COUNTERINT410BBP_APO_COUNTER
PUR_DOC_CATSource of Supply Type (Sched. Ag., Contract, Info Rec.) BBP_APO_PUR_DOC_CATCHAR1BBP_APO_PUR_DOC_CAT
PUR_DOC_NOPurchasing Document Number BBP_APO_PUR_DOC_NOCHAR12BBP_APO_PUR_DOC_NO
PUR_DOC_ITEMPurchasing Document Item BBP_APO_PUR_DOC_ITEMNUMC6Assigned to domainPOSNR
PURCH_ORGPurchasing Organization BBP_APO_PURCH_ORGCHAR4BBP_APO_PURCH_ORGEKO
PRODUCT_NUMBERProduct Number BBP_APO_PRODUCT_NUMBERCHAR40BBP_APOMATNR
VENDORAccount Number of Supplier or Creditor BBP_APO_VENDORCHAR20BBP_APOLOCNO
PLANT_FROMDelivering Plant BBP_APO_PLANT_FROMCHAR20BBP_APOLOCNO
LOCATION_TOTarget Location BBP_APO_LOCATION_TOCHAR20BBP_APOLOCNO
VAL_FROMTimestamp at Start of Validity Period BBP_APO_VALFRDEC15TSTPSBCOS_TSTMP
VAL_TOTime Stamp at End of Validity Period BBP_APO_VALTODEC15TSTPSBCOS_TSTMP
CONSIGNATIONConsignment Indicator (0, 1) BBP_APO_CONSICHAR1BBP_APO_CONSI
SUBCONTRACTINGSubcontracting Indicator (0,1) BBP_APO_SUBCOCHAR1BBP_APO_SUBCO
ACCOUNTING_INDICATORSpecial Stock Indicator BBP_APO_SP_STK_INDCHAR1BBP_APO_SP_STK_IND
ACCOUNTING_KEYKey for Special Inventory Section BBP_APO_SPEC_STOCKCHAR16BBP_APO_SPEC_STOCK
CREATION_PROFCreation Profile Releases (for Scheduling Agreement) BBP_APO_CREAT_PROFCHAR4BBP_APO_CREAT_PROF
APO_COMControl for Scheduling Agreement Processing BBP_APO_APOMSCHAR1BBP_APO_APOMS
PROC_REL_ACTIVEProcurement Relationship Active BBP_APO_BZQ_ACTIVECHAR1XFELD
ADDR_NOAddress number (Central Address Administration) BBP_APO_ADDRNUMBERCHAR10Assigned to domainALPHAAD_ADDRNUMADR
PLAN_DELPlanned Delivery Time in Seconds (Net) BBP_APO_PLAN_DELINT410INT4
PO_UNITPurchase Order Unit BBP_APO_PO_UNITUNIT3Assigned to domainCUNITMEINS
PO_UNIT_ISOISO Code for Unit of Measurement BBP_APO_ISO_PO_UNITCHAR3Assigned to domainISOCD_UNIT
BASE_UNITBase Unit of Measure BBP_APO_BASE_UNITUNIT3Assigned to domainCUNITMEINS
ISOCODE_UNITISO Code for Unit of Measurement BBP_APO_ISO_BASE_UNITCHAR3Assigned to domainISOCD_UNIT
NUMERATORNumerator for Conversion to Base Units of Measure BBP_APO_NUMERATORDEC5UMBSZ
DENOMINATORDenominator for Conversion to Base Units of Measure BBP_APO_DENOMINATDEC5UMBSN
LCRELControls when the LC is Updated BBP_APO_LCRELNUMC2BBP_APO_LCREL
FORECASTScheduling Agreement with Forecast BBP_APO_FORECASTCHAR1XFELD
WEBRLInternet Release BBP_APO_WEBRLCHAR1BBP_APO_WEBRL
VENDOR_MATERIALMaterial Number used by Supplier BBP_APO_VENDOR_MATERIALCHAR40CHAR40
UNLOADING_POINTMaterial Staging Area for Warehouse No. (Unloading Area) BBP_APO_UNLOADING_POINTCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table BBPS_APO_TPSRC

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