/ISDFPS/BAPIEBAN_DATA SAP (ISDFPS Data for Purchase Requisitions) Structure details

Dictionary Type: Structure
Description: ISDFPS Data for Purchase Requisitions




ABAP Code to SELECT data from /ISDFPS/BAPIEBAN_DATA
Related tables to /ISDFPS/BAPIEBAN_DATA
Access table /ISDFPS/BAPIEBAN_DATA




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

/ISDFPS/BAPIEBAN_DATA 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 "ISDFPS Data for Purchase Requisitions" 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_/ISDFPS/BAPIEBAN_DATA TYPE /ISDFPS/BAPIEBAN_DATA.

The /ISDFPS/BAPIEBAN_DATA table consists of various fields, each holding specific information or linking keys about ISDFPS Data for Purchase Requisitions data available in SAP. These include PRIO_URGENCY (Requirement Urgency (Obsolete)), PRIO_REQUIREMENT (Requirement Priority (Obsolete)), ADVICE_CODE (Advice Code), SUPPLY_STATUS_CODE (Status Code).. 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: Can be enhanced (character-type or numeric)


SAP /ISDFPS/BAPIEBAN_DATA 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
PRIO_URGENCYRequirement Urgency (Obsolete) /ISDFPS/PRIO_URGNUMC2Assigned to domain/ISDFPS/PRIO_URG
PRIO_REQUIREMENTRequirement Priority (Obsolete) /ISDFPS/PRIO_REQNUMC3Assigned to domain/ISDFPS/PRIO_REQ
ADVICE_CODEAdvice Code /ISDFPS/ADVCODECHAR2Assigned to domain/ISDFPS/ADVCODE
SUPPLY_STATUS_CODEStatus Code /ISDFPS/STACODECHAR2Assigned to domain/ISDFPS/STACODE
BANFN_CSCross-System PReq Number /ISDFPS/BANFN_CSCHAR10ALPHABANFN
BNFPO_CSCross-System PReq Item /ISDFPS/BNFPO_CSNUMC5Assigned to domainBNFPO
ITEM_CSCross-System Item Category /ISDFPS/ITEM_CSCHAR1/ISDFPS/ITEM_CS
BSMNG_SNDPO Quantity Sender /ISDFPS/BSMNG_SNDQUAN13(3) MENG13
NO_MARD_DATANo Storage Location Data Exists for Material /ISDFPS/NO_MARD_DATACHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure /ISDFPS/BAPIEBAN_DATA using ABAP code?

As /ISDFPS/BAPIEBAN_DATA 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 /ISDFPS/BAPIEBAN_DATA as there is no data to select.

How to access SAP table /ISDFPS/BAPIEBAN_DATA

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