PAPBS00_PWEBFLOW SAP (Business Flow Exchanger) Table details

Dictionary Type: Table
Description: Business Flow Exchanger




ABAP Code to SELECT data from PAPBS00_PWEBFLOW
Related tables to PAPBS00_PWEBFLOW
Access table PAPBS00_PWEBFLOW




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

PAPBS00_PWEBFLOW is a standard SAP Table which is used to store Business Flow Exchanger data and is available within R/3 SAP systems depending on the version and release level.

The PAPBS00_PWEBFLOW table consists of various fields, each holding specific information or linking keys about Business Flow Exchanger data available in SAP. These include MOLGA (Country Grouping), PERNR (Personnel number), REQTYPE (Business Scenario), BEGDA (Start Date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP PAPBS00_PWEBFLOW table 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
MANDTClient MANDTCLNT3T000MANDT
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
REQTYPEBusiness Scenario P00_PBS_REQTYPECHAR4T591ASUBTY_591A
BEGDAStart Date BEGDADATS8DATUM
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
PROCSCENSub Process Scenario P00_PBS_PROCSCENCHAR4T7PBSWB2BP00_PBS_PROCSCEN
STATUSSub process Scenario status P00_PBS_PRSTATCHAR4T7PBSWB2CP00_PBS_STATUS
VERSNVersion number P00_PBS_VERSNRAW1RAW1
ADMNNAMEProcessor of Process Scenario P00_PBS_PRCSRCHAR12Assigned to domainXUBNAMEUSER_ADDR
ADMNSTRPersonnel number PERSNONUMC8PA0003PERSNOPER
AEDATChanged On AEDATDATS8DATUM
AETIMLast changed at AETIM_AUCHAR4CHAR04
PRSCNProcess Scenario P00_PBS_PRSCNCHAR4T7PBSWB2JP00_PBS_PRSCN
CLASSMessage Class SYMSGIDCHAR20T100AARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
SEVERMessage Type SYMSGTYCHAR1SYCHAR01

Key field Non-key field



How do I retrieve data from SAP table PAPBS00_PWEBFLOW using ABAP code

The following ABAP code Example will allow you to do a basic selection on PAPBS00_PWEBFLOW to SELECT all data from the table
DATA: WA_PAPBS00_PWEBFLOW TYPE PAPBS00_PWEBFLOW.

SELECT SINGLE *
FROM PAPBS00_PWEBFLOW
INTO CORRESPONDING FIELDS OF WA_PAPBS00_PWEBFLOW
WHERE...

How to access SAP table PAPBS00_PWEBFLOW

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