BBP_PDS_ITMPROC_NON_DB is an SAP Structure so does not store data like a database table does but can be used to process "Item Purchasing Data, Buffered, but not Saved" 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_BBP_PDS_ITMPROC_NON_DB TYPE BBP_PDS_ITMPROC_NON_DB .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
SRC_QUANTITY | BBP_MNG | QUAN | 13(3) | Quantity in Order Unit | ||
SRC_VALUE | BBP_VALUE | CURR | 15(2) | Net Value | ||
SRC_CURRENCY | WAERS | CUKY | 5 |
* | Currency Key |
Key field | |
Non-key field |
BBP_PDS_ITMPROC_NON_DB - Item Purchasing Data, Buffered, but not Saved BBP_PDS_ITMPLAN - Planned/Actual Data Reference Item BBP_PDS_ITMADM_NON_DB - Item Administration Data Buffered But not Saved BBP_PDS_ITMADM - Item and Administration Data- Deletion Indicator BBP_PDS_ITEM_SC_CI - Contains only the Customer Include for Includes in Program BBP_PDS_ITEM_NON_DB_W_GUID - Data Buffered for UI But not Saved