LCPP_INFO_PREP_DATA is an SAP Structure so does not store data like a database table does but can be used to process "Transmission Struct.for Data Preparation for WEB Info Module" 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_LCPP_INFO_PREP_DATA TYPE LCPP_INFO_PREP_DATA .
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 |
| LGNUM | LGNUM | CHAR | 3 |
* | Warehouse Number / Warehouse Complex | |
| LGTYP | LGTYP | CHAR | 3 |
* | Storage Type | |
| LGPLA | LGPLA | CHAR | 10 |
* | Storage Bin | |
| BWLVS | BWLVS | NUMC | 3 |
* | Movement Type for Warehouse Management | |
| RSNUM | RSNUM | NUMC | 10 |
* | Number of Reservation/Dependent Requirement | |
| RSPOS | RSPOS | NUMC | 4 | Item Number of Reservation/Dependent Requirement | ||
| BETYP | LVS_BETYP | CHAR | 1 |
* | Requirement Type | |
| BENUM | LVS_BENUM | CHAR | 10 | Requirement Number | ALPHA | |
| TBPRI | TBPRI | CHAR | 1 | Transfer Priority | ||
| TRART | TRART | CHAR | 1 | Scheduling type of the planned order |
| Key field | |
| Non-key field |
LCPP_INFO_PREP_DATA - Transmission Struct.for Data Preparation for WEB Info Module LCPP_INFO_ORDR_LIST - Info Transaction WMPP: Whse Structure for Display by RawMat LCPP_INFO_ORDR - Info Transaction WMPP: List Structure Display by Orders LCPOS - Transfer string for Line Item Reporting LCOMS - Communication structure, start mult.proc.from prep.screen LCOMM_BG - Comm.structure for TOs for deliveries in background