BAPIPCMAS_WF SAP (Procurement Card Data (workflow)) Structure details

Dictionary Type: Structure
Description: Procurement Card Data (workflow)




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




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

BAPIPCMAS_WF 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 "Procurement Card Data (workflow)" 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_BAPIPCMAS_WF TYPE BAPIPCMAS_WF.

The BAPIPCMAS_WF table consists of various fields, each holding specific information or linking keys about Procurement Card Data (workflow) data available in SAP. These include PCNUM (Procurement card number), PCTYP (Procurement card type), PCBEGRU (Authorization Group), HOLDER_TYPE (Procurement cardholder type).. 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 BAPIPCMAS_WF 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
BBPPCINSProcurement card company BBPPCINSCHAR4Assigned to domainBBPPCINSPCI
PCNUMProcurement card number BBPPCNUMCHAR25Assigned to domainBBPPCNUMPCCBBP_PCMAS
PCTYPProcurement card type BBPPCTYPCHAR2Assigned to domainBBPPCTYP
PCBEGRUAuthorization Group BRGRUCHAR4Assigned to domainBRGRU
HOLDER_TYPEProcurement cardholder type PCHOTYPECHAR2PCOTYPE
HOLDER_IDProcurement cardholder ID PCHOBJIDCHAR12CHAR12
HOLDER_NAMEName of procurement cardholder BBPPCNAMECHAR40CHAR40
AGENT1_TYPEWorkflow agent type 1 for procurement card PCWFOTYPE1CHAR2PCOTYPE
WFAGENT1First workflow agent ID for procurement card PCWFOBJID1CHAR12CHAR12
AGENT2_TYPEWorkflow agent type 2 for procurement card PCWFOTYPE2CHAR2PCOTYPE
WFAGENT2Second workflow agent ID for procurement card PCWFOBJID2CHAR12CHAR12
PCDAT_FROMProcurement card valid from date BBPPCDATFDATS8DATUM
PCDAT_TOProcurement card expiration date BBPPCDATEDATS8DATUM
APPROVAL1First approval amount limit for the procurement card PCAP1LIMCURR13(2) WERT7
APPROVAL2Second approval amount limit for the procurement card PCAP2LIMCURR13(2) WERT7
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LOC_CURRCYLocal Currency HWAERCUKY5Assigned to domainWAERS
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS

Key field Non-key field



How do I retrieve data from SAP structure BAPIPCMAS_WF using ABAP code?

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

How to access SAP table BAPIPCMAS_WF

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