BAMDYNPANJ SAP (Appl. Analysis: Screen Help Structure for Analysis Job Sched) Structure details

Dictionary Type: Structure
Description: Appl. Analysis: Screen Help Structure for Analysis Job Sched




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




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

BAMDYNPANJ 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 "Appl. Analysis: Screen Help Structure for Analysis Job Sched" 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_BAMDYNPANJ TYPE BAMDYNPANJ.

The BAMDYNPANJ table consists of various fields, each holding specific information or linking keys about Appl. Analysis: Screen Help Structure for Analysis Job Sched data available in SAP. These include JOB_SCHED (Application analysis: Create job and start at specif. time), JOB_NOSTRT (Application analysis: Create job and do not start), JOB_STDATE (Application analysis: Start date for job), JOB_STTIME (Application analysis: Start time for job).. 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: Not classified


SAP BAMDYNPANJ 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
JOB_IMMEDApplication analysis: Create job and start immediately BAMDYNPJIMCHAR1BAMCROSS
JOB_SCHEDApplication analysis: Create job and start at specif. time BAMDYNPJSCCHAR1BAMCROSS
JOB_NOSTRTApplication analysis: Create job and do not start BAMDYNPJNSCHAR1BAMCROSS
JOB_STDATEApplication analysis: Start date for job BAMDYNPJSDDATS8SYDATS
JOB_STTIMEApplication analysis: Start time for job BAMDYNPJTITIMS6SYTIME
MULT_JOBSApplication analysis: Create several partial jobs BAMDYNPMJBCHAR1BAMCROSS
OKCODEApplication analysis: Function code BAMDYNOKCDCHAR20CHAR20
APPLApplication Analysis: Application BAMAPPLCHAR2BAMAPPL
DYNPROApplication analysis: Screen numbers BAMDYNPROCHAR4SYCHAR04
S_PRICINGApplication analysis: Carry out pricing analysis BAMDYNPPRCCHAR1BAMCROSS
S_AVAILBTYApplication analysis: Analyse availability check BAMDYNPAVBCHAR1BAMCROSS
S_OUTPUTApplication analysis: Analyse output determination BAMDYNPOUTCHAR1BAMCROSS
S_MATERIALApplication analysis: Mat.det./listing/exclusion analysis BAMDYNPMATCHAR1BAMCROSS
S_INDEXESApplication analysis: Analyse SD indices BAMDYNPINDCHAR1BAMCROSS
S_DUELISTApplication analysis: Analyse collective runs BAMDYNPLSTCHAR1BAMCROSS
S_CONSCHCKApplication analysis: Carry out consistency check BAMDYNPCCKCHAR1BAMCROSS
S_USEREXITApplication analysis: Analyse u.exits, mod. and print prog. BAMDYNPUETCHAR1BAMCROSS
S_PARTNERApplication analysis: Partner determination BAMDYNPPARCHAR1BAMCROSS
S_TEXTDETApplication analysis: Partner determination BAMDYNPPARCHAR1BAMCROSS
S_VARKONFApplication analysis: Variant configuration BAMDYNPVKOCHAR1BAMCROSS
S_CREDMApplicatin analysis: Credit management BAMDYNPKRECHAR1BAMCROSS
S_BATCHESApplication analysis: Batch determination BAMDYNPBATCHAR1BAMCROSS
S_PRODSELApplication analysis: Material selection BAMDYNPPSLCHAR1BAMCROSS
C_TRANDATAApplication analysis: Transaction data in CO BAMDYNPCTDCHAR1BAMCROSS
C_REPORTApplication analysis: Reporting in CO BAMDYNPREPCHAR1BAMCROSS
C_USEREXITApplication analysis: User exits in CO BAMDYNPCUECHAR1BAMCROSS
C_AVCHKApplication analysis: Availability check in PP BAMDYNPPACCHAR1BAMCROSS
C_MRPApplication analysis: MRP planning run BAMDYNPPMRCHAR1BAMCROSS
C_BACKApplication analysis: Confirmation BAMDYNPPBKCHAR1BAMCROSS
C_STOCKSApplication analysis: Stocks BAMDYNPPSTCHAR1BAMCROSS
P_USEREXITApplication analysis: User exits in PP BAMDYNPPUECHAR1BAMCROSS
M_PRICINGApplication analysis: Carry out pricing analysis BAMDYNPMPRCHAR1BAMCROSS
M_OUTPUTApplication analysis: Analyse output determination BAMDYNPMOPCHAR1BAMCROSS
M_MATERIALApplication analysis: Material determination, listing, excl. BAMDYNPMMACHAR1BAMCROSS
M_MATMASTRApplication analysis: Material master BAMDYNPMSTCHAR1BAMCROSS
M_MATDOCApplication analysis: Material documents BAMDYNPMDCCHAR1BAMCROSS
M_EISApplication analysis:Purchasing Information System (PURCHIS) BAMDYNPMESCHAR1BAMCROSS
M_AVAILBTYApplication analysis: Analyze availability check in MM BAMDYNPMAVCHAR1BAMCROSS
R_CALCULApplication analysis: Pricing BAMDYNPRCACHAR1BAMCROSS
R_LISTINGApplication analysis: Listing / Assortment list BAMDYNPRLICHAR1BAMCROSS
R_POSUPLApplication analysis: POS inbound BAMDYNPRPUCHAR1BAMCROSS
R_POS_ISApplication analysis: POS inbound (IS) BAMDYNPRPICHAR1BAMCROSS
R_RISENHApplication analysis: RIS / Data enhancement BAMDYNPRISCHAR1BAMCROSS
O_PROJECT_SYSTEMApplication analysis: Project system BAMDYNPOPSCHAR1BAMCROSS
O_TREASURYApplication analysis: Treasury BAMDYNPOTRCHAR1BAMCROSS

Key field Non-key field



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

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

How to access SAP table BAMDYNPANJ

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