SAP table TWPUB (POS interface: conversion of transaction types sales rcpts)
SAP table TWPUB has 3 primary key fields being MANDT,UMTYP,PCODE.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
UMTYP | Conversion Category | CHAR | 4 | 0 | TWPUT | POSUMSTYP | |
PCODE | POS system code | CHAR | 4 | 0 | POSCODE | ||
SCODE | Transact. type | CHAR | 4 | 0 | TWPPB | POSUVORG |
TWPUB foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 TWPUB | SCODE | TWPPB | Transaction types for sales as per receipts | MANDT |
0 TWPUB | SCODE | TWPPB | Transaction types for sales as per receipts | UVORG |
1 TWPUB | UMTYP | TWPUT | POS interface: check table for conversion categories | MANDT |
1 TWPUB | UMTYP | TWPUT | POS interface: check table for conversion categories | UMTYP |