/BOFU/D_BPOMSETG SAP (Output Management Settings for Business Partners) Table details

Dictionary Type: Table
Description: Output Management Settings for Business Partners




ABAP Code to SELECT data from /BOFU/D_BPOMSETG
Related tables to /BOFU/D_BPOMSETG
Access table /BOFU/D_BPOMSETG




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

/BOFU/D_BPOMSETG is a standard SAP Table which is used to store Output Management Settings for Business Partners data and is available within R/3 SAP systems depending on the version and release level.

The /BOFU/D_BPOMSETG table consists of various fields, each holding specific information or linking keys about Output Management Settings for Business Partners data available in SAP. These include BUPA (Business Partner Number), ACTION_NAME (PPF: Name of Action Definition), ORG_ID (Organization ID), DEACT_BCS (Deactivate External Communication).. 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 (character-type or numeric)


SAP /BOFU/D_BPOMSETG 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
BUPABusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
ACTION_NAMEPPF: Name of Action Definition PPFDTTCHAR30PPFTTTCUPPFDTT
ORG_IDOrganization ID /BOFU/BP_OM_ORGIDNUMC8Assigned to domainOMORG/BOFU/BP_OM_ORGID/BOFU/SH_BP_OM_EXTORG
DEACT_BCSDeactivate External Communication /BOFU/BP_OM_DEACT_BCSCHAR1BOOLE
NO_PRINTDisable print functionality /BOFU/BP_OM_NOPRNTCHAR1BOOLE
NO_EMAILDisable e-mail functionality /BOFU/BP_OM_NOMAILCHAR1BOOLE
NO_FAXDisable fax functionality /BOFU/BP_OM_NOFAXCHAR1BOOLE
COPIESNumber of Identical Copies /BOFU/BP_OM_COPIESNUMC3TDCOPIES
PDFFORMPDF-Based Forms: Form Name /BOFU/BP_OM_FPNAMECHAR30FPNAMEFPWBFORMHFPWBFORM
SMARTFORMSmart Forms: Form Name /BOFU/BP_OM_SFNAMECHAR30STXFADMTDSFNAMESSFNAME
DEACT_METDeactivate Method Call /BOFU/BP_OM_DEACT_METCHAR1BOOLE
DEACT_ALMDeactivate Alert /BOFU/BP_OM_DEACT_ALMCHAR1BOOLE
ALERT_CATAlert Category /BOFU/BP_OM_ALRTCATCHAR30SALRTCATSALRTDCAT
DEACT_WFDeactivate Workflow /BOFU/BP_OM_DEACT_WFCHAR1BOOLE
WF_TEMPLATEPPF: Workflow Template /BOFU/BP_OM_PPFWFTMPLCHAR14HROBJEC_14WF_TEMPL_USED_IN_CUST_PPF

Key field Non-key field



How do I retrieve data from SAP table /BOFU/D_BPOMSETG using ABAP code

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

SELECT SINGLE *
FROM /BOFU/D_BPOMSETG
INTO CORRESPONDING FIELDS OF WA_/BOFU/D_BPOMSETG
WHERE...

How to access SAP table /BOFU/D_BPOMSETG

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