RJH_LIST_BDS_PUB_CHANGE SAP (Billing Datasets for Publication Change) Structure details

Dictionary Type: Structure
Description: Billing Datasets for Publication Change




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




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

RJH_LIST_BDS_PUB_CHANGE 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 "Billing Datasets for Publication Change" 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_RJH_LIST_BDS_PUB_CHANGE TYPE RJH_LIST_BDS_PUB_CHANGE.

The RJH_LIST_BDS_PUB_CHANGE table consists of various fields, each holding specific information or linking keys about Billing Datasets for Publication Change data available in SAP. These include POS_NR (IS-M: Order Item Number), GRUPPABRNR (IS-M/AM: Billing Dataset), INSERENT (IS-M: Advertiser), UR_BELEINH (IS-M: Initial Booking Unit for the OPM Item).. 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 RJH_LIST_BDS_PUB_CHANGE 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
AVM_NRIS-M/AM: Sales Document Number AVM_NRCHAR10Assigned to domainALPHAAVM_NRJHAMJHA
POS_NRIS-M: Order Item Number POS_NRNUMC3Assigned to domainAVM_PNR
GRUPPABRNRIS-M/AM: Billing Dataset GRUPPABRNRNUMC3Assigned to domainGRUPPABR
INSERENTIS-M: Advertiser INSERENTCHAR10Assigned to domainALPHAGPNRJGPMJG0M
UR_BELEINHIS-M: Initial Booking Unit for the OPM Item UR_BELEINHCHAR10Assigned to domainALPHABELEINH
FAKDATUMIS-M: Planned Billing/Settlement Date JHFKTERDATS8DATUM
PRSDTDate for pricing and exchange rate PRSDTDATS8DATUM
BER_TERMINIS-M: Date Services were Created for Settlement Purposes BER_TERMINDATS8DATUM
BER_TERMIN_BISIS-M: End Date for Service Creation in Terms of Settlement BER_TERMIN_BISDATS8DATUM
BER_HEFTIS-M: Service Creation Copy Number for Settlement ISM_BER_HEFTCHAR14PAM_PERIOD
IHKOMPIS-M: Content component from price hierarchy INHK_PRICECHAR8Assigned to domainALPHAINHALTSKOMJJ1
PREIS_AVM1IS-M: Price Field 1 in the Order PREIS_AVM1CURR15(2) WERTV8
PREIS_AVM2IS-M: Price Field 2 in the Order PREIS_AVM2CURR15(2) WERTV8
PUB_CHNG_PREIS1New Price 1 as a Result of Publication Change ISM_PUB_CHNG_NEW_PREIS1CURR15(2) WERTV8
PUB_CHNG_PREIS2New Price 2 as a Result of Publication Change ISM_PUB_CHNG_NEW_PREIS2CURR15(2) WERTV8
WAERGSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
ABSCHL_NRIS-M: Contract Number ABS_VTNRNUMC6Assigned to domainABS_VTNRJHWMJHW
PUB_CHNG_ABSCHL_NRNew Contract as a Result of Publication Change ISM_PUB_CHNG_NEW_ABSCHL_NRNUMC6Assigned to domainABS_VTNR

Key field Non-key field



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

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

How to access SAP table RJH_LIST_BDS_PUB_CHANGE

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