SAP BAPI_TE_SAPAPO_TRPRODM_SRC2 Table data and field list

BAPI_TE_SAPAPO_TRPRODM_SRC2 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 "" 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_BAPI_TE_SAPAPO_TRPRODM_SRC2 TYPE BAPI_TE_SAPAPO_TRPRODM_SRC2.

The BAPI_TE_SAPAPO_TRPRODM_SRC2 table consists of various fields, each holding specific information or linking keys about data available in SAP. These include LOCATION_ID_FROM (), LOCATION_FROM (), LOCTYPE_FROM (), LOCATION_FROM_BSG ()... 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. .

BAPI_TE_SAPAPO_TRPRODM_SRC2 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BAPI_TE_SAPAPO_TRPRODM_SRC2 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 BAPI_TE_SAPAPO_TRPRODM_SRC2 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
MODEL /SAPAPO/C_MODELIDCHAR22Assigned to domain/SAPAPO/C_MODELID/SAPAPO/MOD
LOCATION_ID_FROM BAPI10002LOCID_32CHAR32SYSUUID_CBAPI10002LOCATIONHELP
LOCATION_FROM /SAPAPO/EXT_LOCNOCHAR20/SAPAPO/LOCNO
LOCTYPE_FROM /SAPAPO/C_LOCTYPECHAR4/SAPAPO/C_LOCTYPE/SAPAPO/C_LOCTYPE
LOCATION_FROM_BSG /SAPAPO/LOGQSCHAR8Assigned to domain/SAPAPO/LOGQS/SAPAPO/LOGQS
LOCATION_FROM_INT /SAPAPO/LOCNOCHAR20/SAPAPO/LOCNO/SAPAPO/LOCNO/SAPAPO/LOC
LOCATION_ID_TO BAPI10002LOCID_32CHAR32SYSUUID_CBAPI10002LOCATIONHELP
LOCATION_TO /SAPAPO/EXT_LOCNOCHAR20/SAPAPO/LOCNO
LOCTYPE_TO /SAPAPO/C_LOCTYPECHAR4/SAPAPO/C_LOCTYPE/SAPAPO/C_LOCTYPE
LOCATION_TO_BSG /SAPAPO/LOGQSCHAR8Assigned to domain/SAPAPO/LOGQS/SAPAPO/LOGQS
LOCATION_TO_INT /SAPAPO/LOCNOCHAR20/SAPAPO/LOCNO/SAPAPO/LOCNO/SAPAPO/LOC
VAL_FROM APO_BAPI_VALFR_TSTMP_NUMCNUMC14APO_BAPI_TSTMP_NUMC
VAL_TO APO_BAPI_VALTO_TSTMP_NUMCNUMC14APO_BAPI_TSTMP_NUMC
PRODUCT_ID BAPI10001MATID_32CHAR32SYSUUID_CBAPI10001PRODUCTHELP
PRODUCT /SAPAPO/EXT_MATNRCHAR40Assigned to domain/SAPAPO/EXT_MATNR
PRODUCT_BSG /SAPAPO/LOGQSCHAR8Assigned to domain/SAPAPO/LOGQS/SAPAPO/LOGQS
PRODUCT_INT /SAPAPO/MATNRCHAR40PRODU/SAPAPO/MATNR/SAPAPO/MAT/SAPAPO/MAT
PRODUCT_VAL_FROM APO_BAPI_VALFR_TSTMP_NUMCNUMC14APO_BAPI_TSTMP_NUMC
PRODUCT_VAL_TO APO_BAPI_VALTO_TSTMP_NUMCNUMC14APO_BAPI_TSTMP_NUMC
PUR_DOC_CAT /SAPAPO/DOC_SRCCHAR1/SAPAPO/DOC_SRC
PUR_DOC_NO /SAPAPO/EBELNCHAR12/SAPAPO/DELNR_PUR/SAPAPO/TPSRC_EBELN
PUR_DOC_ITEM /SAPAPO/EBELPNUMC6/SAPAPO/DELPS_PUR
PURCH_ORG /SAPAPO/EKORGCHAR4/SAPAPO/EKORG/SAPAPO/EKO/SAPAPO/TPSRC_EKORG
CONSIGNATION /SAPAPO/CONSICHAR1/SAPAPO/CONSI
SUBCONTRACTING /SAPAPO/SUBCOCHAR1/SAPAPO/SUBCO
MEANS_OF_TRANSPORT /SAPAPO/TR_TRATYCHAR10Assigned to domain/SAPAPO/TR_TRATY/SAPAPO/TTYPE

Key field Non-key field



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

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

How to access SAP table BAPI_TE_SAPAPO_TRPRODM_SRC2

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

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