RJJADM_SDB SAP (Admissible Values: Ad Insert) Structure details

Dictionary Type: Structure
Description: Admissible Values: Ad Insert




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




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

RJJADM_SDB 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 "Admissible Values: Ad Insert" 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_RJJADM_SDB TYPE RJJADM_SDB.

The RJJADM_SDB table consists of various fields, each holding specific information or linking keys about Admissible Values: Ad Insert data available in SAP. These include MANDT (Client), PACKAGE_ID (Package), PK_ELEMENT_ID (Package Element ID), ADMV_ID (Admissible Values for a Package Element (ID)).. 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 RJJADM_SDB 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
MANDTClient MANDTCLNT3T000MANDT
PACKAGE_IDPackage ISM_PACKAGE_IDCHAR10JJTPCALPHAISM_PACKAGE_ID
PK_ELEMENT_IDPackage Element ID ISM_PK_ELEMENT_IDNUMC3JJTPCEISM_PK_ELEMENT_ID
ADMV_IDAdmissible Values for a Package Element (ID) ISM_ADMV_IDNUMC3ISM_ADMV_ID
SEQUENCE_IDAccess Sequence ISM_SEQUENCE_IDCHAR10TJJPCCKEALPHAISM_SEQUENCE_ID
PSTYVIS-M: Item Category for Sales Document PSTYV_PAMCHAR4TJHAPPSTYV_PAM
BOOKING_UNITIS-M/AM: Booking Unit BELEGEINHCHAR10JJVBE_SIALPHABELEINHJBEMJJ1
BUS_CONT_COMPIS-M: Content Component INHALTSKOMCHAR8JJTIKOALPHAINHALTSKOMJJ1
AD_INSERT_CATEGIS-M: Ad Insert Type SITYPCHAR2TJH29SI_TYPJJ7
DATE_CATEGORYIS-M/AM: Date Category Copy Number/Publication Date TERMINTYPCHAR1TJH55TERMTTERMINTYPJHT
AD_INS_PROC_TYPEIS-M: Ad Insert Processing Type SINSBEARBCHAR2TJH03SIBEAR_ARTJJB
CALC_QUANIS-M: Calculation Quantity (Ad Insert) BERMENGEDEC9STMENGE
NUM_OF_PAGESNumber of Pages in Issue ANZSEITENNUMC8NUM8
AD_INS_WGHTIS-M: Ad Insert Weight ISM_SI_GEWICHTQUAN9(3) ISPMNG9
AD_INS_WGHT_UOMIS-M: Unit of Weight for Ad Insert MEINHGEWBLUNIT3T006CUNITMEINS
CALC_QUAN_MINIS-M: Minimum Calculation Quantity (Ad Insert) ISM_CALC_QUAN_MINDEC9STMENGE
CALC_QUAN_MAXIS-M: Maximum Calculation Quantity (Ad Insert) ISM_CALC_QUAN_MAXDEC9STMENGE
NUM_OF_PAGES_MINIS-M: Minimum Number of Pages for Ad Insert ISM_NUM_OF_PAGES_MINNUMC8NUM8
NUM_OF_PAGES_MAXIS-M: Maximum Number of Pages for Ad Insert ISM_NUM_OF_PAGES_MAXNUMC8NUM8
AD_INS_WGHT_MINIS-M: Minimum Ad Insert Weight ISM_AD_INS_WGHT_MINQUAN9(3) ISPMNG9
AD_INS_WGHT_MAXIS-M: Maximum Ad Insert Weight ISM_AD_INS_WGHT_MAXQUAN9(3) ISPMNG9
SERV_DATE_MINIS-M: Earliest Service Creation Date ISM_SERV_DATE_MINDATS8DATUM
SERV_DATE_MAXIS-M: Latest Service Creation Date ISM_SERV_DATE_MAXDATS8DATUM
SERV_DATE_TO_MINIS-M: Earliest Service Creation Date ISM_SERV_DATE_MINDATS8DATUM
SERV_DATE_TO_MAXIS-M: Latest Service Creation Date ISM_SERV_DATE_MAXDATS8DATUM
SERV_DATEIS-M: Date Services were Created for Settlement Purposes BER_TERMINDATS8DATUM
SERV_DATE_TOIS-M: End Date for Service Creation in Terms of Settlement BER_TERMIN_BISDATS8DATUM
BASIC_BOOK_UNITIS-M: Basic Booking Unit BE_BASISCHAR10JJTBEALPHABELEINHJBE
DBCODEIS-M/AM: Code for Data Changes ISM_PK_DBCODECHAR1ISM_PK_DBCODE

Key field Non-key field



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

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

How to access SAP table RJJADM_SDB

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