BBPS_BAPICHARG1 SAP (Transfer structure for batches (without stock)) Structure details

Dictionary Type: Structure
Description: Transfer structure for batches (without stock)




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




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

BBPS_BAPICHARG1 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 "Transfer structure for batches (without stock)" 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_BAPICHARG1 TYPE BBPS_BAPICHARG1.

The BBPS_BAPICHARG1 table consists of various fields, each holding specific information or linking keys about Transfer structure for batches (without stock) data available in SAP. These include PLANT (Plant), BATCH (Batch Number), VAL_TYPE (Valuation Type), RESTRICTED (Batch in restricted-use stock).. 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 BBPS_BAPICHARG1 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
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
VAL_TYPEValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
RESTRICTEDBatch in restricted-use stock BBP_DZUSTDCHAR1XFELD
STATUSKEYBatch status key BBP_DZUSCHCHAR1BBP_ZUSCH
AVAILABLEAvailability date BBP_VERABDATS8DATUM
EXPIRYDATEShelf Life Expiration Date BBP_VFDATDATS8DATUM
DELETEFLAGDeletion Flag for All Data on a Batch at a Plant BBP_LVOCACHAR1XFELD
REGIONORIGRegion of origin of material (non-preferential origin) BBP_HERKRCHAR3Assigned to domainREGIO
COUNTRYORIMaterial's country of origin BBP_HERKLCHAR3Assigned to domainLAND1LND
EXPIMPGRPExport/import material group BBP_MTVERCHAR4BBP_MTVER
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
VENDRBATCHVendor batch number BBP_LICHNCHAR15BBP_LICHN
NEXTINSPECNext Inspection Date BBP_QNPDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table BBPS_BAPICHARG1

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