BAPI1091PL is an SAP Structure so does not store data like a database table does but can be used to process "EHS: BAPI Structure for Phr. Long Texts (SAPscript-Lngtxts)" 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_BAPI1091PL TYPE BAPI1091PL .
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 |
FUNCTION | MSGFN | CHAR | 3 | Function | ||
LOGLOCKMOD | ESELGLCKMD | CHAR | 1 | Logical Lock Mode | ||
EXTINFO | ESEEXTINFO | CHAR | 10 | External Information | ||
PRIMARYKEY | ESEPKEY | NUMC | 20 | Artificial Primary Key for Specification Tables in BAPIs | ||
FOREIGNKEY | ESEFKEY | NUMC | 20 | Artificial Foreign Key in Specification Tables for BAPIs | ||
FLGPRIMKEY | ESEFLGPKEY | CHAR | 1 | Data Record Created with Artificial Primary Key | ||
FLGFRGNKEY | ESEFLGFKEY | CHAR | 1 | New Parent Record Was Created | ||
REF_RECN | ESERECNMST | NUMC | 20 | Reference to Master Table | ALPHA | |
FORMAT_COL | TDFORMAT | CHAR | 2 | Tag column | ||
TEXT_LINE | TDLINE | CHAR | 132 | Text Line |
Key field | |
Non-key field |
BAPI1091PL - EHS: BAPI Structure for Phr. Long Texts (SAPscript-Lngtxts) BAPI1091PJ - EHS: BAPI Structure for Phrase Set-Phrase Header Assignment BAPI1091PH - EHS: BAPI Structure for Phrase Header BAPI1090_2 - BAPI transfer structure for currency list BAPI1090_1 - BAPI structure for currency decimal places BAPI1088_VALUE_CONVERSION - Internal and External Value Format