WIPRT_JC_FLAGS SAP (Flags for Selecting Content Blocks in a Job Card) Structure details

Dictionary Type: Structure
Description: Flags for Selecting Content Blocks in a Job Card




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




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

WIPRT_JC_FLAGS 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 "Flags for Selecting Content Blocks in a Job Card" 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_WIPRT_JC_FLAGS TYPE WIPRT_JC_FLAGS.

The WIPRT_JC_FLAGS table consists of various fields, each holding specific information or linking keys about Flags for Selecting Content Blocks in a Job Card data available in SAP. These include ORD_HEAD_S (Print Order Header), PERMIT (Print Permit), PARTN_ORD (Print Partner for Order), PARTN_NOT (Print Partner for Notification).. 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)


SAP WIPRT_JC_FLAGS 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
ORD_HEAD_LPrint Order Header IPRB_ORD_HEAD_LCHAR1XFELD
ORD_HEAD_SPrint Order Header IPRB_ORD_HEAD_LCHAR1XFELD
PERMITPrint Permit IPRB_PERMITCHAR1XFELD
PARTN_ORDPrint Partner for Order IPRB_PARTN_ORDCHAR1XFELD
PARTN_NOTPrint Partner for Notification IPRB_PARTN_NOTCHAR1XFELD
CLASSPrint Classification Data IPRB_CLASSCHAR1XFELD
OP_HEAD_LPrint Operations IPRB_OP_HEAD_LCHAR1XFELD
OP_HEAD_SPrint Operations IPRB_OP_HEAD_LCHAR1XFELD
OP_SERVICEPrint Service Data IPRB_OP_SERVICECHAR1XFELD
OP_MATPrint Materials IPRB_OP_MATCHAR1XFELD
OP_PRTPrint Production Resources/Tools IPRB_OP_PRTCHAR1XFELD
TIMETICKETPrint Time Ticket IPRB_TIMETICKETCHAR1XFELD
OBJECTLISTPrint Object List IPRB_OBJECTLISTCHAR1XFELD
CONFPrint Confirmation IPRB_CONFCHAR1XFELD
NOTIF_HDRPrint Notification Header IPRB_NOTIF_HDRCHAR1XFELD
BREAKDOWNPrint Breakdown Data IPRB_BREAKDOWNCHAR1XFELD
MAIN_TASKPrint Tasks IPRB_MAIN_TASKCHAR1XFELD
NOT_ITEMSPrint Notification Items IPRB_NOT_ITEMSCHAR1XFELD
INSPECTIONPrint Catalog IPRB_INSPECTIONCHAR1XFELD
SAFETY_PLPrint Safety Plan IPRB_SAFETY_PLANCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WIPRT_JC_FLAGS

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