PUR_B2B_TESTING SAP (Testing tool for B2B service) Table details

Dictionary Type: Table
Description: Testing tool for B2B service




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




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

PUR_B2B_TESTING is a standard SAP Table which is used to store Testing tool for B2B service data and is available within R/3 SAP systems depending on the version and release level.

The PUR_B2B_TESTING table consists of various fields, each holding specific information or linking keys about Testing tool for B2B service data available in SAP. These include UNAME (User name), FCRESD1 (File creation - Create - SD order), FCRESD2 (File creation - Create SD order), FCRESD3 (File creation - Create SD order).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PUR_B2B_TESTING 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
CLIENT Client0
UNAME User name0
FCRESD1 File creation - Create - SD order0
FCRESD2 File creation - Create SD order0
FCRESD3 File creation - Create SD order0
FCRESD4 File creation - Create SD order0
FCHGSD1 File creation - change SD order0
FCHGSD2 File creation - change SD order0
FCHGSD3 File creation - change SD order0
FCHGSD4 File creation - change SD order0
FCNCSD1 File creation - cancel SD order0
FCNCSD2 File creation - cancel SD order0
FCNCSD3 File creation - cancel SD order0
FCNCSD4 File creation - cancel SD order0
DCRESD1 Debug - Create SD order0
DCRESD2 Debug - Create SD order0
DCRESD3 Debug - Create SD order0
DCRESD4 Debug - Create SD order0
DCHGSD1 Debug - change SD order0
DCHGSD2 Debug - change SD order0
DCHGSD3 Debug - change SD order0
DCHGSD4 Debug - change SD order0
DCNCSD1 Debug - cancel SD order0
DCNCSD2 Debug - cancel SD order0
DCNCSD3 Debug - cancel SD order0
DCNCSD4 Debug - cancel SD order0
FCREPO1 File creation - Create purchase order0
FCREPO2 File creation - Create purchase order0
FCREPO3 File creation - Create purchase order0
FCREPO4 File creation - Create purchase order0
FCHGPO1 File creation - change purchase order0
FCHGPO2 File creation - change purchase order0
FCHGPO3 File creation - change purchase order0
FCHGPO4 File creation - change purchase order0
FCNCPO1 File creation - cancel purchase order0
FCNCPO2 File creation - cancel purchase order0
FCNCPO3 File creation - cancel purchase order0
FCNCPO4 File creation - cancel purchase order0
DCREPO1 Debug - Create purchase order0
DCREPO2 Debug - Create purchase order0
DCREPO3 Debug - Create purchase order0
DCREPO4 Debug - Create purchase order0
DCHGPO1 Debug - change purchase order0
DCHGPO2 Debug - change purchase order0
DCHGPO3 Debug - change purchase order0
DCHGPO4 Debug - change purchase order0
DCNCPO1 Debug - cancel purchase order0
DCNCPO2 Debug - cancel purchase order0
DCNCPO3 Debug - cancel purchase order0
DCNCPO4 Debug - cancel purchase order0

Key field Non-key field



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

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

SELECT SINGLE *
FROM PUR_B2B_TESTING
INTO CORRESPONDING FIELDS OF WA_PUR_B2B_TESTING
WHERE...

How to access SAP table PUR_B2B_TESTING

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